Skip to content

Commit c898d7a

Browse files
Merge pull request #279414 from aimee-littleton/patch-205
Update nat-overview.md
2 parents b6532b9 + b804e0b commit c898d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/nat-gateway/nat-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A NAT gateway doesn't affect the network bandwidth of your compute resources. Le
104104
* 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

107-
* Presence of User Defined Routes (UDRs) for virtual appliances or a virtual network gateway (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.
107+
* When you create a user defined route (UDR) in your subnet route table for 0.0.0.0/0 traffic, the default internet path for this traffic is overridden. A UDR that sends 0.0.0.0/0 traffic to a virtual appliance or a virtual network gateway (VPN Gateway and ExpressRoute) as the next hop type instead override NAT gateway connectivity to the internet.
108108

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

0 commit comments

Comments
 (0)