Skip to content

Commit 7cd2949

Browse files
authored
Update managed-azure-ad.md
1 parent 114018a commit 7cd2949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/managed-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If your cluster uses legacy Azure AD integration, you can upgrade to AKS-managed
8888

8989
> [!WARNING]
9090
> Free tier clusters may experience API server downtime during the upgrade. It's recommended to upgrade during your non-business hours.
91-
> After the upgrade, the kubeconfig content changes. You need to run `az aks get-credentials --resource-group <AKS resource group name> --name <AKS cluster name>` to get the new kubeconfig content.
91+
> After the upgrade, the kubeconfig content changes. You need to run `az aks get-credentials --resource-group <AKS resource group name> --name <AKS cluster name>` to merge the new credentials into the kubeconfig file.
9292
9393
```azurecli-interactive
9494
az aks update -g myResourceGroup -n myManagedCluster --enable-aad --aad-admin-group-object-ids <id> [--aad-tenant-id <id>]

0 commit comments

Comments
 (0)