Forum Discussion
sejhemming
Jun 04, 2021Copper Contributor
Azure Function and scaling
I'm just starting to investigate Azure Functions and have a question. Suppose I have a function that takes some input performs a (lengthy) calculation on it and then returns the result. If I ma...
- Jun 11, 2021
Hi,
Azure Functions uses a component called the scale controller to monitor the rate of events and determine whether to scale out or scale in. The scale controller uses heuristics for each trigger type.
For detailed hosting plans refer below:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
Rgeards,
Bala.
batthota
Jun 11, 2021Copper Contributor
Hi,
Azure Functions uses a component called the scale controller to monitor the rate of events and determine whether to scale out or scale in. The scale controller uses heuristics for each trigger type.
For detailed hosting plans refer below:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
Rgeards,
Bala.