Skip to content

Commit b804e0b

Browse files
Update nat-overview.md
udr priority
1 parent 9bcd40a commit b804e0b

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)