Skip to content

Commit 98c195c

Browse files
Merge pull request #302716 from nzthiago/nzthiagopatch1
Clarifying Flex Consumption quota
2 parents 1e16a18 + 100665d commit 98c195c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ This table shows the language stack versions that are currently supported for Fl
122122

123123
## Regional subscription memory quotas
124124

125-
Currently, each region in a given subscription has a memory limit of `512,000 MB` for all instances of apps running on Flex Consumption plans. This quota means that, in a given subscription and region, you could have any combination of instance memory sizes and counts, as long as they stay under the quota limit. For example, each the following examples would mean the quota is reached and the apps would stop scaling:
125+
The Flex Consumption plan has a memory-based quota that limits how much compute all your Flex Consumption apps can use at the same time in a specific region and subscription. Imagine you have a bucket of memory measured in GB for your entire subscription in a region. All your Flex Consumption apps in that region share this bucket. If your Flex Consumption apps try to use more than the quota allows, some executions may be delayed or throttled from scaling, but you won’t be blocked from creating or deploying apps.
126+
127+
Currently, each region in a given subscription has a default memory limit quota of `512,000 MB` for all instances of apps running on Flex Consumption plans. This quota means that, in a given subscription and region, you could have any combination of instance memory sizes and counts, as long as they stay under the quota limit. For example, each the following examples would mean the quota is reached and the apps would stop scaling:
126128

127129
+ You have one 512-MB app scaled to 250 instances and a second 512-MB app scaled to 750 instances.
128130
+ You have one 512-MB app scaled to 1,000 instances.

0 commit comments

Comments
 (0)