Skip to content

Commit 88f698e

Browse files
authored
Merge pull request #282098 from asudbring/route-table-patch
Update of screenshots and verbiage in traffic routing VNET tutorial
2 parents a8ee01a + ffc02a2 commit 88f698e

File tree

6 files changed

+23
-15
lines changed

6 files changed

+23
-15
lines changed
75.8 KB
Loading
333 KB
Loading
332 KB
Loading
60.5 KB
Loading
141 KB
Loading

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

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titlesuffix: Azure Virtual Network
44
description: In this tutorial, learn how to route network traffic with a route table using the Azure portal.
55
author: asudbring
66
ms.service: virtual-network
7-
ms.date: 08/21/2023
7+
ms.date: 07/29/2024
88
ms.author: allensu
99
ms.topic: tutorial
1010
ms.custom: template-tutorial
@@ -54,29 +54,37 @@ A **DMZ** and **Private** subnet are needed for this tutorial. The **DMZ** subne
5454

5555
| Setting | Value |
5656
| ------- | ----- |
57+
| Subnet purpose | Leave the default of **Default**. |
5758
| Name | Enter **subnet-private**. |
58-
| Subnet address range | Enter **10.0.2.0/24**. |
59+
| **IPv4** |
60+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
61+
| Starting address | Enter **10.0.2.0**. |
62+
| Size | Leave the default of **/24 (256 addresses)**. |
5963

6064
:::image type="content" source="./media/tutorial-create-route-table-portal/create-private-subnet.png" alt-text="Screenshot of private subnet creation in virtual network.":::
6165

62-
1. Select **Save**.
66+
1. Select **Add**.
6367

6468
1. Select **+ Subnet**.
6569

6670
1. In **Add subnet**, enter or select the following information:
6771

6872
| Setting | Value |
6973
| ------- | ----- |
74+
| Subnet purpose | Leave the default of **Default**. |
7075
| Name | Enter **subnet-dmz**. |
71-
| Subnet address range | Enter **10.0.3.0/24**. |
76+
| **IPv4** |
77+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
78+
| Starting address | Enter **10.0.3.0**. |
79+
| Size | Leave the default of **/24 (256 addresses)**. |
7280

7381
:::image type="content" source="./media/tutorial-create-route-table-portal/create-dmz-subnet.png" alt-text="Screenshot of DMZ subnet creation in virtual network.":::
7482

75-
1. Select **Save**.
83+
1. Select **Add**.
7684

7785
## Create an NVA virtual machine
7886

79-
Network virtual appliances (NVAs) are virtual machines that help with network functions, such as routing and firewall optimization. In this section, create an NVA using an **Ubuntu 22.04** virtual machine.
87+
Network virtual appliances (NVAs) are virtual machines that help with network functions, such as routing and firewall optimization. In this section, create an NVA using an **Ubuntu 24.04** virtual machine.
8088

8189
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
8290

@@ -94,7 +102,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
94102
| Region | Select **(US) East US 2**. |
95103
| Availability options | Select **No infrastructure redundancy required**. |
96104
| Security type | Select **Standard**. |
97-
| Image | Select **Ubuntu Server 22.04 LTS - x64 Gen2**. |
105+
| Image | Select **Ubuntu Server 24.04 LTS - x64 Gen2**. |
98106
| VM architecture | Leave the default of **x64**. |
99107
| Size | Select a size. |
100108
| **Administrator account** | |
@@ -146,7 +154,7 @@ The public virtual machine is used to simulate a machine in the public internet.
146154
| Region | Select **(US) East US 2**. |
147155
| Availability options | Select **No infrastructure redundancy required**. |
148156
| Security type | Select **Standard**. |
149-
| Image | Select **Ubuntu Server 22.04 LTS - x64 Gen2**. |
157+
| Image | Select **Ubuntu Server 24.04 LTS - x64 Gen2**. |
150158
| VM architecture | Leave the default of **x64**. |
151159
| Size | Select a size. |
152160
| **Administrator account** | |
@@ -191,7 +199,7 @@ The public virtual machine is used to simulate a machine in the public internet.
191199
| Region | Select **(US) East US 2**. |
192200
| Availability options | Select **No infrastructure redundancy required**. |
193201
| Security type | Select **Standard**. |
194-
| Image | Select **Ubuntu Server 22.04 LTS - x64 Gen2**. |
202+
| Image | Select **Ubuntu Server 24.04 LTS - x64 Gen2**. |
195203
| VM architecture | Leave the default of **x64**. |
196204
| Size | Select a size. |
197205
| **Administrator account** | |
@@ -230,9 +238,9 @@ In this section, you turn on IP forwarding for the network interface of the **vm
230238

231239
1. In **Virtual machines**, select **vm-nva**.
232240

233-
1. In **vm-nva**, select **Networking** from the **Settings** section.
241+
1. In **vm-nva**, expand **Networking** then select **Network settings**.
234242

235-
1. Select the name of the interface next to **Network Interface:**. The name begins with **vm-nva** and has a random number assigned to the interface. The name of the interface in this example is **vm-nva124**.
243+
1. Select the name of the interface next to **Network Interface:**. The name begins with **vm-nva** and has a random number assigned to the interface. The name of the interface in this example is **vm-nva313**.
236244

237245
:::image type="content" source="./media/tutorial-create-route-table-portal/nva-network-interface.png" alt-text="Screenshot of network interface of NVA virtual machine.":::
238246

@@ -252,7 +260,7 @@ In this section, turn on IP forwarding for the operating system of the **vm-nva*
252260

253261
1. In **Virtual machines**, select **vm-nva**.
254262

255-
1. Select **Bastion** in the **Operations** section.
263+
1. Select **Connect**, then **Connect via Bastion** in the **Overview** section.
256264

257265
1. Enter the username and password you entered when the virtual machine was created.
258266

@@ -313,7 +321,7 @@ In this section, create a route in the route table that you created in the previ
313321

314322
1. Select **route-table-public**.
315323

316-
1. In **Settings** select **Routes**.
324+
1. Expand **Settings** then select **Routes**.
317325

318326
1. Select **+ Add** in **Routes**.
319327

@@ -354,7 +362,7 @@ Test routing of network traffic from **vm-public** to **vm-private**. Test routi
354362

355363
1. In **Virtual machines**, select **vm-public**.
356364

357-
1. Select **Bastion** in the **Operations** section.
365+
1. Select **Connect** then **Connect via Bastion** in the **Overview** section.
358366

359367
1. Enter the username and password you entered when the virtual machine was created.
360368

@@ -389,7 +397,7 @@ Test routing of network traffic from **vm-public** to **vm-private**. Test routi
389397

390398
1. In **Virtual machines**, select **vm-private**.
391399

392-
1. Select **Bastion** in the **Operations** section.
400+
1. Select **Connect** then **Connect via Bastion** in the **Overview** section.
393401

394402
1. Enter the username and password you entered when the virtual machine was created.
395403

0 commit comments

Comments
 (0)