Skip to content

Commit b7f4b61

Browse files
Merge pull request #242999 from aimee-littleton/patch-154
managed nat gw section fixes
2 parents 604ab7f + 11571c0 commit b7f4b61

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
@@ -25,7 +25,7 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
2525
## Create an AKS cluster with a managed NAT gateway
2626

2727
* Create an AKS cluster with a new managed NAT gateway using the [`az aks create`][az-aks-create] command with the `--outbound-type managedNATGateway`, `--nat-gateway-managed-outbound-ip-count`, and `--nat-gateway-idle-timeout` parameters. If you want the NAT gateway to operate out of a specific availability zone, specify the zones using `--zones`.
28-
* A single NAT gateway resource cannot be used across multiple availability zones. To ensure zone-resiliency, it is recommended to deploy a NAT gateway resource to each availability zone and assign to subnets containing AKS clusters in each zone. For more information on this deployment model, see [NAT gateway for each zone](/azure/nat-gateway/nat-availability-zones#zonal-nat-gateway-resource-for-each-zone-in-a-region-to-create-zone-resiliency).
28+
* A managed NAT gateway resource cannot be used across multiple availability zones. When you deploy a managed NAT gateway instance, it is deployed to "no zone". No zone NAT gateway resources are deployed to a single availability zone for you by Azure. For more information on non-zonal deployment model, see [non-zonal NAT gateway](/azure/nat-gateway/nat-availability-zones#non-zonal).
2929

3030
```azurecli-interactive
3131
az aks create \
@@ -38,7 +38,7 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
3838
```
3939
4040
> [!IMPORTANT]
41-
> If no zone is configured for NAT gateway, the default zone placement is "no zone", in which Azure places NAT gateway into a zone for you.
41+
> Zonal configuration for your NAT gateway resource can be done with user-assigned NAT gateway resources. See [Create an AKS cluster with a user-assigned NAT gateway](#create-an-aks-cluster-with-a-user-assigned-nat-gateway] for more details.
4242
> If no value for the outbound IP address is specified, the default value is one.
4343
4444
### Update the number of outbound IP addresses

0 commit comments

Comments
 (0)