Skip to content

Commit e55ba1e

Browse files
authored
Update flex-consumption-plan.md
Fixing broken link
1 parent 6c5fb4c commit e55ba1e

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
@@ -147,7 +147,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
147147
+ **Diagnostic settings**: Diagnostic settings are not currently supported.
148148
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting is currently not supported.
149149
+ **Key Vault References**: Key Vault references in app settings do not 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.
150-
+ **Azure Files file share mount**: [Mounting an Azure Files file share](../scripts/functions-cli-mount-files-storage-linux.md) does not work when the function app has Virtual Network integration.
150+
+ **Azure Files file share mount**: [Mounting an Azure Files file share](./scripts/functions-cli-mount-files-storage-linux.md) does not work when the function app has Virtual Network integration.
151151

152152
## Related articles
153153

0 commit comments

Comments
 (0)