Scaling on consumption plan: inconsistent documentation
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
It is not clear to me how function apps scale that share the same consumption plan.
The documentation on this is inconsistent.
Excerpt from [Azure Functions Consumption plan hosting](https://docs.microsoft.com/en-us/azure/azure-functions/consumption-plan):
> Function apps in a given plan are all scaled together, so any issues with scaling can affect all apps in the plan.
Excerpt from [Event-driven scaling in Azure Functions](https://docs.microsoft.com/en-us/azure/azure-functions/event-driven-scaling):
> Function apps that share the same Consumption plan scale independently.
I was a bit surprised to read that all function apps in the same consumption plan scale together... that does not make sense to me. Can you confirm which of the above is in fact the correct one?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.