Azure Appserice 502 when upload large file [Answered]

I have config my local project to accept large and test swagger locally fine But when upload to appserivce it always give me 502
8 Replies
Cracker
Cracker3y ago
Are you using free shared subscription
Cracker
Cracker3y ago
since you are uploading files, appservice probably blocking it or memory requirement is not enough for operation
TotechsStrypper
TotechsStrypperOP3y ago
Yeah was uploading 191mb video to it I think it's timeout
TotechsStrypper
TotechsStrypperOP3y ago
I'm trying to switch to Azure Function approach but this hit hard
TotechsStrypper
TotechsStrypperOP3y ago
Stack Overflow
How to upload a large file through an Azure function?
I am exploring Azure Functions. The scenarios I have tested so far work great. I am at a point where I am trying to figure out a way to upload files (20MB+) through an Azure Function. The idea i...
Cracker
Cracker3y ago
I was using azure blob storage and upload with MemoryStream, it was working fine on free subscription. You can try to use stream it might help memory issue and might prevent 502 error for single requests
TotechsStrypper
TotechsStrypperOP3y ago
What he's doing is using the FrontEnd to send the large file I think the client sending video would be a lot safer
Accord
Accord3y ago
✅ This post has been marked as answered!

Did you find this page helpful?