Skip to content

Commit c8fac93

Browse files
Update use-managed-identity.md
If AKS has custom private DNS zone, AKS does not support to use system-assigned managed identity. Azure/AKS#1508 (comment)
1 parent 95e319c commit c8fac93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/use-managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ az aks get-credentials --resource-group myResourceGroup --name myManagedCluster
8989

9090
## Update an AKS cluster to use a managed identity
9191

92+
> [!NOTE]
93+
> If AKS has custom private DNS zone, AKS does not support to use system-assigned managed identity.
94+
9295
To update an AKS cluster currently using a service principal to work with a system-assigned managed identity, run the following CLI command.
9396

9497
```azurecli-interactive

0 commit comments

Comments
 (0)