You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/flex-consumption-plan.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,14 @@ This table shows the language stack versions that are currently supported for Fl
111
111
112
112
## Regional subscription memory quotas
113
113
114
-
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 in that region. This means that in a given subscription and region, you could have any of the following combinations of maximum instance sizes and counts, all of which reach the current 512,000 MB limit:
114
+
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 in that region. This means that in a given subscription and region, you could have any of the following combinations of maximum instance sizes and counts, all of which reach the current `512,000 MB` limit. For example:
You could have any other combination of instance memory sizes and counts in a given region, as long as they stay under the 512,000 MB limit. If your apps require a larger quota, you can create a support ticket to request a quota increase.
121
+
You could have any other combination of instance memory sizes and counts in a given region, as long as they stay under the `512,000 MB` limit. If your apps require a larger quota, you can create a support ticket to request a quota increase.
122
122
123
123
## Deprecated properties and settings
124
124
@@ -135,7 +135,8 @@ Keep these other considerations in mind when using Flex Consumption plan during
135
135
+ Continuous deployment using Azure DevOps Tasks (`AzureFunctionApp@2`)
136
136
+ Continuous deployment using GitHub Actions (`functions-action@v1`)
137
137
+**Scale**: The lowest maximum scale in preview is `40`. The highest currently supported value is `1000`.
138
-
+**Authorization**: EasyAuth isn't currently supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
138
+
+**Authorization**: EasyAuth is currently not supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
139
+
+**CORS**: CORS settings are currently not supported. Exceptions might occur if CORS is configured for Flex Consumption apps.
0 commit comments