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
atakancracker
atakancracker2y ago
Are you using free shared subscription
atakancracker
atakancracker2y ago
since you are uploading files, appservice probably blocking it or memory requirement is not enough for operation
TotechsStrypper
Yeah was uploading 191mb video to it I think it's timeout
TotechsStrypper
I'm trying to switch to Azure Function approach but this hit hard
TotechsStrypper
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...
atakancracker
atakancracker2y 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
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
Accord2y ago
✅ This post has been marked as answered!
Want results from more Discord servers?
Add your server
More Posts