Skip to content

Commit 31c2f8d

Browse files
Troubleshoot list numbers.
1 parent 66b05c4 commit 31c2f8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/app-service-key-vault-references.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ If your vault is configured with [network restrictions](/azure/key-vault/general
5252
```azurepowershell
5353
Update-AzFunctionAppSetting -Name <app-name> -ResourceGroupName <group-name> -AppSetting @{vnetRouteAllEnabled = $true}
5454
```
55-
5655
---
5756

5857
1. Make sure that the vault's configuration allows the network or subnet that your app uses to access it.
@@ -127,7 +126,9 @@ When you use Key Vault references in this setting, the validation check fails by
127126
> [!CAUTION]
128127
> If you skip validation and either the connection string or the content share is invalid, the app doesn't start properly and creates HTTP 500 errors.
129128
130-
As part of creating the app, attempted mounting of the content share could fail because managed identity permissions aren't being propagated or the virtual network integration isn't set up. You can defer setting up Azure Files until later in the deployment template to accommodate this behavior. For more information, see [Azure Resource Manager deployment](#azure-resource-manager-deployment) later in this article. In this case, App Service uses a default file system until Azure Files is set up, and files aren't copied over. You must ensure that no deployment attempts occur during the interim period before Azure Files is mounted.
129+
As part of creating the app, attempted mounting of the content share could fail because managed identity permissions aren't being propagated or the virtual network integration isn't set up. You can defer setting up Azure Files until later in the deployment template to accommodate this behavior. For more information, see [Azure Resource Manager deployment](#azure-resource-manager-deployment) later in this article.
130+
131+
In this case, App Service uses a default file system until Azure Files is set up, and files aren't copied over. You must ensure that no deployment attempts occur during the interim period before Azure Files is mounted.
131132

132133
### Considerations for Application Insights instrumentation
133134

0 commit comments

Comments
 (0)