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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,12 +115,12 @@ Virtual Network Manager applies configurations to groups of VNets by placing the
115
115
1. You'll see the new network group added to the *Network Groups* page.
116
116
:::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.":::
117
117
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.
119
119
120
120
## 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:
124
124
125
125
1. From the list of network groups, select **myNetworkGroup** and select **Add virtual networks** under *Manually add members* on the *myNetworkGroup* page.
126
126
@@ -133,8 +133,8 @@ Using static membership, you'll manually add three VNets for your Mesh configura
133
133
1. On the **Network Group** page under *Settings*, select **Group Members** to view the membership of the group you manually selected.
134
134
:::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":::
135
135
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.
138
138
139
139
1. From the list of network groups, select **myNetworkGroup** and select **Create Azure Policy** under *Create policy to dynamically add members*.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-hub-and-spoke.md
+14-36Lines changed: 14 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,57 +41,35 @@ This section will help you create a network group containing the virtual network
41
41
1. You'll see the new network group added to the *Network Groups* page.
42
42
:::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.":::
43
43
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:
49
49
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.
51
51
52
52
:::image type="content" source="./media/create-virtual-network-manager-portal/add-static-member.png" alt-text="Screenshot of add a virtual network.":::
53
53
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**.
55
55
56
56
:::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.":::
57
57
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**.
59
59
:::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":::
60
60
61
61
### 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:
63
63
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*.
69
65
70
66
:::image type="content" source="media/create-virtual-network-manager-portal/define-dynamic-membership.png" alt-text="Screenshot of Create Azure Policy button.":::
71
67
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.":::
93
71
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 networkgroup membership based on the conditions defined in Azure Policy, select **Group Members** on the *Network Group* page under **Settings**
95
73
## Create a hub and spoke connectivity configuration
96
74
97
75
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