Azure Function execution count is more than 1.We Need to restrict the count to 1.

S, Narayana Sankar 21 Reputation points
2022-04-04T08:18:09.073+00:00

I have a Azure function with time trigger triggered for every 5 min, which is deployed and running. The "Function Execution Count" is more than 1 when there is a load in the function or Azure function takes more time to run .How to restrict the function execution count. I had made three configurations But nothing is restricting .Basically we need to avoid over lapping of function calls if function is taking more time to run a single execution.

Below settings are done and nothing is restricting
1)Maximum Scale out Limit to 1.
2)WEBSITE_MAX_DYNAMIC_APPLICATION_SCALE_OUT to 1
3)maxConcurrentCalls to 1 in host.json file

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.