azure-functions-host
azure-functions-host copied to clipboard
413 Request entity too large
Fixed with #5820
Originally posted by @fabiocav in https://github.com/Azure/azure-functions-host/issues/5548#issuecomment-607464343
Hi I am also facing the same problem, from your fix i couldn't understand which fix i need to use.
I am using Azure function app Http trigger and if i try to upload a file of more than 100MB than 413 Request entity too large error throwing.
@madelinegordon can you please help on this ?
Hi @ADRaks, how are you?
The max request body size is 100MB.
As a suggestion, you could try blob trigger:
- https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview
- https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob?tabs=in-process%2Cextensionv5%2Cextensionv3&pivots=programming-language-csharp