Skip to content

Commit a3aba05

Browse files
author
Michael Bender
committed
small fixes to formatting
1 parent 3b099e8 commit a3aba05

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/virtual-network-manager/how-to-deploy-spoke-to-spoke-topology-two-hubs.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ In this article, you learn how to deploy a Spoke-to-Spoke topology with two hubs
2424
- Virtual machines deployed in the spoke virtual networks in each region to confirm network connectivity across regions.
2525

2626
> [!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.
2828
2929
## Create network groups
3030

3131
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.
3232

3333
| **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. |
3939

4040
1. In the Azure portal, navigate to your network manager instance.
4141
2. In the left pane, select **Network groups** under **Settings**.
4242
3. Select **+ Create**.
4343
4. In the **Create a network group** window, enter the following details then select **Create**:
4444
| **Field** | **Value** |
4545
|-------|-------|
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. |
4747
| **Description** | Enter a description for the network group. |
4848
| **Member type** | Select **Virtual network** from the dropdown menu. |
4949
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
5353
In this step, you add the spoke virtual networks and Azure Firewall subnets to the network groups you created.
5454

5555
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\>***.
5757
3. Under **Manage memberships of your network group**, select **Add virtual networks**.
5858
4. In the **Manually add members** window, select the spoke virtual networks in region 1, then select **Add**.
5959

@@ -71,7 +71,7 @@ In this step, you create two connectivity configurations in your network manager
7171
|-------|-------|
7272
| **Topology** | Select **Hub and spoke**. |
7373
| **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\>*** |
7575

7676
6. Select the **Visualization** tab or **Next: Visualization** to review the topology.
7777
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
8686

8787
| **Rule collection name** | **Description** | **Target network group** |
8888
|-----------------------|-------------|----------------------|
89-
| rc-spoke-<region1> | Rule collection for spoke virtual networks in region 1. | ng-spoke-<region1> |
90-
| rc-spoke-<region2> | Rule collection for spoke virtual networks in region 2. | ng-spoke-<region2> |
91-
| rc-azfw-<region1> | Rule collection for Azure Firewall subnet in region 1. | ng-azfw-<region1> |
92-
| rc-azfw-<region2> | Rule collection for Azure Firewall subnet in region 2. | ng-azfw-<region2> |
89+
| rc-spoke-*\<region1\>* | Rule collection for spoke virtual networks in region 1. | ng-spoke-*\<region1\>* |
90+
| rc-spoke-*\<region2\>* | Rule collection for spoke virtual networks in region 2. | ng-spoke-*\<region2\>* |
91+
| rc-azfw-*\<region1\>* | Rule collection for Azure Firewall subnet in region 1. | ng-azfw-*\<region1\>* |
92+
| rc-azfw-*\<region2\>* | Rule collection for Azure Firewall subnet in region 2. | ng-azfw-*\<region2\>* |
9393

9494
1. In your network manager instance, navigate to **Configurations** under **Settings**.
9595
2. Select **+ Create**>**Routing configuration - Preview**.
@@ -100,12 +100,12 @@ In this step, you create a routing configuration containing four rule collection
100100

101101
| **Field** | **Value** |
102102
|------|-------|
103-
| **Name** | Enter a name for the rule collection for **ng-spoke-<region1>**. |
103+
| **Name** | Enter a name for the rule collection for **ng-spoke-*\<region1\>***. |
104104
| **Description** | Enter a description for the rule collection. |
105105
| **Local route setting** | Select **Not specified**. |
106106
| **Target network group** | Select the network group for the spoke virtual networks in region 1. |
107107

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\>***.
109109
8. Select **Add** to add the rule collections to the routing configuration.
110110
9. select **Next: Review + create** or **Review + create** to review the routing configuration.
111111
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
120120

121121
1. In your network manager instance, navigate to **Configurations** under **Settings**.
122122
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\>***.
124124
4. In the **Edit a rule collection** window, select **+ Add**.
125125
5. In the **Add a routing rule** window, enter or select the following information:
126126

@@ -140,7 +140,7 @@ In these steps, you create a routing rule for the Azure Firewall subnet in regio
140140

141141
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.
142142

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\>***.
144144
2. In the **Edit a rule collection** window, select **+ Add**.
145145
3. In the **Add a routing rule** window, enter or select the following information:
146146

@@ -173,7 +173,7 @@ In the **Add a routing rule** window, enter or select the following information:
173173

174174
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.
175175

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\>***.
177177
2. In the **Edit a rule collection** window, select **+ Add**.
178178
3. In the **Add a routing rule** window, enter or select the following information:
179179

@@ -202,7 +202,7 @@ In the **Add a routing rule** window, enter or select the following information:
202202

203203
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.
204204

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\>***.
206206
2. In the **Edit a rule collection** window, select **+ Add**.
207207
3. In the **Add a routing rule** window, enter or select the following information:
208208

@@ -236,7 +236,7 @@ In this step, you confirm the routing configuration by reviewing the route table
236236
2. In the **Virtual networks** window, select the one of the spoke virtual networks in region 1.
237237
3. From the left menu, select **Subnets** and review settings for the subnets in the spoke virtual network.
238238

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":::
240240

241241
4. Under **Route table**, select the link staring with **NM_** to view the route table applied to the subnet.
242242

@@ -247,7 +247,7 @@ In this step, you confirm the routing configuration by reviewing the route table
247247

248248
## Adding spoke virtual network to the existing Multi Hub-Spoke topologies
249249

250-
250+
251251

252252
## Next steps
253253

0 commit comments

Comments
 (0)