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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
138
138
+**Scale**: The lowest maximum scale in preview is `40`. The highest currently supported value is `1000`.
139
139
+**Authorization**: EasyAuth is currently not supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
140
140
+**CORS**: CORS settings are currently not supported. Exceptions might occur if CORS is configured for Flex Consumption apps.
141
-
+**Managed dependencies**: Managed dependencies in PowerShell are not supported in Flex Consumption.
141
+
+**Managed dependencies**: [Managed dependencies in PowerShell](functions-reference-powershell.md#dependency-management) aren't supported by Flex Consumption. You must instead [define your own custom modules](functions-reference-powershell.md#custom-modules).
0 commit comments