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/private-clusters.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,6 @@ The following parameters can be leveraged to configure Private DNS Zone.
97
97
```azurecli-interactive
98
98
az aks create -n <private-cluster-name> -g <private-cluster-resource-group> --load-balancer-sku standard --enable-private-cluster --enable-managed-identity --assign-identity <ResourceId> --private-dns-zone [system|none]
99
99
```
100
-
### Create a private AKS cluster with a BYO Private DNS SubZone
101
-
102
-
Prerequisites:
103
-
104
-
* Azure CLI >= 2.32.0 or later.
105
100
106
101
### Create a private AKS cluster with Custom Private DNS Zone or Private DNS SubZone
0 commit comments