Skip to content

Commit 81f47c9

Browse files
authored
Update flex-consumption-plan.md
Add App Configuration limitation when behind a VNet.
1 parent d1d5ebd commit 81f47c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Keep these other considerations in mind when using Flex Consumption plan:
141141
+ **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).
142142
+ **Diagnostic settings**: Diagnostic settings aren't currently supported.
143143
+ **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.
144-
+ **Key Vault References**: Key Vault references in app settings don't work when Key Vault is network access restricted, even if the function app has Virtual Network integration. The current workaround is to directly reference the Key Vault in code and read the required secrets.
144+
+ **Key Vault and App Configuration References**: [Key Vault](../app-service/app-service-key-vault-references.md) and [App Configuration](../app-service/app-service-configuration-references.md) references in app settings don't work when Key Vault or App Configuration are network access restricted, even if the function app has Virtual Network integration. The current workaround is to directly reference the Key Vault or App Configuration using client libraries in code and read the required secrets.
145145
+ **Timezones**: `WEBSITE_TIME_ZONE` and `TZ` app settings are not currently supported when running on Flex Consumption plan.
146146

147147
## Related articles

0 commit comments

Comments
 (0)