Distribute timer functions more wisely
We have observed a behavior in Azure Functions, which assigns almost all timer function execution to one single instance within App Service Plan. It eventually makes it more possible to run out of resource, memory or CPU. Would it possible to distribute timer function execution more wisely? Just like event triggered function execution.
