Skip to content

Commit 21492a9

Browse files
authored
Merge pull request #262938 from cherylmc/route-table
freshness updates
2 parents 81d75bb + de4350b commit 21492a9

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

articles/virtual-wan/about-virtual-hub-routing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Labels provide a mechanism to logically group route tables. This is especially h
7373

7474
Configuring static routes provides a mechanism to steer traffic from the hub through a next hop IP, which could be of a Network Virtual Appliance (NVA) provisioned in a Spoke VNet attached to a virtual hub. The static route is composed of a route name, list of destination prefixes, and a next hop IP.
7575

76+
### <a name="delete-route"></a>Deleting static routes
77+
78+
To delete a static route, the route must be deleted from the route table that it's placed in. See [Delete a route](how-to-virtual-hub-routing.md#delete-a-route) for steps.
79+
7680
## <a name="route"></a>Route tables for pre-existing routes
7781

7882
Route tables now have features for association and propagation. A pre-existing route table is a route table that doesn't have these features. If you have pre-existing routes in hub routing and would like to use the new capabilities, consider the following:

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

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,32 @@ The following steps help you create a route table and a route.
4949

5050
## Edit a route table
5151

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.
52+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table you want to edit.
53+
1. On the **Edit route table** page, on each tab, edit the values that you want to change.
54+
1. On the **Propagations** page, click **Create** to update the route table with new route information.
5555

56-
## Remove a route from a route table
56+
## Edit a route
5757

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.
58+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table that contains the route you want to edit.
59+
1. On the **Edit route table** page, locate the route from the list and make the applicable changes. Then, click **Review + create**.
60+
1. On the **Propagations** page, make any additional changes (if necessary), then click **Create** to update the route table with new route information.
61+
1. As long as no errors occur, the route is updated.
62+
63+
## Delete a route
64+
65+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table that contains the route you want to edit.
66+
1. On the **Edit route table** page, locate the route from the list. Use the scroll bar to navigate to the right. You'll see an ellipsis (three dots) at the end of the line for the route. Click the ellipsis to reveal the **Remove** button. Click **Remove**.
67+
1. At the bottom of the page, click **Review + Create**, and then **Create**.
68+
1. As long as no errors occur, the route is removed.
6169

6270
## Delete a route table
6371

64-
In the Azure portal, go to your **Virtual HUB -> Route Tables** page. Select the checkbox for route table that you want to delete. Click **"…"**, and then select **Delete**. You can't delete a Default or None route table. However, you can delete all custom route tables.
72+
You can't delete a **Default** or **None** route table. However, you can delete all custom route tables.
73+
74+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, select the checkbox for the route table that you want to delete (don't click the name).
75+
1. On the right side of the line that the route table is on, you'll see an ellipsis (three dots). Click the ellipsis, then select **Delete** from the dropdown list.
76+
1. On the **Delete** page, confirm that you want to delete the route table, then click **Delete**.
77+
1. As long as no errors occur, the route table is deleted.
6578

6679
## View effective routes
6780

0 commit comments

Comments
 (0)