Skip to content

Commit 2a83250

Browse files
committed
Updates for portal changes
1 parent 099f949 commit 2a83250

File tree

2 files changed

+20
-42
lines changed

2 files changed

+20
-42
lines changed

articles/virtual-network-manager/create-virtual-network-manager-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ Virtual Network Manager applies configurations to groups of VNets by placing the
115115
1. You'll see the new network group added to the *Network Groups* page.
116116
:::image type="content" source="./media/create-virtual-network-manager-portal/network-groups-list.png" alt-text="Screenshot of network group page with list of network groups.":::
117117

118-
1. Once your network group is created, you'll add virtual networks as members. Choose one of the options: *Static membership* or *Dynamic membership* with Azure Policy.
118+
1. Once your network group is created, you'll add virtual networks as members. Choose one of the options: *[Manually add virtual networks](#manually-add-virtual-networks)* or *[Create policy to dynamically add members](#create-azure-policy-for-dynamic-membership)* with Azure Policy.
119119

120120
## Define membership for a mesh configuration
121-
Azure Virtual Network manager allows you two methods for adding membership to a network group. Static membership involves manually adding virtual networks, and dynamic membership involves using Azure Policy to dynamically add virtual networks based on conditions. Choose the option below for your mesh membership configuration:
122-
### Static membership option
123-
Using static membership, you'll manually add three VNets for your Mesh configuration to your Network Group using the steps below:
121+
Azure Virtual Network manager allows you two methods for adding membership to a network group. You can manually adding virtual networks or use Azure Policy to dynamically add virtual networks based on conditions. Choose the option below for your mesh membership configuration:
122+
### Manually add virtual networks
123+
In this task, you'll manually add three virtual networks for your Mesh configuration to your network group using the steps below:
124124

125125
1. From the list of network groups, select **myNetworkGroup** and select **Add virtual networks** under *Manually add members* on the *myNetworkGroup* page.
126126

@@ -133,8 +133,8 @@ Using static membership, you'll manually add three VNets for your Mesh configura
133133
1. On the **Network Group** page under *Settings*, select **Group Members** to view the membership of the group you manually selected.
134134
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list-thumb.png" alt-text="Screenshot of group membership under Group Membership." lightbox="media/create-virtual-network-manager-portal/group-members-list.png":::
135135

136-
### Dynamic membership with Azure Policy
137-
Using [Azure Policy](concept-azure-policy-integration.md), you'll define a condition to dynamically add three VNets tagged as **Prod** to your Network Group using the steps below.
136+
### Create Azure Policy for dynamic membership
137+
Using [Azure Policy](concept-azure-policy-integration.md), you'll define a condition to dynamically add three virtual networks tagged as **Prod** to your network group using the steps below.
138138

139139
1. From the list of network groups, select **myNetworkGroup** and select **Create Azure Policy** under *Create policy to dynamically add members*.
140140

articles/virtual-network-manager/how-to-create-hub-and-spoke.md

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -41,57 +41,35 @@ This section will help you create a network group containing the virtual network
4141
1. You'll see the new network group added to the *Network Groups* page.
4242
:::image type="content" source="./media/create-virtual-network-manager-portal/network-groups-list.png" alt-text="Screenshot of network group page with list of network groups.":::
4343

44-
1. Once your network group is created, you'll add virtual networks as members. Choose one of the options: *Static membership* or *Dynamic membership* with Azure Policy.
45-
## Define membership for a mesh configuration
46-
Azure Virtual Network manager allows you two methods for adding membership to a network group. Static membership involves manually adding virtual networks, and dynamic membership involves using Azure Policy to dynamically add virtual networks based on conditions. Choose the option below for your mesh membership configuration:
47-
### Static membership option
48-
Using static membership, you'll manually add the virtual networks for your Mesh configuration to your Network Group using the steps below:
44+
1. Once your network group is created, you'll add virtual networks as members. Choose one of the options: *[Static membership](concept-network-groups.md#static-membership)* or *[Dynamic membership with Azure Policy](concept-network-groups.md#dynamic-membership)*.
45+
## Define network group members
46+
Azure Virtual Network manager allows you two methods for adding membership to a network group. You can manually adding virtual networks or use Azure Policy to dynamically add virtual networks based on conditions. Choose the option below for your mesh membership configuration:
47+
### Manually adding members
48+
To manually add the desired virtual networks for your Mesh configuration to your Network Group, follow the steps below:
4949

50-
1. From the list of network groups, select your network group and select **Add virtual networks** under *Static membership* on the network group page.
50+
1. From the list of network groups, select your network group and select **Add virtual networks** under *Manually add members* on the network group page.
5151

5252
:::image type="content" source="./media/create-virtual-network-manager-portal/add-static-member.png" alt-text="Screenshot of add a virtual network.":::
5353

54-
1. On the *Add static members* page, select all the virtual networks created you. Then select **Add** to add the 3 virtual networks to the network group.
54+
1. On the *Manually add members* page, select all the virtual networks and select **Add**.
5555

5656
:::image type="content" source="./media/create-virtual-network-manager-portal/add-virtual-networks.png" alt-text="Screenshot of add virtual networks to network group page.":::
5757

58-
1. On the **Network Group** page under *Settings*, select **Group Members** to view the membership of the group you manually selected.
58+
1. To review the network group membership manually added, select **Group Members** on the *Network Group* page under **Settings**.
5959
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list-thumb.png" alt-text="Screenshot of group membership under Group Membership." lightbox="media/create-virtual-network-manager-portal/group-members-list.png":::
6060

6161
### Dynamic membership with Azure Policy
62-
Using [Azure Policy](concept-azure-policy-integration.md), you'll define a condition to dynamically add three VNets for your Mesh configuration to your Network Group using the steps below.
62+
To dynamically add members using [Azure Policy](concept-azure-policy-integration.md), follow the steps below:
6363

64-
1. From the list of network groups, select **myNetworkGroup**.
65-
66-
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/network-group-page.png" alt-text="Screenshot of the network groups page.":::
67-
68-
1. On the **Overview** page, select **Create Azure Policy** under *Create policy to dynamically add members*.
64+
1. From the list of network groups, select your network group and select **Create Azure Policy** under *Create policy to dynamically add members*.
6965

7066
:::image type="content" source="media/create-virtual-network-manager-portal/define-dynamic-membership.png" alt-text="Screenshot of Create Azure Policy button.":::
7167

72-
1. On the **Create Azure Policy** page, select or enter the following information:
73-
74-
:::image type="content" source="./media/create-virtual-network-manager-portal/network-group-conditional.png" alt-text="Screenshot of create a network group conditional statements tab.":::
75-
76-
| Setting | Value |
77-
| ------- | ----- |
78-
| Policy name | Enter **ProdVNets** in the text box. |
79-
| Scope | Select **Select Scopes** and choose your current subscription. |
80-
| Criteria | |
81-
| Parameter | Select **Tags** from the drop-down.|
82-
| Operator | Select **Exists** from the drop-down.|
83-
| Condition | Enter **NetworkType** to dynamically add the three previously created virtual networks into this network group. |
84-
85-
1. Select **Advanced (JSON) editor** to modify the JSON code.
86-
1. On line 5, replace **exists** with **equals** and set the value to **"Prod"** from **true**.
87-
1.
88-
:::image type="content" source="./media/create-virtual-network-manager-portal/json-advanced-editor.png" alt-text="Screenshot of Advanced (JSON) editor.":::
89-
90-
1. Select **Save** to deploy the group membership.
91-
92-
1. On the *Network Group* page under **Settings**, select **Group Members** to view the membership of the group based on the conditions defined in Azure Policy.
68+
1. On the **Create Azure Policy** page, create a conditional statement to populate your network group. You can choose different conditional parameters including *Name* and *Tags*.
69+
70+
:::image type="content" source="media/how-to-create-hub-and-spoke/create-azure-policy.png" alt-text="Screenshot of Create Azure Policy page with conditional parameters displayed.":::
9371

94-
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list-thumb.png" alt-text="Screenshot of group membership under Group Membership." lightbox="media/create-virtual-network-manager-portal/group-members-list.png":::
72+
1. To review the network group membership based on the conditions defined in Azure Policy, select **Group Members** on the *Network Group* page under **Settings**
9573
## Create a hub and spoke connectivity configuration
9674

9775
This section will guide you through how to create a hub-and-spoke configuration with the network group you created in the previous section.

0 commit comments

Comments
 (0)