What are the scale out factors for Azure Function on Consumption Plan?
If i have a Azure Function with a time trigger running once every 5 mins will this keep my functions in warm state and running normally forever?
In addition to above, will the scale out work if there are background threads processing running that requires more Azure Functions instances?
What about auto scale in when the background threading reduces resources usage.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
https://docs.microsoft.com/en-us/azure/azure-functions/functions-premium-plan