Skip to content

Commit a0740ce

Browse files
Merge pull request #239385 from RoseHJM/ade-quickstart-vault-note
ADE key vaults
2 parents 3f46e13 + f4d32a3 commit a0740ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/deployment-environments/how-to-configure-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Next, create a personal access token. Depending on the type of repository you us
9393
Store the personal access token that you generated as a [key vault secret](../key-vault/secrets/about-secrets.md) and copy the secret identifier:
9494

9595
#### Create a Key Vault
96-
You need an Azure Key Vault to store the GitHub personal access token (PAT) that is used to grant Azure access to your GitHub repository. Key Vaults can control access with either access policies or role-based access control (RBAC).
96+
You need an Azure Key Vault to store the GitHub personal access token (PAT) that is used to grant Azure access to your GitHub repository. Key Vaults can control access with either access policies or role-based access control (RBAC). If you have an existing key vault, you can use it, but you should check whether it uses access policies or RBAC assignments to control access. For help with configuring an access policy for a key vault, see [Assign a Key Vault access policy](/azure/key-vault/general/assign-access-policy?branch=main&tabs=azure-portal).
9797

98-
If you don't have an existing key vault, use the following steps to create one:
98+
Use the following steps to create an RBAC key vault:
9999

100100
1. Sign in to the [Azure portal](https://portal.azure.com).
101101
1. In the Search box, enter *Key Vault*.

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create and configure a Dev center in Azure Deployment Environments by using t
5555
:::image type="content" source="media/quickstart-create-and-configure-devcenter/deployment-environments-devcenter-created.png" alt-text="Screenshot that shows the Dev centers overview, to confirm that the dev center is created.":::
5656

5757
## Create a Key Vault
58-
You need an Azure Key Vault to store the GitHub personal access token (PAT) that is used to grant Azure access to your GitHub repository. Key Vaults can control access with either access policies or role-based access control (RBAC). In this quickstart, you use an RBAC Key Vault.
58+
You need an Azure Key Vault to store the GitHub personal access token (PAT) that is used to grant Azure access to your GitHub repository. Key Vaults can control access with either access policies or role-based access control (RBAC). If you have an existing key vault, you can use it, but you should check whether it uses access policies or RBAC assignments to control access. In this quickstart, you create an RBAC Key Vault. For help with configuring an access policy for a key vault, see [Assign a Key Vault access policy](/azure/key-vault/general/assign-access-policy?branch=main&tabs=azure-portal).
5959

6060
If you don't have an existing key vault, use the following steps to create one:
6161

0 commit comments

Comments
 (0)