Skip to content

Commit e2f9c6a

Browse files
authored
Merge pull request #105795 from neelamsoni26/patch-1
Update functions-scale.md
2 parents a4cb8c7 + 690cf72 commit e2f9c6a

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)