Forum Discussion

sejhemming's avatar
sejhemming
Copper Contributor
Jun 04, 2021
Solved

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...
  • batthota's avatar
    Jun 11, 2021

    sejhemming 

    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.

Resources