Skip to content

Commit a064ef2

Browse files
author
Michael Bender
committed
Continued updated screenshots
1 parent 264abf3 commit a064ef2

18 files changed

+26
-23
lines changed

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

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -112,56 +112,58 @@ Virtual Network Manager applies configurations to groups of VNets by placing the
112112
Once your network group is created, you add virtual networks as members. Choose one of the options: *[Manually add membership](#manually-add-membership)* or *[Create policy to dynamically add members](#create-azure-policy-for-dynamic-membership)* with Azure Policy. Choose one of the options for your mesh membership configuration:
113113
### Manually add membership (#tab/Manual add)
114114

115-
In this task, you manually add three virtual networks for your Mesh configuration to your network group using these steps:
115+
In this task, you manually add two virtual networks for your Mesh configuration to your network group using these steps:
116116

117117
1. From the list of network groups, select **ng-learn-prod-eastus-001** and select **Add virtual networks** under *Manually add members* on the *ng-learn-prod-eastus-001* page.
118118

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

121-
1. On the **Manually add members** page, select three virtual networks created previously (vnet-learn-prod-eastus-001, vnet-learn-prod-eastus-001, and vnet-learn-test-eastus-003). Then select **Add** to add the 3 virtual networks to the network group.
121+
1. On the **Manually add members** page, select **vnet-learn-prod-eastus-001** and **vnet-learn-prod-eastus-002**, and select **Add**.
122122

123123
:::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.":::
124124

125125
1. On the **Network Group** page under **Settings**, select **Group Members** to view the membership of the group you manually selected.
126-
:::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":::
126+
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list.png" alt-text="Screenshot of group membership under Group Membership.":::
127127

128128
### Create Azure Policy for dynamic membership (#tab/Azure Policy)
129129

130-
Using [Azure Policy](concept-azure-policy-integration.md), you define a condition to dynamically add three virtual networks tagged as **Prod** to your network group using these steps:
130+
Using [Azure Policy](concept-azure-policy-integration.md), you define a condition to dynamically add two virtual networks to your network group when the name of the virtual network includes **prod** using these steps:
131131

132-
1. From the list of network groups, select **ng-learn-prod-eastus-001** and select **Create Azure Policy** under *Create policy to dynamically add members*.
132+
1. From the list of network groups, select **ng-learn-prod-eastus-001** and select **Create azure policy** under *Create policy to dynamically add members*.
133133

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

136-
1. On the **Create Azure Policy** page, select or enter the following information:
136+
1. On the **Create azure policy** page, select or enter the following information:
137137

138138
:::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.":::
139139

140140
| Setting | Value |
141141
| ------- | ----- |
142-
| Policy name | Enter **ProdVNets** in the text box. |
142+
| Policy name | Enter **azpol-learn-prod-eastus-001** in the text box. |
143143
| Scope | Select **Select Scopes** and choose your current subscription. |
144144
| Criteria | |
145-
| Parameter | Select **Tags** from the drop-down.|
146-
| Operator | Select **Exists** from the drop-down.|
147-
| Condition | Enter **Prod** to dynamically add the three previously created virtual networks into this network group. |
145+
| Parameter | Select **Name** from the drop-down.|
146+
| Operator | Select **Contains** from the drop-down.|
147+
| Condition | Enter **-prod** for the condition in the text box. |
148+
149+
1. Select **Preview resources** to view the **Effective virtual networks** page and select **Close**. This page shows the virtual networks that will be added to the network group based on the conditions defined in Azure Policy.
150+
151+
:::image type="content" source="media/create-virtual-network-manager-portal/effective-virtual-networks.png" alt-text="Screenshot of effective virtual networks page.":::
148152

149153
1. Select **Save** to deploy the group membership. It can take up to one minute for the policy to take effect and be added to your network group.
150154

151-
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.
155+
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. You'll note the **Source** is listed as **azpol-learn-prod-eastus-001 - subscriptions/subscription_id**.
152156

153-
:::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":::
157+
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list.png" alt-text="Screenshot of group membership under Group Membership.":::
154158

155159
---
156160

157161
## Create a configuration
158162

159-
Now that the Network Group is created, and has the correct VNets, create a mesh network topology configuration. Replace <subscription_id> with your subscription and follow these steps:
163+
Now that the Network Group is created, and has the correct VNets, create a mesh network topology configuration. Replace **<subscription_id>** with your subscription and follow these steps:
160164

161165
1. Select **Configurations** under **Settings**, then select **+ Create**.
162166

163-
:::image type="content" source="./media/create-virtual-network-manager-portal/add-configuration.png" alt-text="Screenshot of configuration creation screen for Network Manager.":::
164-
165167
1. Select **Connectivity configuration** from the drop-down menu to begin creating a connectivity configuration.
166168

167169
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration-dropdown.png" alt-text="Screenshot of configuration drop-down menu.":::
@@ -172,26 +174,26 @@ Now that the Network Group is created, and has the correct VNets, create a mesh
172174

173175
| Setting | Value |
174176
| ------- | ----- |
175-
| Name | Enter a name for this connectivity configuration. |
177+
| Name | Enter **cc-learn-prod-eastus-001**. |
176178
| Description | *(Optional)* Provide a description about this connectivity configuration. |
177179

178180
1. On the **Topology** tab, select the **Mesh** topology if not selected, and leave the **Enable mesh connectivity across regions** unchecked. Cross-region connectivity isn't required for this set up since all the virtual networks are in the same region.
179181

180182
:::image type="content" source="./media/create-virtual-network-manager-portal/topology-configuration.png" alt-text="Screenshot of topology selection for network group connectivity configuration.":::
181183

182-
1. Select **+ Add** and then select the network group you created in the last section. Select **Select** to add the network group to the configuration.
184+
1. Select **+ Add > Add network group** and select **ng-learn-prod-eastus-001** under **Network Groups**. Choose **Select** to add the network group to the configuration.
183185

184186
:::image type="content" source="./media/create-virtual-network-manager-portal/add-network-group-configuration.png" alt-text="Screenshot of add a network group to a connectivity configuration.":::
185187

186-
1. Select the **Preview Topology** tab to view the topology of the configuration. This tab shows you a visual representation of the network groups you added to the configuration and how connectivity is established between network groups and their members.
188+
1. Select the **Visualization** tab to view the topology of the configuration. This tab shows you a visual representation of the network group you added to the configuration.
187189

188190
:::image type="content" source="./media/create-virtual-network-manager-portal/preview-topology.png" alt-text="Screenshot of preview topology for network group connectivity configuration.":::
189191

190192
1. Select **Next: Review + Create >** and **Create** to create the configuration.
191193

192194
:::image type="content" source="./media/create-virtual-network-manager-portal/create-connectivity-configuration.png" alt-text="Screenshot of create a connectivity configuration.":::
193195

194-
1. Once the deployment completes, select **Refresh**, and you see the new connectivity configuration added to the *Configurations* page.
196+
1. Once the deployment completes, select **Refresh**, and you see the new connectivity configuration added to the **Configurations** page.
195197

196198
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration-list.png" alt-text="Screenshot of connectivity configuration list.":::
197199

@@ -209,19 +211,20 @@ To have your configurations applied to your environment, you need to commit the
209211

210212
| Setting | Value |
211213
| ------- | ----- |
212-
| Configurations | Select the type of configuration you want to deploy. This example selects **Include connectivity configurations in your goal state** . |
213-
| Connectivity configurations | Select the **ConnectivityConfigA** configuration created from the previous section. |
214-
| Regions | Select the region to deploy this configuration to. For this example, choose the **West US** region since all the virtual networks were created in that region. |
214+
| Configurations | Select **Include connectivity configurations in your goal state** . |
215+
| Connectivity configurations | Select **cc-learn-prod-eastus-001**. |
216+
| Target regions | Select **East US** as the deployment region. |
215217

216218
1. Select **Next** and then select **Deploy** to complete the deployment.
217219

218220
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-confirmation.png" alt-text="Screenshot of deployment confirmation message.":::
219221

220-
1. You should now see the deployment show up in the list for the selected region. The deployment of the configuration can take several minutes to complete.
222+
1. The deployment will display in the list for the selected region. The deployment of the configuration can take a few minutes to complete.
221223

222224
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-in-progress.png" alt-text="Screenshot of configuration deployment in progress status.":::
223225

224226
## Verify configuration deployment
227+
225228
Use the **Network Manager** section for each virtual machine to verify whether configuration was deployed in these steps:
226229

227230
1. Select **Refresh** on the **Deployments** page to see the updated status of the configuration that you committed.
-10.5 KB
Loading
-35.8 KB
Loading
-16.5 KB
Loading
Loading
-17.2 KB
Loading
-10.2 KB
Loading
Loading
-4.26 KB
Loading
-26.4 KB
Loading

0 commit comments

Comments
 (0)