Are there limitations on http response size
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Please describe the documentation request or issue. Be as specific as possible.
Are there limitations like maximum size on the content of a http response returned by an Azure Function?
I noticed that there is a limitation of 100MB for http requests: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=csharp#limits. But I can't find any documentation on maximum size of http response size.
I have now a case where an empty body is being returned by an Azure Function (deployed on Azure).
When running this case on a local Azure Function, content is being returned but I noticed it has a huge size (380MB).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.