Azure function does not act the same in local execution as it does in Azure cloud deployment

JustinRL 1 Reputation point
2020-11-23T19:46:34.213+00:00

I have an azure function (queueTrigger) which aims to convert pdf to image completely asynchronously.
I am using Azure Core Tool in Rider to execute the code in local and the function do it job perfectly. In local the console tell me the runtime version is 3.0.14492.0 and the Hosting environment: Production

But when my function is publish in the cloud, functions are trigger asynchronously but during the file processing they all wait each other before uploading file in the azure storage. So if on file is corrupted that broke everything.

I want to know if this is a wait to have the same configuration that local execution offer into the cloud deployment app function in Azure?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
{count} votes