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/how-to-deploy-spoke-to-spoke-topology-two-hubs.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,26 @@ In this article, you learn how to deploy a Spoke-to-Spoke topology with two hubs
24
24
- Virtual machines deployed in the spoke virtual networks in each region to confirm network connectivity across regions.
25
25
26
26
> [!NOTE]
27
-
> For this scenario, you have hub-and-spoke topologies deployed in two different Azure regions. Examples in this scenario will use **West US 2** as **Region 1**and **West US 3** as **Region 2**. You may use any other Azure regions as needed.
27
+
> For this scenario, you have hub-and-spoke topologies deployed in two different Azure regions. Examples in this scenario will use **West US 2** as the *region1* placeholder and **West US 3** as the *region2* placeholder. You may use any other Azure regions as needed.
28
28
29
29
## Create network groups
30
30
31
31
In this step, you deploy four network groups to represent the spoke virtual networks in each hub and spoke topology. You also create network groups for the subnet of the Azure firewall instances in each region.
32
32
33
33
|**Network group name**|**Description**|**Member type**|**Members**|
34
-
|--------------------|-------------|
35
-
| ng-spoke-<region1>| Network group for spoke virtual networks in region 1. | Virtual network | Spoke virtual networks in region 1. |
36
-
| ng-spoke-<region2>| Network group for spoke virtual networks in region 2. | Virtual network | Spoke virtual networks in region 2. |
37
-
| ng-azfw-<region1>| Network group for Azure Firewall subnet in region 1. | Subnet | Azure Firewall subnet in region 1. |
38
-
| ng-azfw-<region2>| Network group for Azure Firewall subnet in region 2. | Subnet | Azure Firewall subnet in region 2. |
34
+
|--------------------|-------------|-----------|
35
+
| ng-spoke-*\<region1\>*| Network group for spoke virtual networks in region 1. | Virtual network | Spoke virtual networks in region 1. |
36
+
| ng-spoke-*\<region2\>*| Network group for spoke virtual networks in region 2. | Virtual network | Spoke virtual networks in region 2. |
37
+
| ng-azfw-*\<region1\>*| Network group for Azure Firewall subnet in region 1. | Subnet | Azure Firewall subnet in region 1. |
38
+
| ng-azfw-*\<region2\>*| Network group for Azure Firewall subnet in region 2. | Subnet | Azure Firewall subnet in region 2. |
39
39
40
40
1. In the Azure portal, navigate to your network manager instance.
41
41
2. In the left pane, select **Network groups** under **Settings**.
42
42
3. Select **+ Create**.
43
43
4. In the **Create a network group** window, enter the following details then select **Create**:
44
44
|**Field**|**Value**|
45
45
|-------|-------|
46
-
|**Name**| Enter **ng-spoke-<region1>** or the name of the network of the first hub virtual network in region one. |
46
+
|**Name**| Enter **ng-spoke-*\<region1\>*** or the name of the network of the first hub virtual network in region one. |
47
47
|**Description**| Enter a description for the network group. |
48
48
|**Member type**| Select **Virtual network** from the dropdown menu. |
49
49
1. Repeat the steps create the remaining network groups for the spoke virtual networks in region 2 and the Azure Firewall subnets in each region based on the table above.
@@ -53,7 +53,7 @@ In this step, you deploy four network groups to represent the spoke virtual netw
53
53
In this step, you add the spoke virtual networks and Azure Firewall subnets to the network groups you created.
54
54
55
55
1. In the network manager instance, navigate to **Network groups** under **Settings**.
56
-
2. Select the network group for the spoke virtual networks in region 1 - **ng-spoke-<region1>**.
56
+
2. Select the network group for the spoke virtual networks in region 1 - **ng-spoke-*\<region1\>***.
57
57
3. Under **Manage memberships of your network group**, select **Add virtual networks**.
58
58
4. In the **Manually add members** window, select the spoke virtual networks in region 1, then select **Add**.
59
59
@@ -71,7 +71,7 @@ In this step, you create two connectivity configurations in your network manager
71
71
|-------|-------|
72
72
|**Topology**| Select **Hub and spoke**. |
73
73
|**Hub**| Choose **Select a hub** and select the hub virtual network in region 1. |
74
-
|**Spoke network groups**| Select **Add*.</br> In the **Add network groups** window, select the spoke network groups from region 1: **ng-spoke-<region1>**,**ng-spoke-<region2>**|
74
+
|**Spoke network groups**| Select **Add*.</br> In the **Add network groups** window, select the spoke network groups from region 1: **ng-spoke-*\<region1\>***,**ng-spoke-*\<region2\>***|
75
75
76
76
6. Select the **Visualization** tab or **Next: Visualization** to review the topology.
77
77
7. Select **Review + create** then **Create and start deployment** to deploy the connectivity configuration.
@@ -86,10 +86,10 @@ In this step, you create a routing configuration containing four rule collection
|**Target network group**| Select the network group for the spoke virtual networks in region 1. |
107
107
108
-
7. Repeat the steps to create rule collections for the remaining network groups: **ng-spoke-<region2>**, **ng-azfw-<region1>**, and **ng-azfw-<region2>**.
108
+
7. Repeat the steps to create rule collections for the remaining network groups: **ng-spoke-*\<region2\>***, **ng-azfw-*\<region1\>***, and **ng-azfw-*\<region2\>***.
109
109
8. Select **Add** to add the rule collections to the routing configuration.
110
110
9. select **Next: Review + create** or **Review + create** to review the routing configuration.
111
111
10. Select **Create** to create the routing configuration.
@@ -120,7 +120,7 @@ In this step, you create a routing rule for the spoke virtual networks in region
120
120
121
121
1. In your network manager instance, navigate to **Configurations** under **Settings**.
122
122
2. Select the routing configuration you created for the spoke virtual networks in region 1.
123
-
3. In the left pane, select **Rule collections** and select your first rule collection - **rc-spoke-<region1>**.
123
+
3. In the left pane, select **Rule collections** and select your first rule collection - **rc-spoke-*\<region1\>***.
124
124
4. In the **Edit a rule collection** window, select **+ Add**.
125
125
5. In the **Add a routing rule** window, enter or select the following information:
126
126
@@ -140,7 +140,7 @@ In these steps, you create a routing rule for the Azure Firewall subnet in regio
140
140
141
141
For this example, the remote regions address prefixes are summarized. Summarizing address prefixes offers the benefit of not needing to change the routing rules for the Azure firewall subnet even if new spokes are added to each region. However, it's important to predefine the address prefixes used in each region, including for future use.
142
142
143
-
1. In the **Rule collections** window, select the rule collection for the Azure Firewall subnet in region 1 - **rc-azfw-<region1>**.
143
+
1. In the **Rule collections** window, select the rule collection for the Azure Firewall subnet in region 1 - **rc-azfw-*\<region1\>***.
144
144
2. In the **Edit a rule collection** window, select **+ Add**.
145
145
3. In the **Add a routing rule** window, enter or select the following information:
146
146
@@ -173,7 +173,7 @@ In the **Add a routing rule** window, enter or select the following information:
173
173
174
174
In this step, you create a routing rule for the spoke virtual networks in region 2 allowing communication with the Azure Firewall subnet in region 2.
175
175
176
-
1. In the **Rule collections** window, select the rule collection for the spoke virtual networks in region 2 - **rc-spoke-<region2>**.
176
+
1. In the **Rule collections** window, select the rule collection for the spoke virtual networks in region 2 - **rc-spoke-*\<region2\>***.
177
177
2. In the **Edit a rule collection** window, select **+ Add**.
178
178
3. In the **Add a routing rule** window, enter or select the following information:
179
179
@@ -202,7 +202,7 @@ In the **Add a routing rule** window, enter or select the following information:
202
202
203
203
In these steps, you create a routing rule for the Azure Firewall subnet in region 2 allowing communication with the spoke virtual networks in region 1.
204
204
205
-
1. In the **Rule collections** window, select the rule collection for the Azure Firewall subnet in region 2 - **rc-azfw-<region2>**.
205
+
1. In the **Rule collections** window, select the rule collection for the Azure Firewall subnet in region 2 - **rc-azfw-*\<region2\>***.
206
206
2. In the **Edit a rule collection** window, select **+ Add**.
207
207
3. In the **Add a routing rule** window, enter or select the following information:
208
208
@@ -236,7 +236,7 @@ In this step, you confirm the routing configuration by reviewing the route table
236
236
2. In the **Virtual networks** window, select the one of the spoke virtual networks in region 1.
237
237
3. From the left menu, select **Subnets** and review settings for the subnets in the spoke virtual network.
238
238
239
-
:::image type="content" source="media/how-to-deploy-spoke-to-spoke-topology-two-hubs/View-route-table-on-subnet-thumb.png" alt-text="Screenshot of subnets showing applied route table from deployment of routing configuration."lightbox="media/how-to-deploy-spoke-to-spoke-topology-two-hubs/View-route-table-on-subnet.png":::
239
+
:::image type="content" source="media/how-to-deploy-spoke-to-spoke-topology-two-hubs/View-route-table-on-subnet-thumb.png" alt-text="Screenshot of subnets showing applied route table from deployment of routing configuration."lightbox="media/how-to-deploy-spoke-to-spoke-topology-two-hubs/View-route-table-on-subnet.png":::
240
240
241
241
4. Under **Route table**, select the link staring with **NM_** to view the route table applied to the subnet.
242
242
@@ -247,7 +247,7 @@ In this step, you confirm the routing configuration by reviewing the route table
247
247
248
248
## Adding spoke virtual network to the existing Multi Hub-Spoke topologies
0 commit comments