Skip to content

Commit e170189

Browse files
committed
updates
1 parent d5d8469 commit e170189

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create a free certificate, import an App Service certificate, impor
44
tags: buy-ssl-certificates
55

66
ms.topic: tutorial
7-
ms.date: 08/22/2024
7+
ms.date: 09/19/2024
88
ms.reviewer: yutlin
99
ms.author: msangapu
1010
author: msangapu-msft
@@ -144,21 +144,21 @@ By default, the App Service resource provider doesn't have access to your key va
144144
|--|--|--|
145145
| **Microsoft Azure App Service** or **Microsoft.Azure.WebSites** | - `abfa0a7c-a6b6-4736-8310-5855508787cd` for public Azure cloud environment <br><br>- `6a02c803-dafd-4136-b4c3-5a6f318b4714` for Azure Government cloud environment | Certificate User |
146146

147-
The service principal app ID or assignee value is the ID for App Service resource provider. To learn how to authorize key vault permissions for App Service resource provider using access policy refer to the [provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control documentation](/azure/key-vault/general/rbac-guide?tabs=azure-portal#key-vault-scope-role-assignment).
147+
The service principal app ID or assignee value is the ID for App Service resource provider. To learn how to authorize key vault permissions for the App Service resource provider using access policy, see the [provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control documentation](/azure/key-vault/general/rbac-guide?tabs=azure-portal#key-vault-scope-role-assignment).
148148

149149
> [!NOTE]
150-
> Do not delete these RBAC permissions from key vault, otherwise App Service will not be able to sync your web app with the latest key vault certificate version.
150+
> Do not delete these RBAC 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.
151151
152152
### [Access policy permissions](#tab/accesspolicy)
153153

154154
| Resource provider | Service principal app ID | Key vault secret permissions | Key vault certificate permissions |
155155
|--|--|--|--|
156156
| **Microsoft Azure App Service** or **Microsoft.Azure.WebSites** | - `abfa0a7c-a6b6-4736-8310-5855508787cd` for public Azure cloud environment <br><br>- `6a02c803-dafd-4136-b4c3-5a6f318b4714` for Azure Government cloud environment | Get | Get |
157157

158-
The service principal app ID or assignee value is the ID for App Service resource provider. To learn how to authorize key vault permissions for App Service resource provider using access policy refer to the [assign a Key Vault access policy documentation](/azure/key-vault/general/assign-access-policy?tabs=azure-portal).
158+
The service principal app ID or assignee value is the ID for App Service resource provider. To learn how to authorize key vault permissions for the App Service resource provider using access policy, see the [assign a Key Vault access policy documentation](/azure/key-vault/general/assign-access-policy?tabs=azure-portal).
159159

160160
> [!NOTE]
161-
> Do not delete these access policy permissions from key vault, otherwise App Service will not be able to sync your web app with the latest key vault certificate version.
161+
> 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.
162162
163163
---
164164

0 commit comments

Comments
 (0)