Does Container App impose size limit of http requests and how to change it?
Hi,
I deployed a NodeJS app as a Container App and it is working fine except that it starts to throw 413 errors whenever I upload a high-res image.
This does not happen in my local dev environment.
While I was researching for solutions, I noticed that there are limitations of payload size on other Azure services. For example,
https://learn.microsoft.com/en-us/answers/questions/692929/increase-azure-app-service-http-post-body-length-l
I am thus wondering if there exists such limit for Container App too. However, I didn't find any useful information in the document.
Any clues will be greatly appreciated!
Thanks.