Skip to content

Commit fcf77e6

Browse files
authored
fix indentation for code block
1 parent f8637d7 commit fcf77e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/private-clusters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ The API server end point has no public IP address. Consequently, users will need
9595

9696
* Get credentials to connect to the cluster
9797

98-
```azurecli-interactive
99-
az aks get-credentials --name MyManagedCluster --resource-group MyResourceGroup
100-
```
98+
```azurecli-interactive
99+
az aks get-credentials --name MyManagedCluster --resource-group MyResourceGroup
100+
```
101101
* Create a VM in the same VNET as the AKS cluster or create a VM in a different VNET and peer this VNET with the AKS cluster VNET
102102
* If you create a VM in a different VNET, you'll need to set up a link between this VNET and the Private DNS Zone
103103
* go to the MC_* resource group in the portal

0 commit comments

Comments
 (0)