Skip to content

Commit c1ac821

Browse files
Merge pull request #275285 from ggailey777/patch-2
[Functions] Clarify Y plan scaling
2 parents 7da454f + fddccff commit c1ac821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/consumption-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can also create function apps in a Consumption plan when you publish a Funct
3838

3939
## Multiple apps in the same plan
4040

41-
The general recommendation is for each function app to have its own Consumption plan. However, if needed, function apps in the same region can be assigned to the same Consumption plan. Keep in mind that there is a [limit to the number of function apps that can run in a Consumption plan](functions-scale.md#service-limits). Function apps in a given plan are all scaled together, so any issues with scaling can affect all apps in the plan.
41+
The general recommendation is for each function app to have its own Consumption plan. However, if needed, function apps in the same region can be assigned to the same Consumption plan. Keep in mind that there is a [limit to the number of function apps that can run in a Consumption plan](functions-scale.md#service-limits). Function apps in the same plan still scale independently of each other.
4242

4343
## Next steps
4444

0 commit comments

Comments
 (0)