Skip to content

Commit 3675fb1

Browse files
committed
Fix typo
1 parent 798d154 commit 3675fb1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/deployment-environments/how-to-create-configure-dev-center.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ A platform engineering team typically sets up a dev center, attaches external ca
2020

2121
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2222
- Azure role-based access control role with permissions to create and manage resources in the subscription, such as [Contributor](../role-based-access-control/built-in-roles.md#contributor) or [Owner](../role-based-access-control/built-in-roles.md#owner).
23-
- [Install the Azure CLI](/cli/azure/install-azure-cli).
24-
- [Install the dev center CLI extension](how-to-install-devcenter-cli-extension.md)
25-
- A GitHub account and a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with repo access.
23+
- Install the [Azure CLI devcenter extension](how-to-install-devcenter-cli-extension.md).
24+
- A GitHub account and a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with repo access.
2625

2726
## Create a dev center
2827

@@ -110,7 +109,7 @@ You need an Azure Key Vault to store the GitHub personal access token (PAT) that
110109
1. Add the GitHub PAT to Key Vault as a secret:
111110

112111
```azurecli
113-
az keyvault secret set --vault-name <kv name> --name GHPAT --value <personalAccessToken>
112+
az keyvault secret set --vault-name <keyvaultName> --name GHPAT --value <personalAccessToken>
114113
```
115114

116115
## Attach an identity to the dev center

0 commit comments

Comments
 (0)