Skip to content

Commit 33dc1e1

Browse files
authored
Merge pull request #208429 from mbender-ms/avnm-sec-hub-updates
AVNM - Update Secure hub-spoke for Custom Policy
2 parents 64578d2 + 667dae8 commit 33dc1e1

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed
-41.6 KB
Loading
68.2 KB
Loading
79.6 KB
Loading
116 KB
Loading

articles/virtual-network-manager/tutorial-create-secured-hub-and-spoke.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Deploy a virtual network gateway into the hub virtual network. This virtual netw
103103

104104
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.
105105

106-
## Create a network group
106+
## Create a dynamic network group
107107

108108
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.
109109

@@ -126,24 +126,26 @@ Deploy a virtual network gateway into the hub virtual network. This virtual netw
126126

127127
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/network-group-page.png" alt-text="Screenshot of the network groups page.":::
128128

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*.
130130

131131
:::image type="content" source="./media/tutorial-create-secured-hub-and-spoke/define-dynamic-membership.png" alt-text="Screenshot of the define dynamic membership button.":::
132132

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:
134134

135135
:::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.":::
136136

137137
| Setting | Value |
138138
| ------- | ----- |
139+
| Policy name | Enter **VNetAZPolicy** in the text box. |
140+
| Scope | Select **Select Scopes** and choose your current subscription. |
141+
| Criteria | |
139142
| Parameter | Select **Name** from the drop-down.|
140143
| 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. |
146145

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":::
147149
## Create a hub and spoke connectivity configuration
148150

149151
1. Select **Configuration** under *Settings*, then select **+ Add a configuration**. Select **Connectivity** from the drop-down menu.

0 commit comments

Comments
 (0)