Skip to content

Commit a15b602

Browse files
Merge pull request #235222 from mbender-ms/avnm-screenshots-mesh-h-s
virtual network manager - updated screenshots and steps
2 parents f250ab3 + 1a92fad commit a15b602

File tree

9 files changed

+55
-53
lines changed

9 files changed

+55
-53
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Now that the Network Group is created, and has the correct VNets, create a mesh
202202

203203
## Deploy the connectivity configuration
204204

205-
To have your configurations applied to your environment, you need to commit the configuration by deployment. You need to deploy the configuration to the **West US** region where the virtual networks are deployed.
205+
To have your configurations applied to your environment, you need to commit the configuration by deployment. You need to deploy the configuration to the **East US** region where the virtual networks are deployed.
206206

207207
1. Select **Deployments** under **Settings**, then select **Deploy configurations**.
208208

articles/virtual-network-manager/how-to-create-hub-and-spoke.md

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 03/1/2023
9-
ms.custom: template-concept
8+
ms.date: 04/20/2023
9+
ms.custom: template-concept, engagement-fy23
1010
---
1111

1212
# Create a hub and spoke topology with Azure Virtual Network Manager
1313

14-
In this article, you'll learn how to create a hub and spoke network topology with Azure Virtual Network Manager. With this configuration, you select a virtual network to act as a hub and all spoke virtual networks will have bi-directional peering with only the hub by default. You also can enable direct connectivity between spoke virtual networks and enable the spoke virtual networks to use the virtual network gateway in the hub.
14+
In this article, you learn how to create a hub and spoke network topology with Azure Virtual Network Manager. With this configuration, you select a virtual network to act as a hub and all spoke virtual networks have bi-directional peering with only the hub by default. You also can enable direct connectivity between spoke virtual networks and enable the spoke virtual networks to use the virtual network gateway in the hub.
1515

1616
> [!IMPORTANT]
1717
> Azure Virtual Network Manager is generally available for Virtual Network Manager and hub and spoke connectivity configurations.
@@ -28,19 +28,19 @@ In this article, you'll learn how to create a hub and spoke network topology wit
2828

2929
## <a name="group"></a> Create a network group
3030

31-
This section will help you create a network group containing the virtual networks you'll be using for the hub-and-spoke network topology.
31+
This section helps you create a network group containing the virtual networks you're using for the hub-and-spoke network topology.
3232

3333
1. Go to your Azure Virtual Network Manager instance. This how-to guide assumes you've created one using the [quickstart](create-virtual-network-manager-portal.md) guide.
3434

3535
1. Select **Network Groups** under *Settings*, then select **+ Create**.
3636

3737
:::image type="content" source="./media/create-virtual-network-manager-portal/add-network-group-2.png" alt-text="Screenshot of add a network group button.":::
3838

39-
1. On the *Create a network group* page, enter a **Name** for the network group. This example will use the name **myNetworkGroup**. Select **Add** to create the network group.
39+
1. On the *Create a network group* page, enter a **Name** for the network group. This example uses the name **myNetworkGroup**. Select **Add** to create the network group.
4040

4141
:::image type="content" source="./media/create-virtual-network-manager-portal/network-group-basics.png" alt-text="Screenshot of create a network group page.":::
4242

43-
1. You'll see the new network group added to the *Network Groups* page.
43+
1. The *Network Groups* page lists the new network group.
4444
:::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.":::
4545

4646
## Define network group members
@@ -59,67 +59,73 @@ To manually add the desired virtual networks for your Mesh configuration to your
5959
:::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.":::
6060

6161
1. To review the network group membership manually added, select **Group Members** on the *Network Group* page under **Settings**.
62-
:::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":::
62+
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list.png" alt-text="Screenshot of group membership under Group Membership." lightbox="media/create-virtual-network-manager-portal/group-members-list.png":::
6363

6464
## Create a hub and spoke connectivity configuration
6565

66-
This section will guide you through how to create a hub-and-spoke configuration with the network group you created in the previous section.
67-
68-
1. Select **Configuration** under *Settings*, then select **+ Add a configuration**.
69-
70-
:::image type="content" source="./media/how-to-create-hub-and-spoke/configuration-list.png" alt-text="Screenshot of the configurations list.":::
66+
This section guides you through how to create a hub-and-spoke configuration with the network group you created in the previous section.
7167

7268
1. Select **Connectivity configuration** from the drop-down menu to begin creating a connectivity configuration.
7369

7470
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration-dropdown.png" alt-text="Screenshot of configuration drop-down menu.":::
7571

76-
1. On the *Add a connectivity configuration* page, enter, or select the following information:
72+
1. On the **Basics** page, enter the following information, and select **Next: Topology >**.
7773

78-
:::image type="content" source="./media/how-to-create-hub-and-spoke/connectivity-configuration.png" alt-text="Screenshot of add a connectivity configuration page.":::
74+
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration.png" alt-text="Screenshot of add a connectivity configuration page.":::
7975

8076
| Setting | Value |
8177
| ------- | ----- |
8278
| Name | Enter a *name* for this configuration. |
83-
| Description | *Optional* Enter a description about what this configuration will do. |
84-
| Topology | Select the **Hub and spoke** topology. |
85-
| Hub | Select a virtual network that will act as the hub virtual network. |
86-
| Existing peerings | Select this checkbox if you want to remove all previously created VNet peering between virtual networks in the network group defined in this configuration. |
79+
| Description | *Optional* Enter a description about what this configuration does. |
80+
81+
1. On the **Topology** tab, select the **Hub and spoke** topology.
8782

83+
:::image type="content" source="media/how-to-create-hub-and-spoke/topology.png" alt-text="Screenshot of Add Topology screen for hub and spoke topology.":::
84+
85+
1. Select **Delete existing peerings** checkbox if you want to remove all previously created VNet peering between virtual networks in the network group defined in this configuration, and then select **Select a hub**.
86+
1. On the **Select a hub** page, Select a virtual network that acts as the hub virtual network and select **Select**.
87+
88+
:::image type="content" source="media/how-to-create-hub-and-spoke/select-hub.png" alt-text="Screenshot of Select a hub list.":::
89+
8890
1. Then select **+ Add network groups**.
8991

90-
1. On the *Add network groups* page, select the network groups you want to add to this configuration. Then select **Add** to save.
92+
1. On the **Add network groups** page, select the network groups you want to add to this configuration. Then select **Add** to save.
9193

92-
1. You'll see the following three options appear next to the network group name under *Spoke network groups*:
94+
1. The following three options appear next to the network group name under **Spoke network groups**:
9395

94-
:::image type="content" source="./media/how-to-create-hub-and-spoke/spokes-settings.png" alt-text="Screenshot of spoke network groups settings." lightbox="./media/how-to-create-hub-and-spoke/spokes-settings-expanded.png":::
96+
:::image type="content" source="./media/how-to-create-hub-and-spoke/spokes-settings.png" alt-text="Screenshot of spoke network groups settings.":::
97+
9598

9699
* *Direct connectivity*: Select **Enable peering within network group** if you want to establish VNet peering between virtual networks in the network group of the same region.
97100
* *Global Mesh*: Select **Enable mesh connectivity across regions** if you want to establish VNet peering for all virtual networks in the network group across regions.
98101
* *Gateway*: Select **Use hub as a gateway** if you have a virtual network gateway in the hub virtual network that you want this network group to use to pass traffic to on-premises.
99102

100103
Select the settings you want to enable for each network group.
101104

102-
1. Finally, select **Add** to create the hub-and-spoke connectivity configuration.
105+
1. Finally, select **Review + Create > Create** to create the hub-and-spoke connectivity configuration.
103106

104107
## Deploy the hub and spoke configuration
105108

106-
To have this configuration take effect in your environment, you'll need to deploy the configuration to the regions where your selected virtual networks are created.
109+
To have this configuration take effect in your environment, you need to deploy the configuration to the regions where your selected virtual networks are created.
107110

108111
1. Select **Deployments** under *Settings*, then select **Deploy a configuration**.
112+
1. On the **Deploy a configuration** page, select the following settings:
109113

110-
1. On the *Deploy a configuration* select the following settings:
111-
112-
:::image type="content" source="./media/how-to-create-hub-and-spoke/deploy.png" alt-text="Screenshot of deploy a configuration page.":::
114+
:::image type="content" source="./media/create-virtual-network-manager-portal/deploy-configuration.png" alt-text="Screenshot of deploy a configuration page.":::
113115

114116
| Setting | Value |
115117
| ------- | ----- |
116-
| Configuration type | Select **Connectivity**. |
117-
| Configurations | Select the name of the configuration you created in the previous section. |
118+
| Configurations | Select **Include connectivity configurations in your goal state** . |
119+
| Connectivity configurations | Select the name of the configuration you created in the previous section. |
118120
| Target regions | Select all the regions that apply to virtual networks you select for the configuration. |
119121

120-
1. Select **Deploy** and then select **OK** to commit the configuration to the selected regions.
122+
1. Select **Next** and then select **Deploy** to complete the deployment.
123+
124+
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-confirmation.png" alt-text="Screenshot of deployment confirmation message.":::
125+
126+
1. The deployment displays in the list for the selected region. The deployment of the configuration can take a few minutes to complete.
121127

122-
1. The deployment of the configuration can take up to 15-20 minutes, select the **Refresh** button to check on the status of the deployment.
128+
:::image type="content" source="./media/create-virtual-network-manager-portal/deployment-in-progress.png" alt-text="Screenshot of configuration deployment in progress status.":::
123129

124130
## Confirm deployment
125131

@@ -130,4 +136,4 @@ To have this configuration take effect in your environment, you'll need to deplo
130136
## Next steps
131137

132138
- Learn about [Security admin rules](concept-security-admins.md)
133-
- Learn how to block network traffic with a [SecurityAdmin configuration](how-to-block-network-traffic-portal.md).
139+
- Learn how to block network traffic with a [SecurityAdmin configuration](how-to-block-network-traffic-portal.md).

articles/virtual-network-manager/how-to-create-mesh-network.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 03/22/2023
9-
ms.custom: ignite-fall-2021
8+
ms.date: 04/20/2023
9+
ms.custom: ignite-fall-2021, engagement-fy23
1010
---
1111

1212
# Create a mesh network topology with Azure Virtual Network Manager
1313

14-
In this article, you'll learn how to create a mesh network topology using Azure Virtual Network Manager. With this configuration, all the virtual networks of the same region in the same network group can communicate with one another. You can enable cross region connectivity by enabling the global mesh setting in the connectivity configuration.
14+
In this article, you learn how to create a mesh network topology using Azure Virtual Network Manager. With this configuration, all the virtual networks of the same region in the same network group can communicate with one another. You can enable cross region connectivity by enabling the global mesh setting in the connectivity configuration.
1515

1616
> [!IMPORTANT]
1717
> Azure Virtual Network Manager is generally available for Virtual Network Manager and hub and spoke connectivity configurations.
@@ -28,23 +28,21 @@ In this article, you'll learn how to create a mesh network topology using Azure
2828

2929
## <a name="group"></a> Create a network group
3030

31-
This section will help you create a network group containing the virtual networks you'll be using for the mesh network topology.
31+
This section helps you create a network group containing the virtual networks you're using for the mesh network topology.
3232

3333
1. Go to your Azure Virtual Network Manager instance. This how-to guide assumes you've created one using the [quickstart](create-virtual-network-manager-portal.md) guide.
3434

3535
1. Select **Network Groups** under *Settings*, then select **+ Create**.
3636

3737
:::image type="content" source="./media/create-virtual-network-manager-portal/add-network-group-2.png" alt-text="Screenshot of add a network group button.":::
3838

39-
1. On the *Create a network group* page, enter a **Name** for the network group. This example will use the name **myNetworkGroup**. Select **Add** to create the network group.
39+
1. On the *Create a network group* page, enter a **Name** for the network group. This example uses the name **myNetworkGroup**. Select **Add** to create the network group.
4040

4141
:::image type="content" source="./media/create-virtual-network-manager-portal/network-group-basics.png" alt-text="Screenshot of create a network group page.":::
4242

43-
1. You'll see the new network group added to the *Network Groups* page.
43+
1. The *Network Groups* page now lists the new network group.
4444
:::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.":::
4545

46-
1. Once your network group is created, you'll add virtual networks as members. Choose one of the options: *[Manually add membership](concept-network-groups.md#static-membership)* or *[Create policy to dynamically add members](concept-network-groups.md#dynamic-membership)*.
47-
4846
## Define network group members
4947
Azure Virtual Network manager allows you two methods for adding membership to a network group. You can manually add virtual networks or use Azure Policy to dynamically add virtual networks based on conditions. This how-to covers [manually adding membership](concept-network-groups.md#static-membership). For information on defining group membership with Azure Policy, see [Define network group membership with Azure Policy](concept-network-groups.md#dynamic-membership).
5048

@@ -60,40 +58,38 @@ To manually add the desired virtual networks for your Mesh configuration to your
6058
:::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.":::
6159

6260
1. To review the network group membership manually added, select **Group Members** on the *Network Group* page under **Settings**.
63-
:::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":::
61+
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list.png" alt-text="Screenshot of group membership under Group Membership." lightbox="media/create-virtual-network-manager-portal/group-members-list.png":::
6462

6563
## Create a mesh connectivity configuration
6664

67-
This section will guide you through how to create a mesh configuration with the network group you created in the previous section.
65+
This section guides you through how to create a mesh configuration with the network group you created in the previous section.
6866

6967
1. Select **Configurations** under *Settings*, then select **+ Create**.
7068

71-
:::image type="content" source="./media/create-virtual-network-manager-portal/add-configuration.png" alt-text="Screenshot of the configurations list.":::
72-
73-
1. Select **Connectivity configuration** from the drop-down menu.
69+
1. Select **Connectivity configuration** from the drop-down menu to begin creating a connectivity configuration.
7470

75-
:::image type="content" source="./media/create-virtual-network-manager-portal/configuration-menu.png" alt-text="Screenshot of configuration drop-down menu.":::
71+
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration-dropdown.png" alt-text="Screenshot of configuration drop-down menu.":::
7672

77-
1. On the *Add a connectivity configuration* page, enter the following information:
73+
1. On the **Basics** page, enter the following information, and select **Next: Topology >**.
7874

79-
:::image type="content" source="media/how-to-create-mesh-network/add-config-name.png" alt-text="Screenshot of add a connectivity configuration page.":::
75+
:::image type="content" source="./media/create-virtual-network-manager-portal/connectivity-configuration.png" alt-text="Screenshot of add a connectivity configuration page.":::
8076

8177
| Setting | Value |
8278
| ------- | ----- |
8379
| Name | Enter a *name* for this configuration. |
84-
| Description | *Optional* Enter a description about what this configuration will do. |
80+
| Description | *Optional* Enter a description about what this configuration does. |
8581

86-
1. Select **Next: Topology >** and select **Mesh** as the topology. Then select **+ Add** under *Network groups*.
82+
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.
8783

88-
:::image type="content" source="media/how-to-create-mesh-network/add-connectivity-config.png" alt-text="Screenshot of Add a connectivity configuration page and options.":::
84+
:::image type="content" source="./media/create-virtual-network-manager-portal/topology-configuration.png" alt-text="Screenshot of topology selection for network group connectivity configuration.":::
8985

9086
1. On the *Add network groups* page, select the network groups you want to add to this configuration. Then select **Select** to save.
9187

9288
1. Select **Review + create** and then **Create** to create the mesh connectivity configuration.
9389

9490
## Deploy the mesh configuration
9591

96-
To have this configuration take effect in your environment, you'll need to deploy the configuration to the regions where your selected virtual networks are created.
92+
To have this configuration take effect in your environment, you need to deploy the configuration to the regions where your selected virtual networks are created.
9793

9894
1. Select **Deployments** under *Settings*, then select **Deploy configuration**.
9995

@@ -105,7 +101,7 @@ To have this configuration take effect in your environment, you'll need to deplo
105101
| ------- | ----- |
106102
| Configurations | Select **Include connectivity configurations in your goal state**. |
107103
| Connectivity Configurations | Select the name of the configuration you created in the previous section. |
108-
| Target regions | Select all the regions where the configuration will be applied to virtual networks. |
104+
| Target regions | Select all the regions where the configuration is applied to virtual networks. |
109105

110106
1. Select **Next** and then select **Deploy** to commit the configuration to the selected regions.
111107

31.5 KB
Loading
-3.61 KB
Loading
65.1 KB
Loading

0 commit comments

Comments
 (0)