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/create-virtual-network-manager-portal.md
+26-23Lines changed: 26 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,56 +112,58 @@ Virtual Network Manager applies configurations to groups of VNets by placing the
112
112
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:
113
113
### Manually add membership (#tab/Manual add)
114
114
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:
116
116
117
117
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.
118
118
119
119
:::image type="content" source="./media/create-virtual-network-manager-portal/add-static-member.png" alt-text="Screenshot of add a virtual network f.":::
120
120
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**.
122
122
123
123
:::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.":::
124
124
125
125
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.":::
127
127
128
128
### Create Azure Policy for dynamic membership (#tab/Azure Policy)
129
129
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:
131
131
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*.
133
133
134
134
:::image type="content" source="media/create-virtual-network-manager-portal/define-dynamic-membership.png" alt-text="Screenshot of Create Azure Policy button.":::
135
135
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:
137
137
138
138
:::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.":::
139
139
140
140
| Setting | Value |
141
141
| ------- | ----- |
142
-
| Policy name | Enter **ProdVNets** in the text box. |
142
+
| Policy name | Enter **azpol-learn-prod-eastus-001** in the text box. |
143
143
| Scope | Select **Select Scopes** and choose your current subscription. |
144
144
| 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.":::
148
152
149
153
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.
150
154
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**.
152
156
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.":::
154
158
155
159
---
156
160
157
161
## Create a configuration
158
162
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:
160
164
161
165
1. Select **Configurations** under **Settings**, then select **+ Create**.
162
166
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
-
165
167
1. Select **Connectivity configuration** from the drop-down menu to begin creating a connectivity configuration.
166
168
167
169
:::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
172
174
173
175
| Setting | Value |
174
176
| ------- | ----- |
175
-
| Name | Enter a name for this connectivity configuration. |
177
+
| Name | Enter **cc-learn-prod-eastus-001**. |
176
178
| Description |*(Optional)* Provide a description about this connectivity configuration. |
177
179
178
180
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.
179
181
180
182
:::image type="content" source="./media/create-virtual-network-manager-portal/topology-configuration.png" alt-text="Screenshot of topology selection for network group connectivity configuration.":::
181
183
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.
183
185
184
186
:::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.":::
185
187
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.
187
189
188
190
:::image type="content" source="./media/create-virtual-network-manager-portal/preview-topology.png" alt-text="Screenshot of preview topology for network group connectivity configuration.":::
189
191
190
192
1. Select **Next: Review + Create >** and **Create** to create the configuration.
191
193
192
194
:::image type="content" source="./media/create-virtual-network-manager-portal/create-connectivity-configuration.png" alt-text="Screenshot of create a connectivity configuration.":::
193
195
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.
195
197
196
198
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration-list.png" alt-text="Screenshot of connectivity configuration list.":::
197
199
@@ -209,19 +211,20 @@ To have your configurations applied to your environment, you need to commit the
209
211
210
212
| Setting | Value |
211
213
| ------- | ----- |
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** . |
|Target regions | Select **East US**as the deployment region. |
215
217
216
218
1. Select **Next** and then select **Deploy** to complete the deployment.
217
219
218
220
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-confirmation.png" alt-text="Screenshot of deployment confirmation message.":::
219
221
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.
221
223
222
224
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-in-progress.png" alt-text="Screenshot of configuration deployment in progress status.":::
223
225
224
226
## Verify configuration deployment
227
+
225
228
Use the **Network Manager** section for each virtual machine to verify whether configuration was deployed in these steps:
226
229
227
230
1. Select **Refresh** on the **Deployments** page to see the updated status of the configuration that you committed.
0 commit comments