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 e7674b3 commit 060f7dcCopy full SHA for 060f7dc
articles/aks/private-clusters.md
@@ -46,6 +46,7 @@ az group create -l westus -n MyResourceGroup
46
```azurecli-interactive
47
az aks create -n <private-cluster-name> -g <private-cluster-resource-group> --load-balancer-sku standard --enable-private-cluster
48
```
49
+
50
Where `--enable-private-cluster` is a mandatory flag for a private cluster.
51
52
### Advanced networking
0 commit comments