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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ ms.custom: references_regions
13
13
14
14
This article provides an overview of UDR management, why it's important, how it works, and common routing scenarios that you can simplify and automate using UDR management.
15
15
16
+
[!INCLUDE virtual-network-manager-udr-preview]
17
+
16
18
## What is UDR management?
17
19
18
20
Azure Virtual Network Manager (AVNM) allows you to describe your desired routing behavior and orchestrate user-defined routes (UDRs) to create and maintain the desired routing behavior. User-defined routes address the need for automation and simplification in managing routing behaviors. Currently, you’d manually create User-Defined Routes (UDRs) or utilize custom scripts. However, these methods are prone to errors and overly complicated. You can utilize the Azure-managed hub in Virtual WAN. This option has certain limitations (such as the inability to customize the hub or lack of IPV6 support) not be relevant to your organization. With UDR management in your virtual network manager, you have a centralized hub for managing and maintaining routing behaviors.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-user-defined-route.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ In this article, you learn how to deploy [User-Defined Routes (UDRs)](concept-us
19
19
20
20
- Routing configuration to create UDRs for the network group
21
21
22
+
[!INCLUDE virtual-network-manager-udr-preview]
23
+
22
24
## Prerequisites
23
25
24
26
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -95,7 +97,7 @@ In this step, you create two virtual networks to become members of a network gro
95
97
|**Subscription**| Select the same subscription that you selected in step 2. |
96
98
|**Resource group**| Select **resource-group**. |
97
99
|**Virtual network name**| Enter **vnet-spoke-002**. |
98
-
|**Region**| Select **(US) West US 2)**. |
100
+
|**Region**| Select **(US) West US 2**. |
99
101
|**Edit subnet window**||
100
102
|**Subnet purpose**| Leave as **Default**. |
101
103
|**Name**| Leave as **default**. |
@@ -118,21 +120,18 @@ In this step, you create a network group containing your virtual networks using
118
120
119
121
| Setting | Value |
120
122
| ------- | ----- |
121
-
|**Name**| Enter **ng-spoke**. |
123
+
|**Name**| Enter **network-group**. |
122
124
|**Description**|*(Optional)* Provide a description about this network group. |
123
125
|**Member type**| Select **Virtual network**. |
124
126
125
127
1. Select **Create**.
126
128
127
-
1. Select **ng-spoke** and choose **Create Azure Policy**.
128
-
129
-
:::image type="content" source="media/how-to-deploy-user-defined-routes/network-group-page.png" alt-text="Screenshot of network group page with options for group creation and membership view.":::
130
-
129
+
1. Select **network-group** and choose **Create Azure Policy**.
131
130
1. In **Create Azure Policy**, enter or select the following information:
132
131
133
132
| Setting | Value |
134
133
| ------- | ----- |
135
-
|**Policy name**| Enter **ng-azure-policy**. |
134
+
|**Policy name**| Enter **azure-policy**. |
136
135
|**Scope**| Select **Select Scope** and choose your subscription, if not already selected. |
137
136
138
137
1. Under **Criteria**, enter a conditional statement to define the network group membership. Enter or select the following information:
@@ -177,7 +176,7 @@ In this step, you define the UDRs for the network group by creating a routing co
177
176
|**Name**| Enter **rule-collection-1**. |
178
177
|**Description**|*(Optional)* Provide a description about this rule collection. |
:::image type="content" source="media/how-to-deploy-user-defined-routes/add-rule-collection.png" alt-text="Screenshot of Add a rule collection window with target network group selected.":::
0 commit comments