Skip to content

Commit 690cf72

Browse files
authored
Update functions-scale.md
Max #Instances range for the dedicated app service plan should be 10-30.
1 parent 548ffeb commit 690cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Maximum instances are given on a per-function app (Consumption) or per-plan (Pre
7070
| --- | --- | --- |
7171
| **[Consumption plan]** | [Event driven](event-driven-scaling.md). Scale out automatically, even during periods of high load. Azure Functions infrastructure scales CPU and memory resources by adding additional instances of the Functions host, based on the number of incoming trigger events. | **Windows:** 200<br/>**Linux:** 100<sup>1</sup> |
7272
| **[Premium plan]** | [Event driven](event-driven-scaling.md). Scale out automatically, even during periods of high load. Azure Functions infrastructure scales CPU and memory resources by adding additional instances of the Functions host, based on the number of events that its functions are triggered on. | **Windows:** 100<br/>**Linux:** 20-100<sup>2</sup>|
73-
| **[Dedicated plan]**<sup>3</sup> | Manual/autoscale |10-20|
73+
| **[Dedicated plan]**<sup>3</sup> | Manual/autoscale |10-30|
7474
| **[ASE][Dedicated plan]**<sup>3</sup> | Manual/autoscale |100 |
7575
| **[Kubernetes]** | Event-driven autoscale for Kubernetes clusters using [KEDA](https://keda.sh). | Varies&nbsp;by&nbsp;cluster&nbsp;&nbsp;|
7676

0 commit comments

Comments
 (0)