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/manage-route-table.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ metadata:
7
7
description: Learn where to find information about virtual network traffic routing, and how to create, change, or delete a route table.
8
8
author: asudbring
9
9
ms.author: allensu
10
-
ms.date: 04/24/2023
10
+
ms.date: 04/21/2025
11
11
ms.service: azure-virtual-network
12
12
ms.topic: how-to
13
13
ms.custom:
@@ -92,7 +92,7 @@ procedureSection:
92
92
- title: |
93
93
View route tables
94
94
summary: |
95
-
To manage your virtual network, access the Azure portal and use the search function to locate "Route tables." Here, you'll find a list of all the route tables available within your subscription.
95
+
To manage your virtual network, access the Azure portal and use the search function to locate "Route tables." A list of all the route tables available within your subscription is displayed.
96
96
97
97
:::image type="content" source="./media/manage-route-table/list.png" alt-text="Screenshot of the list of route tables in the Azure subscription.":::
98
98
steps:
@@ -157,7 +157,7 @@ procedureSection:
157
157
summary: |
158
158
You can optionally associate a route table to a subnet. A route table can be associated to zero or more subnets. Route tables aren't associated to virtual networks. You must associate a route table to each subnet you want the route table associated to.
159
159
160
-
Azure routes all traffic leaving the subnet based on routes you've created:
160
+
Azure routes all traffic leaving the subnet based on routes created:
161
161
162
162
* Within route tables
163
163
@@ -219,7 +219,7 @@ procedureSection:
219
219
- title: |
220
220
Delete a route table
221
221
summary: |
222
-
You can't delete a route table that's associated to any subnets. [Dissociate](#dissociate-a-route-table-from-a-subnet) a route table from all subnets before attempting to delete it.
222
+
You can't delete a route table associated to any subnets. [Dissociate](#dissociate-a-route-table-from-a-subnet) a route table from all subnets before attempting to delete it.
223
223
steps:
224
224
- |
225
225
Go to the [Azure portal](https://portal.azure.com) to manage your route tables. Search for and select **Route tables**.
@@ -351,7 +351,7 @@ procedureSection:
351
351
- title: |
352
352
View effective routes
353
353
summary: |
354
-
The effective routes for each VM-attached network interface are a combination of route tables that you've created, Azure's default routes, and any routes propagated from on-premises networks via the Border Gateway Protocol (BGP) through an Azure virtual network gateway. Understanding the effective routes for a network interface is helpful when troubleshooting routing problems. You can view the effective routes for any network interface that's attached to a running VM.
354
+
The effective routes for each VM-attached network interface are a combination of route tables created, Azure's default routes, and any routes propagated from on-premises networks via the Border Gateway Protocol (BGP) through an Azure virtual network gateway. Understanding the effective routes for a network interface is helpful when troubleshooting routing problems. You can view the effective routes for any network interface attached to a running virtual machine.
355
355
steps:
356
356
- |
357
357
Go to the [Azure portal](https://portal.azure.com) to manage your VMs. Search for and select **Virtual machines**.
0 commit comments