Skip to content

Commit f5e705c

Browse files
authored
virtual network manager | Updates | Update concept-user-defined-route.md
1 parent 4849e84 commit f5e705c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/virtual-network-manager/concept-user-defined-route.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ You can also easily choose an Azure Firewall as the next hop by selecting **Impo
9595

9696
In Azure Virtual Network Manager UDR management, users can now create up to 1,000 user-defined routes (UDRs) in a single route table, compared to the traditional 400-route limit. This higher limit enables more complex routing configurations, such as directing traffic from on-premises data centers through a firewall to each spoke virtual network in a hub-and-spoke topology. This expanded capacity is especially useful for managing traffic inspection and security across large-scale network architectures with numerous spokes.
9797

98+
For example, in a hub and spoke topology, it is common for users to require network traffic to be inspected or filtered by a firewall in the hub virtual network before reaching the spoke virtual networks. The Azure Virtual Network Manager supports up to 1000 spoke virtual networks and allows the configuration of the firewall subnet's route table to support up to 1000 User-Defined Routes for traffic from the firewall to the spoke virtual networks. To achieve this, follow these steps:
99+
1. Create an Azure Virtual Network Manager instance.
100+
1. Create a network group and include the subnet containing the firewall in this group.
101+
1. Establish a routing configuration and create a rule collection, setting the target network group as the one created in Step 2.
102+
1. Define a routing rule by adding the address spaces of the spoke virtual networks. Set the next hop to "virtual appliance" and specify the firewall's IP address as the next hop address.
103+
1. Deploy this routing configuration in the region where the firewall subnet is located.
104+
105+
This method allows the firewall subnet's route table to accommodate up to 1000 UDRs. When adding a new spoke virtual network, simply include its address spaces in the existing rule and redeploy the routing configuration.
106+
98107
## Common routing scenarios with UDR management
99108

100109
Here are the common routing scenarios that you can simplify and automate by using UDR management.

0 commit comments

Comments
 (0)