Skip to content

Commit a3eefce

Browse files
committed
format sections
1 parent 5b4628b commit a3eefce

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

articles/virtual-wan/how-to-virtual-hub-routing.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ author: cherylmc
77

88
ms.service: virtual-wan
99
ms.topic: how-to
10-
ms.date: 06/30/2023
10+
ms.date: 01/10/2024
1111
ms.author: cherylmc
1212

1313
---
1414
# How to configure virtual hub routing - Azure portal
1515

16-
A virtual hub can contain multiple gateways such as a site-to-site VPN gateway, ExpressRoute gateway, point-to-site gateway, and Azure Firewall. The routing capabilities in the virtual hub are provided by a router that manages all routing, including transit routing, between the gateways using Border Gateway Protocol (BGP). The virtual hub router also provides transit connectivity between virtual networks that connect to a virtual hub and can support up to an aggregate throughput of 50 Gbps. These routing capabilities apply to customers using **Standard** Virtual WANs. For more information, see [About virtual hub routing](about-virtual-hub-routing.md).
17-
1816
This article helps you configure virtual hub routing using Azure portal. You can also configure virtual hub routing using the [Azure PowerShell steps](how-to-virtual-hub-routing-powershell.md).
1917

18+
A virtual hub can contain multiple gateways such as a site-to-site VPN gateway, ExpressRoute gateway, point-to-site gateway, and Azure Firewall. The routing capabilities in the virtual hub are provided by a router that manages all routing, including transit routing, between the gateways using Border Gateway Protocol (BGP). The virtual hub router also provides transit connectivity between virtual networks that connect to a virtual hub and can support up to an aggregate throughput of 50 Gbps. These routing capabilities apply to customers using **Standard** Virtual WANs. For more information, see [About virtual hub routing](about-virtual-hub-routing.md).
19+
2020
## Create a route table
2121

22-
1. In the Azure portal, navigate to the **virtual hub**.
23-
1. On the **Virtual HUB** page, in the left pane, select **Route Tables**. The **Route Tables** page will populate the current route tables for this hub.
22+
The following steps help you create a route table and a route.
23+
24+
1. In the Azure portal, go to the **virtual hub**.
25+
1. On the **Virtual HUB** page, in the left pane, select **Route Tables** to open the Route Tables page. Notice the route tables that are propagated to this virtual hub.
2426
1. Select **+ Create route table** to open the **Create Route Table** page.
25-
1. On the **Basics** page, complete the following fields, then click **Labels** to move to the Labels page.
27+
1. On the **Basics** tab, complete the following fields, then click **Labels** to move to the Labels page.
2628

2729
:::image type="content" source="./media/how-to-virtual-hub-routing/basics.png" alt-text="Screenshot showing the Create Route Table page Basics tab." lightbox="./media/how-to-virtual-hub-routing/basics.png":::
2830

@@ -47,7 +49,15 @@ This article helps you configure virtual hub routing using Azure portal. You can
4749

4850
## Edit a route table
4951

50-
In the Azure portal, go to your **Virtual HUB -> Route Tables** page. To open the **Edit route table page**, click the name of the route table you want to edit. Edit the values you want to change, then click **Review + create** or **Create** (depending on the page that you are on) to save your settings.
52+
1. Go to the virtual hub and select the **Route Tables** from the left pane. On the **Route Tables** page, click the name of the route table you want to edit.
53+
1. On the **Edit route table** page, edit the values that you want to change. For example, you can add or remove routes, or edit a route that's contained in the route table. If you want to edit a specific route contained in the route table, click the name of the route to open the **Edit route table** page for that route.
54+
1. After making your changes, click **Review + create** or **Create** (depending on the page that you are on) to save your settings.
55+
56+
## Remove a route from a route table
57+
58+
1. Go to the virtual hub and select the **Route Tables** from the left pane. On the **Route Tables** page, click the name of the route table you want to edit.
59+
1. On the **Edit route table** page, use the scroll bar to navigate to the right. You'll see 3 dots. Click the 3 dots to reveal the **Remove** button.
60+
1. Click **Remove**, then select **Review + Create** at the bottom of the page. As long as no errors occur, the route is removed.
5161

5262
## Delete a route table
5363

0 commit comments

Comments
 (0)