Skip to content

Commit 39bc905

Browse files
committed
acrolinx and minor fixes
1 parent 67e850c commit 39bc905

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-network/manage-route-table.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: Learn where to find information about virtual network traffic routing, and how to create, change, or delete a route table.
88
author: asudbring
99
ms.author: allensu
10-
ms.date: 04/24/2023
10+
ms.date: 04/21/2025
1111
ms.service: azure-virtual-network
1212
ms.topic: how-to
1313
ms.custom:
@@ -92,7 +92,7 @@ procedureSection:
9292
- title: |
9393
View route tables
9494
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.
9696
9797
:::image type="content" source="./media/manage-route-table/list.png" alt-text="Screenshot of the list of route tables in the Azure subscription.":::
9898
steps:
@@ -157,7 +157,7 @@ procedureSection:
157157
summary: |
158158
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.
159159
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:
161161
162162
* Within route tables
163163
@@ -219,7 +219,7 @@ procedureSection:
219219
- title: |
220220
Delete a route table
221221
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.
223223
steps:
224224
- |
225225
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:
351351
- title: |
352352
View effective routes
353353
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.
355355
steps:
356356
- |
357357
Go to the [Azure portal](https://portal.azure.com) to manage your VMs. Search for and select **Virtual machines**.

0 commit comments

Comments
 (0)