You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/concept-user-defined-route.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn to automate and simplifying routing behaviors using user-defi
4
4
author: mbender-ms
5
5
ms.author: mbender
6
6
ms.topic: overview
7
-
ms.date: 10/23/2024
7
+
ms.date: 11/05/2024
8
8
ms.service: azure-virtual-network-manager
9
9
ms.custom: references_regions
10
10
# Customer Intent: As a network engineer, I want learn how I can automate and simplify routing within my Azure Network using User-defined routes.
@@ -89,6 +89,10 @@ You can also easily choose an Azure Firewall as the next hop by selecting **Impo
89
89
90
90
:::image type="content" source="media/how-to-deploy-user-defined-routes/add-routing-rule-azure-firewall.png" alt-text="Screenshot of routing rule with Azure Firewall option.":::
91
91
92
+
### Use more user-defined routes in a single route table
93
+
94
+
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.
95
+
92
96
## Common routing scenarios
93
97
94
98
Here are the common routing scenarios that you can simplify and automate by using UDR management.
@@ -107,19 +111,18 @@ Here are the common routing scenarios that you can simplify and automate by usin
107
111
108
112
When you add other virtual networks to a network group, the routing configuration is automatically applied to the new virtual network. Your network manager automatically detects the new virtual network and applies the routing configuration to it. When you remove a virtual network from the network group, the applied routing configuration is automatically removed as well.
109
113
110
-
Newly created or deleted subnets have their route table updated with eventual consistency. The processing time may vary based on the volume of subnet creation and deletion.
111
-
114
+
Newly created or deleted subnets have their route table updated with eventual consistency. The processing time can vary based on the volume of subnet creation and deletion.
112
115
113
-
## Limitations of UDR management
116
+
## Impact of UDR Management on routes and route tables
114
117
115
-
The following are the limitations of UDR management with Azure Virtual Network Manager:
118
+
The following are impacts of UDR management with Azure Virtual Network Manager on routes and route tables:
116
119
117
120
- When conflicting routing rules exist (rules with same destination but different next hops), they aren't supported within or across rule collections that target the same virtual network or subnet.
118
121
- When you create a route rule with the same destination as an existing route in the route table, the routing rule is ignored.
119
122
- When a virtual network manager-created UDR is manually modified in the route table, the route isn't up when an empty commit is performed. Also, any update to the rule isn't reflected in the route with the same destination.
120
123
- Existing Azure services in the Hub virtual network maintain their existing limitations with respect to Route Table and UDRs.
121
124
- Azure Virtual Network Manager requires a managed resource group to store the route table. If you need to delete the resource group, deletion must happen before any new deployments are attempted for resources in the same subscription.
122
-
- UDR Management supports creating 1000 UDRs within a route table. This means that you can create a routing configuration with a maximum of 1,000 routing rules.
125
+
- UDR management allows users to create up to 1000 UDRs per route table.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-user-defined-route.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ In this step, you deploy the routing configuration to create the UDRs for the ne
221
221
1. Select **Next** and then **Deploy** to deploy the routing configuration.
222
222
223
223
> [!NOTE]
224
-
> When you create and deploy a routing configuration, you need to be aware of the impact of existing routing rules. For more information, see [limitations for UDR management](./concept-user-defined-route.md#limitations-of-udr-management).
224
+
> When you create and deploy a routing configuration, you need to be aware of the impact of existing routing rules. For more information, see [Impacts of user-defined routes](./concept-user-defined-route.md).
0 commit comments