Skip to content

Commit d3b9065

Browse files
Update nat-gateway.md
1 parent ea35d9c commit d3b9065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/aks/nat-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
3131
> [!IMPORTANT]
3232
> If no value for the outbound IP address is specified, the default value is one.
3333
34-
```azurecli-interactive
34+
```azurecli-interactive
3535
az aks create \
3636
--resource-group myResourceGroup \
3737
--name myNatCluster \
3838
--node-count 3 \
3939
--outbound-type managedNATGateway \
4040
--nat-gateway-managed-outbound-ip-count 2 \
4141
--nat-gateway-idle-timeout 4
42-
```
42+
```
4343

4444
### Update the number of outbound IP addresses
4545

0 commit comments

Comments
 (0)