Skip to content

Commit 509e66c

Browse files
Merge pull request #253048 from aimee-littleton/patch-167
Update nat-overview.md
2 parents 35fdeaa + 1c235c2 commit 509e66c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/nat-gateway/nat-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ A NAT gateway doesn't affect the network bandwidth of your compute resources. Le
8686

8787
### Traffic routes
8888

89-
* NAT gateway replaces a subnet’s default route to the internet when configured. All traffic within the 0.0.0.0/0 prefix has a next hop type to NAT gateway before connecting outbound to the internet.
89+
* NAT gateway replaces a subnet’s [system default route](/azure/virtual-network/virtual-networks-udr-overview#default) to the internet when configured. When NAT gateway is attached to the subnet, all traffic within the 0.0.0.0/0 prefix will route to NAT gateway before connecting outbound to the internet.
9090

91-
* You can override NAT gateway as a subnet’s next hop to the internet with the creation of a custom user-defined route (UDR).
91+
* You can override NAT gateway as a subnet’s system default route to the internet with the creation of a custom user-defined route (UDR) for 0.0.0.0/0 traffic.
9292

93-
* Presence of custom UDRs for virtual appliances and ExpressRoute override NAT gateway for directing internet bound traffic (route to the 0.0.0.0/0 address prefix).
93+
* Presence of UDRs for virtual appliances, VPN Gateway and ExpressRoute for a subnet's 0.0.0.0/0 traffic will cause traffic to route to these services instead of NAT gateway.
9494

9595
* Outbound connectivity follows this order of precedence among different routing and outbound connectivity methods:
96-
Virtual appliance UDR / ExpressRoute >> NAT gateway >> Instance-level public IP address on a virtual machine >> Load balancer outbound rules >> default system route to the internet
96+
Virtual appliance UDR / VPN Gateway / ExpressRoute >> NAT gateway >> Instance-level public IP address on a virtual machine >> Load balancer outbound rules >> default system route to the internet
9797

9898
### NAT gateway configurations
9999

0 commit comments

Comments
 (0)