Hi everyone, I have a question regarding the pulu...
# azure
i
Hi everyone, I have a question regarding the pulumi upload of files into a static azure container for web hosting: I have all my files zipped in a location and need to unzip these on the Azure storage, is there any way to do this? All I have found were Archives but these seem to pack a directory and move it and not unwrap it on the destination site. Thanks in advance
t
You could use any 3rd party library to do that in your Pulumi program. That’s the benefit of using general-purpose languages.