Skip to content

Commit d4f2727

Browse files
Merge pull request #271230 from aimee-littleton/patch-198
Update nat-overview.md
2 parents b2cc86d + 7676cc5 commit d4f2727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/nat-gateway/nat-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ A NAT gateway doesn't affect the network bandwidth of your compute resources. Le
101101

102102
### Traffic routes
103103

104-
* 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 routes to NAT gateway before connecting outbound to the internet.
104+
* The subnet has a [system default route](/azure/virtual-network/virtual-networks-udr-overview#default) that routes traffic with destination 0.0.0.0/0 to the internet automatically. Once NAT gateway is configured to the subnet, communication from the virtual machines existing in the subnet to the internet will prioritize using the public IP of the NAT gateway.
105105

106106
* 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.
107107

108108
* Presence of User Defined Routes (UDRs) for virtual appliances, VPN Gateway, and ExpressRoute for a subnet's 0.0.0.0/0 traffic causes traffic to route to these services instead of NAT gateway.
109109

110110
* Outbound connectivity follows this order of precedence among different routing and outbound connectivity methods:
111111

112-
* 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.
112+
* UDR with Virtual appliance / VPN Gateway / ExpressRoute >> NAT gateway >> Instance-level public IP address on a virtual machine >> Load balancer outbound rules >> default system route to the internet.
113113

114114
### NAT gateway configurations
115115

0 commit comments

Comments
 (0)