azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

413 Request entity too large

Open ADRaks opened this issue 2 years ago • 2 comments

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.

ADRaks avatar Jul 28 '22 07:07 ADRaks

@madelinegordon can you please help on this ?

ADRaks avatar Aug 01 '22 06:08 ADRaks

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

wbail avatar Aug 04 '22 18:08 wbail