You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/nat-gateway.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,6 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
36
36
--outbound-type managedNATGateway \
37
37
--nat-gateway-managed-outbound-ip-count 2 \
38
38
--nat-gateway-idle-timeout 4
39
-
```
40
-
41
-
### Update the number of outbound IP addresses
42
39
43
40
* Update the outbound IP address or idle timeout using the [`az aks update`][az-aks-update] command with the `--nat-gateway-managed-outbound-ip-count` or `--nat-gateway-idle-timeout` parameter.
0 commit comments