Skip to content

Commit 0439d09

Browse files
author
Michael Bender
committed
minor updates
1 parent 28b9ec9 commit 0439d09

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,18 @@ Here are the common routing scenarios that you can simplify and automate by usin
107107

108108
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.
109109

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.
110+
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.
111111

112-
> [!NOTE]
113-
> The following are behaviors of UDR management with Azure Virtual Network Manager:r:
112+
## Behaviors of UDR management
114113

115-
> - 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.
116-
> - When you create a route rule with the same destination as an existing route in the route table, the routing rule is ignored.
117-
> - 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.
118-
> - Existing Azure services in the Hub virtual network maintain their existing limitations with respect to Route Table and UDRs.
119-
> - 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.
120-
> - 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.
114+
The following are behaviors of UDR management with Azure Virtual Network Manager:
115+
116+
- 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.
117+
- When you create a route rule with the same destination as an existing route in the route table, the routing rule is ignored.
118+
- 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.
119+
- Existing Azure services in the Hub virtual network maintain their existing limitations with respect to Route Table and UDRs.
120+
- 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.
121+
- 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.
121122

122123
## Next step
123124

articles/virtual-network-manager/how-to-create-user-defined-route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In this step, you deploy the routing configuration to create the UDRs for the ne
221221
1. Select **Next** and then **Deploy** to deploy the routing configuration.
222222

223223
> [!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 [Behaviors for UDR management](./concept-user-defined-route.md#behaviors-of-udr-management).
225225
226226
## Next steps
227227

0 commit comments

Comments
 (0)