fix style/tone

This commit is contained in:
greenie-msft 2021-09-14 12:09:10 -07:00 committed by GitHub
parent 974ff70902
commit 845a4d77c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ Make sure you have followed the steps in the [Authenticating to Azure]({{< ref a
--location "${LOCATION}" --location "${LOCATION}"
``` ```
5. Using RBAC, assign a role to the Azure AD application that we created so it can access the Key Vault. 5. Using RBAC, assign a role to the Azure AD application so it can access the Key Vault.
In this case, we're assigning the "Key Vault Crypto Officer" role, which has broad access; other more restrictive roles can be used as well, depending on your application. In this case, assign the "Key Vault Crypto Officer" role, which has broad access; other more restrictive roles can be used as well, depending on your application.
```sh ```sh
az role assignment create \ az role assignment create \