Skip to content

Commit eecebac

Browse files
committed
update nat-gateway.md
1 parent defa624 commit eecebac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/nat-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ az group create --name myresourcegroup --location southcentralus
6767

6868
```azurecli-interactive
6969
az aks create \
70-
--resource-group myresourcegroup \
70+
--resource-group myResourceGroup \
7171
--name natcluster \
7272
--node-count 3 \
73-
--outbound-type managedNATGateway \
73+
--outbound-type managedNATGateway \
7474
--nat-gateway-managed-outbound-ip-count 2 \
7575
--nat-gateway-idle-timeout 30
7676
```

0 commit comments

Comments
 (0)