Skip to content

Commit 1d08a54

Browse files
authored
Merge pull request #197579 from mbender-ms/avnm-connected
AVNM - Update Doc - Adding new diagrams
2 parents 0e08e76 + 07c6e90 commit 1d08a54

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: virtual-network-manager
77
ms.topic: conceptual
8-
ms.date: 11/02/2021
8+
ms.date: 05/09/2022
99
ms.custom: template-concept, ignite-fall-2021
1010
---
1111

@@ -40,17 +40,20 @@ When you create a mesh topology, a new connectivity construct is created called
4040

4141
A hub-and-spoke is a network topology in which you have a virtual network selected as the hub virtual network. This virtual network gets bi-directionally peered with every spoke virtual network in the configuration. This topology is useful for when you want to isolate a virtual network but still want it to have connectivity to common resources in the hub virtual network.
4242

43+
:::image type="content" source="./media/concept-configuration-types/hub-and-spoke.png" alt-text="Diagram of a hub and spoke topology.":::
44+
4345
In this configuration, you have settings you can enable such as *direct connectivity* between spoke virtual networks. By default, this connectivity is only for virtual networks in the same region. To allow connectivity across different Azure regions, you'll need to enable *Global mesh*. You can also enable *Gateway* transit to allow spoke virtual networks to use the VPN or ExpressRoute gateway deployed in the hub.
4446

4547
### Direct connectivity
4648

4749
Enabling *Direct connectivity* creates an overlay of a [*connected group*](#connectedgroup) on top of your hub and spoke topology, which contains spoke virtual networks of a given group. Direct connectivity allows a spoke VNet to talk directly to other VNets in its spoke group, but not to VNets in other spokes.
4850

51+
4952
For example, you create two network groups. You enable direct connectivity for the *Production* network group but not for the *Test* network group. This set up only allows virtual networks in the *Production* network group to communicate with one another but not the ones in the *Test* network group.
5053

5154
See example diagram below:
5255

53-
:::image type="content" source="./media/concept-configuration-types/hub-and-spoke.png" alt-text="Diagram of a hub and spoke topology with two network groups.":::
56+
:::image type="content" source="./media/concept-configuration-types/hub-spoke-connected.png" alt-text="Diagram of a hub and spoke topology with two network groups.":::
5457

5558
When you look at effective routes on a VM, the route between the hub and the spoke virtual networks will have the next hop type of *VNetPeering* or *GlobalVNetPeering*. Routes between spokes virtual networks will show up with the next hop type of *ConnectedGroup*. With the example above, only the *Production* network group would have a *ConnectedGroup* because it has *Direct connectivity* enabled.
5659

-45 KB
Loading
7.53 KB
Loading
-24.7 KB
Loading

0 commit comments

Comments
 (0)