We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea35d9c commit d3b9065Copy full SHA for d3b9065
1 file changed
articles/aks/nat-gateway.md
@@ -31,15 +31,15 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
31
> [!IMPORTANT]
32
> If no value for the outbound IP address is specified, the default value is one.
33
34
- ```azurecli-interactive
+ ```azurecli-interactive
35
az aks create \
36
--resource-group myResourceGroup \
37
--name myNatCluster \
38
--node-count 3 \
39
--outbound-type managedNATGateway \
40
--nat-gateway-managed-outbound-ip-count 2 \
41
--nat-gateway-idle-timeout 4
42
- ```
+ ```
43
44
### Update the number of outbound IP addresses
45
0 commit comments