Skip to content

Commit 9f4c299

Browse files
Update articles/aks/nat-gateway.md
Co-authored-by: Chase Wilson <[email protected]>
1 parent d3b9065 commit 9f4c299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/aks/nat-gateway.md

Lines changed: 1 addition & 1 deletion
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 zone using `--zones`.
28-
* If no zone is specified when creating a managed NAT gateway, than NAT gateway is deployed to "no zone" by default. 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).
28+
* If no zone is specified when creating a managed NAT gateway, then NAT gateway is deployed to "no zone" by default. When NAT gateway is placed in **no zone**, Azure places the resource in a zone for you. For more information on non-zonal deployment model, see [non-zonal NAT gateway](/azure/nat-gateway/nat-availability-zones#non-zonal).
2929
* A managed NAT gateway resource can't be used across multiple availability zones.
3030

3131
> [!IMPORTANT]

0 commit comments

Comments
 (0)