We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95e319c + c8fac93 commit 7dc1c0eCopy full SHA for 7dc1c0e
articles/aks/use-managed-identity.md
@@ -89,6 +89,9 @@ az aks get-credentials --resource-group myResourceGroup --name myManagedCluster
89
90
## Update an AKS cluster to use a managed identity
91
92
+> [!NOTE]
93
+> If AKS has custom private DNS zone, AKS does not support to use system-assigned managed identity.
94
+
95
To update an AKS cluster currently using a service principal to work with a system-assigned managed identity, run the following CLI command.
96
97
```azurecli-interactive
0 commit comments