Skip to content

Commit b84a33c

Browse files
Merge pull request #302647 from andreamichaelmsft/andrea-branch-5
[Azure Doc-a-thon] Updated all connectivity config pages
2 parents 6e673c7 + 8c97103 commit b84a33c

7 files changed

+177
-146
lines changed

articles/virtual-network-manager/concept-connectivity-configuration.md

Lines changed: 55 additions & 49 deletions
Large diffs are not rendered by default.

articles/virtual-network-manager/concept-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use a connectivity configuration to create various network topologies ba
2020

2121
### Mesh topology
2222

23-
When you deploy a [mesh topology](concept-connectivity-configuration.md#mesh-network-topology), all virtual networks have direct connectivity with each other. They don't need to go through other hops on the network to communicate. A mesh topology is useful when all the virtual networks need to communicate directly with each other.
23+
When you deploy a [mesh topology](concept-connectivity-configuration.md#mesh-topology), all virtual networks have direct connectivity with each other. They don't need to go through other hops on the network to communicate. A mesh topology is useful when all the virtual networks need to communicate directly with each other.
2424

2525
One common scenario is to mesh specific spoke virtual networks to boost latency and throughput. You don't have to mesh all the spoke virtual networks. You can also mesh spoke VNets connected to VWAN hubs, which allow for direct communication and better latency while still using the hubs to communicate with other virtual networks.
2626

Lines changed: 42 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,52 @@
11
---
2-
title: 'Create a hub and spoke topology in Azure - Portal'
3-
description: Learn how to create a hub and spoke network topology for multiple virtual networks with Azure Virtual Network Manager using the Azure portal.
2+
title: 'Create a hub-and-spoke topology in Azure - Portal'
3+
description: Learn how to create a hub-and-spoke network topology for multiple virtual networks with Azure Virtual Network Manager using the Azure portal.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 10/23/2024
8+
ms.date: 07/11/2025
99
ms.custom: template-concept, engagement-fy23
1010
---
1111

12-
# Create a hub and spoke topology in Azure - Portal
12+
# Create a hub-and-spoke topology in Azure - Portal
1313

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.
14+
In this article, you learn how to create a hub-and-spoke 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 in the same spoke network group and enable the spoke virtual networks to use the gateway in the hub virtual network.
1515

1616
## Prerequisites
1717

18-
* Read about [Hub-and-spoke](concept-connectivity-configuration.md#hub-and-spoke-topology) network topology.
19-
* Created a [Azure Virtual Network Manager instance](create-virtual-network-manager-portal.md#create-a-virtual-network-manager-instance).
20-
* Identify virtual networks you want to use in the hub-and-spokes configuration or create new [virtual networks](../virtual-network/quick-create-portal.md).
18+
* Read about the [Hub-and-spoke](concept-connectivity-configuration.md#hub-and-spoke-topology) network topology.
19+
* Create an [Azure Virtual Network Manager instance](create-virtual-network-manager-portal.md#create-a-virtual-network-manager-instance).
20+
* Identify the virtual networks you want to use in the hub-and-spoke configuration or create new [virtual networks](../virtual-network/quick-create-portal.md).
2121

2222
## <a name="group"></a> Create a network group
2323

24-
This section helps you create a network group containing the virtual networks you're using for the hub-and-spoke network topology.
24+
This section helps you create a network group containing the virtual networks you're using as the spokes for the hub-and-spoke topology.
2525

2626
> [!NOTE]
27-
> This how-to guide assumes you created a network manager instance using the [quickstart](create-virtual-network-manager-portal.md) guide.
27+
> This how-to guide assumes you created an Azure Virtual Network Manager instance using the [quickstart](create-virtual-network-manager-portal.md) guide.
2828
2929
[!INCLUDE [virtual-network-manager-create-network-group](../../includes/virtual-network-manager-create-network-group.md)]
3030

3131
## Define network group members
3232

33-
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).
33+
Azure Virtual Network Manager provides you with two methods for adding membership to a network group. You can manually add virtual networks or use Azure Policy to conditionally add virtual networks to the network group. This how-to [manually adds 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).
3434

3535
### Manually adding virtual networks
36-
To manually add the desired virtual networks for your Mesh configuration to your Network Group, follow the steps below:
36+
37+
To manually add the desired virtual networks to your network group for use in your connectivity configuration, follow these steps:
3738

3839
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.
3940

40-
1. On the *Manually add members* page, select all the virtual networks and select **Add**.
41+
1. On the *Manually add members* pane, select all desired virtual networks and select **Add**.
42+
43+
1. To review the network group membership that you manually added, select **Group Members** on the *Network Group* page under **Settings**.
4144

42-
1. To review the network group membership manually added, select **Group Members** on the *Network Group* page under **Settings**.
45+
## Create a hub-and-spoke connectivity configuration
4346

44-
## Create a hub and spoke connectivity configuration
47+
This section guides you through creating a hub-and-spoke configuration with the network group you created in the previous section.
4548

46-
This section guides you through how to create a hub-and-spoke configuration with the network group you created in the previous section.
49+
1. Select **Configurations** under *Settings*, then select **+ Create**.
4750

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

@@ -52,53 +55,59 @@ This section guides you through how to create a hub-and-spoke configuration with
5255
| Setting | Value |
5356
| ------- | ----- |
5457
| Name | Enter a *name* for this configuration. |
55-
| Description | *Optional* Enter a description about what this configuration does. |
58+
| Description | *(Optional)* Enter a description about what this configuration does. |
5659

5760
1. On the **Topology** tab, select the **Hub and spoke** topology under *Topology*.
5861

59-
1. Select **Delete existing peerings** checkbox if you want to remove all previously created virtual network peering between virtual networks in the network group defined in this configuration, and then select **Select a hub**.
60-
1. On the **Select a hub** page, Select the virtual network that will be the hub virtual network and select **Select**.
62+
1. Select the **Delete existing peerings** checkbox if you want to remove all previously created virtual network peerings between virtual networks in the network groups included in this configuration. Then select **Select a hub**.
63+
64+
1. On the **Select a hub** pane, select the virtual network intended as the hub virtual network and select **Select**.
6165

62-
1. Then select **+ Add network groups**.
66+
1. Select **+ Add network groups**.
6367

64-
1. On the **Add network groups** page, select the network groups you want to add to this configuration. Then select **Add** to save.
68+
1. On the **Add network groups** page, select the network groups you want to add to this configuration as spokes. Then select **Add** to save.
6569

66-
1. Select the settings you want to enable for each network group. The following three options appear next to the network group name under **Spoke network groups**:
70+
1. Select the settings you want to enable for each spoke network group. The following three options appear next to each network group name under **Spoke network groups**:
6771

68-
- *Direct connectivity*: Select **Enable peering within network group** if you want to establish virtual network peering between virtual networks in the network group of the same region.
69-
- *Global Mesh*: Select **Enable mesh connectivity across regions** if you want to establish virtual network peering for all virtual networks in the network group across regions.
70-
- *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.
72+
- *Direct connectivity*: Select **Enable peering within network group** if you want to establish connectivity between virtual networks in the network group. By default, this connectivity will only be established between virtual networks in this network group that belong to the same region.
73+
- *Global Mesh*: This option is only selectable if *direct connectivity* is enabled. Select **Enable mesh connectivity across regions** if you want to establish connectivity across regions for all virtual networks in this network group.
74+
- *Gateway*: Select **Use hub as a gateway** if you have a virtual network gateway in the hub virtual network that you want the virtual networks of this spoke network group to use to pass traffic to on-premises.
7175

7276
1. Select **Review + Create > Create** to create the hub-and-spoke connectivity configuration.
7377

74-
## Deploy the hub and spoke configuration
78+
## Deploy the hub-and-spoke configuration
7579

76-
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.
80+
To have this configuration take effect in your environment, you need to deploy the configuration to the regions in which your selected virtual networks reside.
7781

7882
1. Select **Deployments** under *Settings*, then select **Deploy a configuration**.
83+
7984
1. On the **Deploy a configuration** page, select the following settings:
8085

8186
| Setting | Value |
8287
| ------- | ----- |
8388
| Configurations | Select **Include connectivity configurations in your goal state** . |
8489
| Connectivity configurations | Select the name of the configuration you created in the previous section. |
85-
| Target regions | Select all the regions that apply to virtual networks you select for the configuration. |
90+
| Target regions | Select all the regions that apply to virtual networks you select for the configuration. You might choose to select a subset of regions at a time if you want to gradually roll out this configuration. |
8691

8792
1. Select **Next** and then select **Deploy** to complete the deployment.
88-
1. The deployment displays in the list for the selected region. The deployment of the configuration can take a few minutes to complete.
93+
94+
1. The deployment displays in the list for the selected region. The deployment of the configuration can take a few minutes to complete. Select the **Refresh** button to check on the status of the deployment.
8995

9096
:::image type="content" source="./media/how-to-create-hub-and-spoke/deployment-succeeded.png" alt-text="Screenshot of configuration deployment in progress status.":::
9197

9298
> [!NOTE]
93-
> If you're currently using peering and want to manage topology and connectivity with Azure Virtual Network Manager, you can migrate without any downtime to your network. Virtual network manager instances are fully compatible with pre-existing hub and spoke topology deployment using peering. This means that you won't need to delete any existing peered connections between the spokes and the hub as the network manager will automatically detect and manage them.
99+
> If you're currently using virtual network peerings created outside of Azure Virtual Network Manager and want to manage your topology and connectivity with Azure Virtual Network Manager, you can migrate without any downtime to your network. Azure Virtual Network Manager instances are fully compatible with preexisting hub-and-spoke topology deployments using manual peerings. When you deploy a connectivity configuration, the connectivity established is additive by default. This means that you aren't required to delete any existing peered connections between the hub and spoke virtual networks while you verify the connectivity configuration is establishing connectivity as desired.
94100
95101
## Confirm configuration deployment
96102

97-
1. See [view applied configuration](how-to-view-applied-configurations.md).
103+
1. See [view applied configurations](how-to-view-applied-configurations.md).
98104

99-
1. To test *direct connectivity* between spokes, deploy a virtual machine into each spokes virtual network. Then initiate an ICMP request from one virtual machine to the other.
105+
1. To test *direct connectivity* between spoke virtual networks, deploy a virtual machine into each spoke virtual network. Then initiate an ICMP request from one virtual machine to the other.
100106

101107
## Next steps
102108

109+
- [Create a secured hub-and-spoke topology in this tutorial](tutorial-create-secured-hub-and-spoke.md).
110+
- [Learn how to deploy a hub-and-spoke topology with Azure Firewall](how-to-deploy-hub-spoke-topology-with-azure-firewall.md).
111+
- [Learn how to create a mesh connectivity configuration](how-to-create-mesh-network.md).
103112
- Learn about [Security admin rules](concept-security-admins.md)
104-
- Learn how to block network traffic with a [SecurityAdmin configuration](how-to-block-network-traffic-portal.md).
113+
- Learn how to block network traffic with a [Security admin configuration](how-to-block-network-traffic-portal.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, you'll learn how to create a mesh network topology with Azure V
1515

1616
## Prerequisites
1717

18-
* Read about [mesh](concept-connectivity-configuration.md#mesh-network-topology) network topology.
18+
* Read about [mesh](concept-connectivity-configuration.md#mesh-topology) network topology.
1919
* Created a [Azure Virtual Network Manager instance](create-virtual-network-manager-powershell.md#create-a-virtual-network-manager-instance).
2020
* Identify virtual networks you want to use in the mesh configuration or create new [virtual networks](../virtual-network/quick-create-powershell.md).
2121
* Version `5.3.0` of `Az.Network` is required to access the required cmdlets for Azure Virtual Network Manager.

0 commit comments

Comments
 (0)