You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/managed-azure-ad.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: AKS-managed Azure Active Directory integration
3
3
description: Learn how to configure Azure AD for your Azure Kubernetes Service (AKS) clusters.
4
4
ms.topic: article
5
-
ms.date: 06/09/2023
5
+
ms.date: 07/05/2023
6
6
ms.custom: devx-track-azurecli
7
7
ms.author: miwithro
8
8
---
@@ -84,7 +84,11 @@ A successful activation of an AKS-managed Azure AD cluster has the following sec
84
84
85
85
### Upgrade a legacy Azure AD cluster to AKS-managed Azure AD integration
86
86
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.
88
92
89
93
```azurecli-interactive
90
94
az aks update -g myResourceGroup -n myManagedCluster --enable-aad --aad-admin-group-object-ids <id> [--aad-tenant-id <id>]
0 commit comments