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/tutorial-create-secured-hub-and-spoke.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Deploy a virtual network gateway into the hub virtual network. This virtual netw
103
103
104
104
1. Select **Review + create** and then select **Create** after validation has passed. The deployment of a virtual network gateway can take about 30 minutes. You can move on to the next section while waiting for this deployment to complete.
105
105
106
-
## Create a network group
106
+
## Create a dynamic network group
107
107
108
108
1. Go to your Azure Virtual Network Manager instance. This tutorial assumes you've created one using the [quickstart](create-virtual-network-manager-portal.md) guide.
109
109
@@ -126,24 +126,26 @@ Deploy a virtual network gateway into the hub virtual network. This virtual netw
126
126
127
127
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/network-group-page.png" alt-text="Screenshot of the network groups page.":::
128
128
129
-
1. On the **Get started**tab, select **Add** under *Define dynamic membership*.
129
+
1. On the **Overview**page, select **Create Azure Policy** under *Create policy to dynamically add members*.
130
130
131
131
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/define-dynamic-membership.png" alt-text="Screenshot of the define dynamic membership button.":::
132
132
133
-
1. On the **Define dynamic membership** page, select or enter the following information:
133
+
1. On the **Create Azure Policy** page, select or enter the following information:
134
134
135
135
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/network-group-conditional.png" alt-text="Screenshot of create a network group conditional statements tab.":::
136
136
137
137
| Setting | Value |
138
138
| ------- | ----- |
139
+
| Policy name | Enter **VNetAZPolicy** in the text box. |
140
+
| Scope | Select **Select Scopes** and choose your current subscription. |
141
+
| Criteria ||
139
142
| Parameter | Select **Name** from the drop-down.|
140
143
| Operator | Select **Contains** from the drop-down.|
141
-
| Condition | Enter **VNet-** to add the three previously created virtual networks into this network group. |
142
-
143
-
1. Select **Preview resources** to verify the virtual networks selected by the conditional statement, and select **Close**. Then select **Save** to deploy the group membership.
144
-
145
-
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/evaluate-vnet.png" alt-text="Screenshot of effective virtual networks page.":::
144
+
| Condition | Enter **VNet-** to dynamically add the three previously created virtual networks into this network group. |
146
145
146
+
1. Select **Save** to deploy the group membership.
147
+
1. Under **Settings**, select **Group Members** to view the membership of the group based on the conditions defined in Azure Policy.
148
+
:::image type="content" source="media/tutorial-create-secured-hub-and-spoke/group-members-dynamic-thumb.png" alt-text="Screenshot of dynamic group membership under Group Membership blade." lightbox="media/tutorial-create-secured-hub-and-spoke/group-members-dynamic.png":::
147
149
## Create a hub and spoke connectivity configuration
148
150
149
151
1. Select **Configuration** under *Settings*, then select **+ Add a configuration**. Select **Connectivity** from the drop-down menu.
0 commit comments