Uploading files to Azure blob storage

Thank you for the answer. Just another quick one, did you, in summary, use wix-fetch API to make HTTP request to Azure Blocks Storage put-blocks-from-url?

I’m thinking about another alternative actually. Setting-up an SFTP in Azure VM and send the data from wix (using wix-fetch) to this VM before sending it to Blob Storage. An extra step, but looks like simpler implementation on the Wix side.

In my case, I just need to dump the media files from Wix to another storage (Datalake) without having the need to retrieve it. Once they’re in the Datalake, I will delete them files from Wix.