Hello, I have a question, is there a way to add fi...
# azure
m
Hello, I have a question, is there a way to add files to a storage blob in Azure that are not from my local files, that is, host my files on some page and extract those files for my blob, it is for a static website within a storage account in azure I use python language
s
I haven’t tried this, but it seems like you could use other Python libraries to retrieve the files from the remote source. Once you have the files, use Pulumi to add those to your Azure storage blob. You should be able to do this in a single Python program, unless I’m badly mistaken.