Skip to content

Commit 45dac47

Browse files
authored
Merge pull request #281463 from mbender-ms/avnm-udr-ado251137-2
virtual network manager - New Article - UDR Management - Scenario Multi-hub
2 parents 46a37ba + 26e8be2 commit 45dac47

9 files changed

+265
-1
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@
125125
items:
126126
- name: Create user-defined routes (UDRs)
127127
href: how-to-create-user-defined-route.md
128-
- name: deploy hub and spoke topology with Azure Firewall
128+
- name: Deploy hub and spoke topology with Azure Firewall
129129
href: how-to-deploy-hub-spoke-topology-with-azure-firewall.md
130+
- name: Manage User-defined Routes (UDRs) across multiple hub-and-spoke topologies
131+
href: how-to-manage-user-defined-routes-multiple-hub-spoke-topologies.md
130132
- name: Common issues
131133
href: common-issues.md
132134
- name: Reference

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ When you create a rule collection, you define the local routing settings. The lo
115115

116116
When you select **Direct routing within virtual network** or **Direct routing within subne**t, a UDR with a virtual network next hop is created for local traffic routing within the same virtual network or subnet. However, if the destination CIDR is fully contained within the source CIDR under these selections and direct routing is selected, a UDR specifying a network appliance as the next hop won't be set up.
117117

118+
## Adding additional virtual networks
119+
120+
When you add additional 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.
121+
122+
118123
## Limitations of UDR management
119124

120125
The following are the limitations of UDR management with Azure Virtual Network Manager:

articles/virtual-network-manager/how-to-manage-user-defined-routes-multiple-hub-spoke-topologies.md

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)