© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3w ago•
38 replies
dumbeldear

How to upload files to Azure Blob Storage?

otherbeginner
I want to upload videos to Azure Blob Storage, I’ve tried two different ways below but want to get the server side solution working because I don’t want the Blob Storage to be publicly open.

Approach 1
- allow users to upload directly to blob storage via SAS URLs, good and quick solution but means I have to open up my Blob Storage network settings to be public

Approach 2
- Upload via server side, slower than. Client side but I can lock down my Blob Storage network settings but causes users to sometimes run into 502 error when uploading large video files

Any suggestions to the above? If possible I would like approach 2 to work.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,828Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Upload large files to azure storage!
C#CC# / help
3y ago
Background upload of an IFormFile to Azure blob storage
C#CC# / help
2y ago
How to mass upload a list of files to blob storage?
C#CC# / help
2y ago
Throttle, or better, give low priority to Azure blob storage upload
C#CC# / help
10mo ago