Skip to content

Commit 0c9bc59

Browse files
Merge pull request #274945 from aimee-littleton/patch-202
Update nat-overview.md
2 parents d0ae3a3 + 400b2b7 commit 0c9bc59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/nat-gateway/nat-overview.md

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

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

106-
* 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.
107106

108-
* 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.
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.
109108

110109
* Outbound connectivity follows this order of precedence among different routing and outbound connectivity methods:
111110

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.
111+
* UDR to next hop Virtual appliance or virtual network gateway >> NAT gateway >> Instance-level public IP address on a virtual machine >> Load balancer outbound rules >> default system route to the internet.
113112

114113
### NAT gateway configurations
115114

0 commit comments

Comments
 (0)