question

BonomoMirco-1652 avatar image
0 Votes"
BonomoMirco-1652 asked MikeUrnun commented

Azure Functions Limits

I'm starting to use the Azure Function and in my scenario i need a function that recive a list of file (PDFs), processes and returns them as a single PDF to the caller. The total size of the files can reach 150 Mb.


When I call the function with large files this doesn't even seem to be executed and I get the error Error: read ECONNRESET.
Looking on the Monitor section of the Azure Function i see only the successfull executions, but nothing about the ones that failed that way.


What could be the problem? Some storage account limit?
I'm using an Azure Function in consumption tier and its storage account is general purpose v1.

EDITED:
Looking in the Azure Functions logs section i found that some of the failed execution are caused by: An operation was attempted on a nonexistent network connection. (0x800704CD).
But there are some failed executions, probably the ones with the heaviest load, that don't even appear.

azure-functions
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @BonomoMirco-1652 - Just checking in regarding the private message I sent above requesting some details.

0 Votes 0 ·

0 Answers