Skip to content

Commit d42dadc

Browse files
committed
revised wording
1 parent 3e6bdb3 commit d42dadc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/update-credentials.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Use the variable *SP_ID* containing the service principal ID to reset the creden
5454
SP_SECRET=$(az ad app credential reset --id "$SP_ID" --query password -o tsv)
5555
```
5656

57-
Next, you [update AKS cluster with existing service principal credentials][update-cluster-new-service-principal-credentials]. This step is necessary to update the service principal on your AKS cluster.
57+
Next, you [update AKS cluster with service principal credentials][update-cluster-service-principal-credentials]. This step is necessary to update the service principal on your AKS cluster.
5858

5959
### Create a new service principal
6060

6161
> [!NOTE]
62-
> If you updated the existing service principal credentials in the previous section, skip this section and instead [update the AKS cluster with new service principal credentials][update-cluster-new-service-principal-credentials].
62+
> If you updated the existing service principal credentials in the previous section, skip this section and instead [update the AKS cluster with service principal credentials][update-cluster-service-principal-credentials].
6363
64-
To create a service principal and update the AKS cluster to use the new credentials, use the [`az ad sp create-for-rbac`][az-ad-sp-create] command.
64+
To create a service principal and update the AKS cluster to use the new credential, use the [`az ad sp create-for-rbac`][az-ad-sp-create] command.
6565

6666
```azurecli-interactive
6767
az ad sp create-for-rbac --role Contributor --scopes /subscriptions/mySubscriptionID
@@ -85,7 +85,7 @@ SP_ID=7d837646-b1f3-443d-874c-fd83c7c739c5
8585
SP_SECRET=a5ce83c9-9186-426d-9183-614597c7f2f7
8686
```
8787

88-
Next, you [update AKS cluster with new service principal credentials][update-cluster-new-service-principal-credentials]. This step is necessary for the Service Principal changes to reflect on the AKS cluster.
88+
Next, you [update AKS cluster with the new service principal credential][update-cluster-service-principal-credentials]. This step is necessary to update the AKS cluster with the new service principal credential.
8989

9090
## Update AKS cluster with service principal credentials
9191

@@ -119,7 +119,7 @@ az aks update-credentials \
119119

120120
## Next steps
121121

122-
In this article, you learned how to update or rotate service principal and Azure AD application credentials. For more information on how to manage identity for workloads within an AKS cluster, see [Best practices for authentication and authorization in AKS][best-practices-identity].
122+
In this article, you learned how to update or rotate service principal and Azure AD application credentials. For more information on how to use a manage identity for workloads within an AKS cluster, see [Best practices for authentication and authorization in AKS][best-practices-identity].
123123

124124
<!-- LINKS - internal -->
125125
[install-azure-cli]: /cli/azure/install-azure-cli
@@ -133,5 +133,5 @@ In this article, you learned how to update or rotate service principal and Azure
133133
[az-ad-app-credential-reset]: /cli/azure/ad/app/credential#az_ad_app_credential_reset
134134
[node-image-upgrade]: ./node-image-upgrade.md
135135
[node-surge-upgrade]: upgrade-cluster.md#customize-node-surge-upgrade
136-
[update-cluster-new-service-principal-credentials]: #update-aks-cluster-with-service-principal-credentials
136+
[update-cluster-service-principal-credentials]: #update-aks-cluster-with-service-principal-credentials
137137
[reset-existing-service-principal-credentials]: #reset-the-existing-service-principal-credentials

0 commit comments

Comments
 (0)