Skip to content

Commit ceac150

Browse files
Merge pull request #301125 from nzthiago/nzthiagopatch1
Update Flex Consumption considerations with Functions Proxies
2 parents 71e330e + a888bf8 commit ceac150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Keep these other considerations in mind when using Flex Consumption plan:
147147
+ **Triggers**: While all triggers are fully supported in a Flex Consumption plan, the Blob storage trigger only supports the [Event Grid source](./functions-event-grid-blob-trigger.md). Non-C# function apps must use version `[4.0.0, 5.0.0)` of the [extension bundle](./extension-bundles.md), or a later version.
148148
+ **Regions**: Not all regions are currently supported. To learn more, see [View currently supported regions](flex-consumption-how-to.md#view-currently-supported-regions).
149149
+ **Deployments**: Deployment slots aren't currently supported.
150+
+ **Proxies**: Functions Proxies aren't supported. Consider integrating your function apps with Azure API Management.
150151
+ **Scale**: The lowest maximum scale is currently `40`. The highest currently supported value is `1000`.
151152
+ **Managed dependencies**: [Managed dependencies in PowerShell](functions-reference-powershell.md#managed-dependencies-feature) aren't supported by Flex Consumption. You must instead [upload modules with app content](functions-reference-powershell.md#including-modules-in-app-content).
152153
+ **Diagnostic settings**: Diagnostic settings aren't currently supported.

0 commit comments

Comments
 (0)