Skip to content

Commit 060f7dc

Browse files
authored
Update private-clusters.md
1 parent e7674b3 commit 060f7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/private-clusters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ az group create -l westus -n MyResourceGroup
4646
```azurecli-interactive
4747
az aks create -n <private-cluster-name> -g <private-cluster-resource-group> --load-balancer-sku standard --enable-private-cluster
4848
```
49+
4950
Where `--enable-private-cluster` is a mandatory flag for a private cluster.
5051

5152
### Advanced networking

0 commit comments

Comments
 (0)