Forum Discussion
How to upload large files into Azure blob storage from an Azure app Services?
My customer plans to upload large files from the Azure web application into the Azure blob storage account and create a record in the SQL server with links to the blob.
The network traffic to the web application flows through Azure application gateway.
The current design provides a user interface that allows users to select a file from the local disk. An azure function app hosted in API management receives the file and uploads it to a blob storage account.
The file size could range from 50MB to 2GB.
What is the best way to upload large files to an Azure storage blob account from a web application hosted behind the Azure application gateway?
Thank you
2 Replies
I found a post that that quite similar to your case, worth taking a look:
Reference Architecture: Web Application Hosting in Azure | by Sandeep Wadhwa | Medium
- DE-42Copper ContributorDefinitely would be a useful demonstration.