This message was deleted.
# azure
s
This message was deleted.
t
What is
zipBlob
? Can you show the snippet?
Basically, you should use
archive
for whatever blob you want to use.
a
@tall-librarian-49374 - snippet is there now, accidentally posted early without it.
t
Thanks! Note that
zipBlob
is the property of
ArchiveFunctionApp
itself - it’s an output from the resource.
a
Ah, OK, so I'll remove that. How should I provide a blob that I created via the
azure.storage.ZipBlob
resource?
t
What is the reason you need to do it manually?
a
I'd like to keep a copy of all the different versions of my Function App. This seemed like a sensible way of doing it.
t
I guess you’d have to create a copy zip for that then. Like, have an archive blob folder with all historic files + the current zip blob file auto-created by Pulumi.
If that’s not satisfactory, feel free to create an issue in github
a
Yeah, that's what I working towards. Not perfect, but for the sake of one extra blob it's acceptable for my use case.