Skip to content

Commit a2c6f76

Browse files
authored
Remove Diagnostic Settings limitation from Flex Consumption
Remove Diagnostic Settings limitation from Flex Consumption
1 parent f678cb3 commit a2c6f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Keep these other considerations in mind when using Flex Consumption plan:
153153
+ **Proxies**: Functions Proxies aren't supported. Consider integrating your function apps with Azure API Management.
154154
+ **Scale**: The lowest maximum scale is currently `40`. The highest currently supported value is `1000`.
155155
+ **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).
156-
+ **Diagnostic settings**: Diagnostic settings aren't currently supported.
157156
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting, managed certificates, app service certificates, and other platform certificate-based features are currently not supported.
158157
+ **Key Vault and App Configuration References**: You can't currently use [Azure Key Vault](../app-service/app-service-key-vault-references.md) or [Azure App Configuration](../app-service/app-service-configuration-references.md) references in your Flex Consumption plan app settings when these services are network access restricted. This limitation applies even when the function app has Virtual Network integration enabled. If you must use restricted Key Vault or App Configuration instances, you must use client SDKs to manually retrieve values from references in these services. Functions binding extensions also can't access these references, which means you must also use Azure client SDKs for accessing remote service data from your function code.
159158
+ **Timezones**: `WEBSITE_TIME_ZONE` and `TZ` app settings aren't currently supported when running on Flex Consumption plan.

0 commit comments

Comments
 (0)