Skip to content

Commit d8f8367

Browse files
authored
Update configure-ssl-certificate.md
Had a case where cx was unable to pull the certificate because that had disabled public access on the key vault and they did not check Allow trusted Microsoft services to bypass this firewall option. Hoping this will avoid another support case.
1 parent 5380854 commit d8f8367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ The service principal app ID or assignee value is the ID for the App Service res
153153

154154
> [!NOTE]
155155
> Do not delete these access policy permissions from key vault. If you do, App Service will not be able to sync your web app with the latest key vault certificate version.
156-
156+
>
157+
> If key vault is configured to disable public access, please ensure that Microsoft services have access by checking the 'Allow trusted Microsoft services to bypass this firewall' checkbox. Please see [Key Vault firewall enabled trusted services only](/azure/key-vault/general/network-security?WT.mc_id=Portal-Microsoft_Azure_KeyVault#key-vault-firewall-enabled-trusted-services-only) documentation for more information.
157158
---
158159

159160
#### [Azure CLI](#tab/azure-cli/rbac)

0 commit comments

Comments
 (0)