Skip to content

Commit ad4186a

Browse files
author
Michael Bender
committed
added back preview
1 parent dcff9a9 commit ad4186a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: references_regions
1313

1414
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.
1515

16+
[!INCLUDE virtual-network-manager-udr-preview]
17+
1618
## What is UDR management?
1719

1820
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.

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ In this article, you learn how to deploy [User-Defined Routes (UDRs)](concept-us
1919

2020
- Routing configuration to create UDRs for the network group
2121

22+
[!INCLUDE virtual-network-manager-udr-preview]
23+
2224
## Prerequisites
2325

2426
- 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
9597
| **Subscription** | Select the same subscription that you selected in step 2. |
9698
| **Resource group** | Select **resource-group**. |
9799
| **Virtual network name** | Enter **vnet-spoke-002**. |
98-
| **Region** | Select **(US) West US 2)**. |
100+
| **Region** | Select **(US) West US 2**. |
99101
| **Edit subnet window** | |
100102
| **Subnet purpose** | Leave as **Default**. |
101103
| **Name** | Leave as **default**. |
@@ -118,21 +120,18 @@ In this step, you create a network group containing your virtual networks using
118120

119121
| Setting | Value |
120122
| ------- | ----- |
121-
| **Name** | Enter **ng-spoke**. |
123+
| **Name** | Enter **network-group**. |
122124
| **Description** | *(Optional)* Provide a description about this network group. |
123125
| **Member type** | Select **Virtual network**. |
124126

125127
1. Select **Create**.
126128

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**.
131130
1. In **Create Azure Policy**, enter or select the following information:
132131

133132
| Setting | Value |
134133
| ------- | ----- |
135-
| **Policy name** | Enter **ng-azure-policy**. |
134+
| **Policy name** | Enter **azure-policy**. |
136135
| **Scope** | Select **Select Scope** and choose your subscription, if not already selected. |
137136

138137
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
177176
| **Name** | Enter **rule-collection-1**. |
178177
| **Description** | *(Optional)* Provide a description about this rule collection. |
179178
| **Enable BGP route propagation** | Leave **unchecked**. |
180-
| **Target network groups** | select **ng-spoke**. |
179+
| **Target network groups** | select **network-group**. |
181180

182181
:::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.":::
183182

0 commit comments

Comments
 (0)