https://pulumi.com logo
#azure
Title
m

melodic-doctor-70522

08/12/2023, 2:24 AM
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

salmon-account-74572

08/21/2023, 9:48 PM
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.