Skip to content

Commit 8633807

Browse files
Merge pull request #243871 from CocoWang-wql/patch-39
Update managed-azure-ad.md
2 parents 9edf7c0 + 46c52f2 commit 8633807

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/aks/managed-azure-ad.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AKS-managed Azure Active Directory integration
33
description: Learn how to configure Azure AD for your Azure Kubernetes Service (AKS) clusters.
44
ms.topic: article
5-
ms.date: 06/09/2023
5+
ms.date: 07/05/2023
66
ms.custom: devx-track-azurecli
77
ms.author: miwithro
88
---
@@ -84,7 +84,11 @@ A successful activation of an AKS-managed Azure AD cluster has the following sec
8484

8585
### Upgrade a legacy Azure AD cluster to AKS-managed Azure AD integration
8686

87-
If your cluster uses legacy Azure AD integration, you can upgrade to AKS-managed Azure AD integration with no downtime using the [`az aks update`][az-aks-update] command.
87+
If your cluster uses legacy Azure AD integration, you can upgrade to AKS-managed Azure AD integration using the [`az aks update`][az-aks-update] command.
88+
89+
> [!WARNING]
90+
> Free tier clusters may experience API server downtime during the upgrade. We recommend upgrading during your nonbusiness 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 merge the new credentials into the kubeconfig file.
8892
8993
```azurecli-interactive
9094
az aks update -g myResourceGroup -n myManagedCluster --enable-aad --aad-admin-group-object-ids <id> [--aad-tenant-id <id>]

0 commit comments

Comments
 (0)