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.
1 parent 95e319c commit c8fac93Copy full SHA for c8fac93
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