Skip to content

Commit 6f18564

Browse files
Merge pull request #10488 from ryanberg-aquent/CI-9066
AB#9066: OOB update for /azure/app-service/troubleshoot-azure-app-service-certificates.md
2 parents 2ddb277 + 82744e0 commit 6f18564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/azure/app-service/troubleshoot-azure-app-service-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ In the certificate's Azure portal page, in **Certificate Configuration > Step 1:
164164
Use role-based access control (RBAC) for Key Vault verification with the following:
165165

166166
```powershell
167-
az role assignment create --role "Key Vault Certificate User" --assignee "f3c21649-0979-4721-ac85-b0216b2cf413" --scope /subscriptions/{subscriptionid}/resourcegroups/{resource-group-name}/providers/Microsoft.KeyVault/vaults/{key-vault-name}
167+
az role assignment create --role "Key Vault Secrets Officer" --assignee "f3c21649-0979-4721-ac85-b0216b2cf413" --scope /subscriptions/{subscriptionid}/resourcegroups/{resource-group-name}/providers/Microsoft.KeyVault/vaults/{key-vault-name}
168168
```
169169

170170
```powershell

0 commit comments

Comments
 (0)