Skip to content

Commit efd6398

Browse files
authored
Merge pull request #102005 from KumudD/routetableupdate
Route network traffic - freshness update
2 parents 1b997c1 + bacc2fc commit efd6398

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ description: In this tutorial, learn how to route network traffic with a route t
55
services: virtual-network
66
documentationcenter: virtual-network
77
author: KumudD
8-
manager: twooley
9-
editor: ''
10-
tags: azure-resource-manager
118
Customer intent: I want to route traffic from one subnet, to a different subnet, through a network virtual appliance.
12-
13-
ms.assetid:
149
ms.service: virtual-network
1510
ms.devlang: azurecli
1611
ms.topic: tutorial
1712
ms.tgt_pltfrm: virtual-network
1813
ms.workload: infrastructure
19-
ms.date: 12/12/2018
14+
ms.date: 01/22/2019
2015
ms.author: kumud
21-
ms.custom: mvc
2216
---
2317

2418
# Tutorial: Route network traffic with a route table using the Azure portal
@@ -44,19 +38,19 @@ Sign in to the [Azure portal](https://portal.azure.com).
4438

4539
## Create a route table
4640

47-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Route table**.
48-
49-
1. In **Create route table**, enter or select this information:
41+
1. From the Azure portal menu, select **Create a resource**.
42+
2. In the search box, enter *Route table*. When **Route table** appears in the search results, select it.
43+
3. In the **Route table** page, select **Create**.
44+
4. In **Create route table**, enter or select this information:
5045

5146
| Setting | Value |
5247
| ------- | ----- |
5348
| Name | Enter *myRouteTablePublic*. |
5449
| Subscription | Select your subscription. |
5550
| Resource group | Select **Create new**, enter *myResourceGroup*, and select *OK*. |
56-
| Location | Leave the default **East US**.
51+
| Location | Select **East US**.
5752
| Virtual Network Gateway route propagation | Leave the default **Enabled**. |
58-
59-
1. Select **Create**.
53+
5. Select **Create**.
6054

6155
## Create a route
6256

@@ -163,7 +157,7 @@ NVAs are VMs that help with network functions like routing and firewall optimiza
163157
| Password | Enter a password of your choosing. The password must be at least 12 characters long and meet the [defined complexity requirements](../virtual-machines/windows/faq.md?toc=%2fazure%2fvirtual-network%2ftoc.json#what-are-the-password-requirements-when-creating-a-vm).|
164158
| Confirm Password | Reenter password. |
165159
| **INBOUND PORT RULES** | |
166-
| Public inbound ports | Leave the default **None**.
160+
| Public inbound ports | Select **None**.
167161
| **SAVE MONEY** | |
168162
| Already have a Windows license? | Leave the default **No**. |
169163

0 commit comments

Comments
 (0)