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/tutorial-create-route-table-portal.md
+65-65Lines changed: 65 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ In this tutorial, you learn how to:
24
24
> [!div class="checklist"]
25
25
> * Create a virtual network and subnets
26
26
> * Create an NVA that routes traffic
27
+
> * Deploy virtual machines (VMs) into different subnets
27
28
> * Create a route table
28
29
> * Create a route
29
30
> * Associate a route table to a subnet
30
-
> * Deploy virtual machines (VMs) into different subnets
31
31
> * Route traffic from one subnet to another through an NVA
32
32
33
33
This tutorial uses the Azure portal. You can also complete it using the [Azure CLI](tutorial-create-route-table-cli.md) or [PowerShell](tutorial-create-route-table-powershell.md).
@@ -142,70 +142,6 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
142
142
143
143
6. Review the settings, and then select **Create**.
144
144
145
-
## Create a route table
146
-
147
-
In this section, you'll create a route table.
148
-
149
-
1. From the Azure portal menu, select **+ Create a resource** > **Networking** > **Route table**, or search for *Route table* in the portal search box.
150
-
151
-
3. Select **Create**.
152
-
153
-
4. On the **Basics** tab of **Create route table**, enter or select this information:
154
-
155
-
| Setting | Value |
156
-
| ------- | ----- |
157
-
|**Project details**||
158
-
| Subscription | Select your subscription.|
159
-
| Resource group | Select **myResourceGroup**. |
160
-
|**Instance details**||
161
-
| Region | Select **East US**. |
162
-
| Name | Enter *myRouteTablePublic*. |
163
-
| Propagate gateway routes | Select **Yes**. |
164
-
165
-
:::image type="content" source="./media/tutorial-create-route-table-portal/create-route-table.png" alt-text="Screenshot showing Basics tab of Create route table in Azure portal." border="true":::
166
-
167
-
5. Select the **Review + create** tab, or select the blue **Review + create** button at the bottom of the page.
168
-
169
-
## Create a route
170
-
171
-
In this section, you'll create a route in the route table that you created in the previous steps.
172
-
173
-
1. Select **Go to resource** or Search for *myRouteTablePublic* in the portal search box.
174
-
175
-
3. In the **myRouteTablePublic** page, select **Routes** from the **Settings** section.
176
-
177
-
4. In the **Routes** page, select the **+ Add** button.
178
-
179
-
5. In **Add route**, enter or select this information:
In this section, you'll associate the route table that you created in the previous steps to a subnet.
196
-
197
-
1. Search for *myVirtualNetwork* in the portal search box.
198
-
199
-
3. In the **myVirtualNetwork** page, select **Subnets** from the **Settings** section.
200
-
201
-
4. In the virtual network's subnet list, select **Public**.
202
-
203
-
5. In **Route table**, select **myRouteTablePublic** that you created in the previous steps.
204
-
205
-
6. Select **Save** to associate your route table to the **Public** subnet.
206
-
207
-
:::image type="content" source="./media/tutorial-create-route-table-portal/associate-route-table-inline.png" alt-text="Screenshot showing Associate route table to the Public subnet in the virtual network in Azure portal." lightbox="./media/tutorial-create-route-table-portal/associate-route-table-expanded.png":::
208
-
209
145
## Create public and private virtual machines
210
146
211
147
You'll create two virtual machines in **myVirtualNetwork** virtual network, then you'll allow Internet Control Message Protocol (ICMP) on them so you can use *tracert* tool to trace traffic.
@@ -371,6 +307,70 @@ In this section, you'll turn on IP forwarding for the operating system of **myVM
371
307
Restart-Computer
372
308
```
373
309
310
+
## Create a route table
311
+
312
+
In this section, you'll create a route table.
313
+
314
+
1. From the Azure portal menu, select **+ Create a resource** > **Networking** > **Route table**, or search for *Route table* in the portal search box.
315
+
316
+
3. Select **Create**.
317
+
318
+
4. On the **Basics** tab of **Create route table**, enter or select this information:
319
+
320
+
| Setting | Value |
321
+
| ------- | ----- |
322
+
| **Project details** | |
323
+
| Subscription | Select your subscription.|
324
+
| Resource group | Select **myResourceGroup**. |
325
+
| **Instance details** | |
326
+
| Region | Select **East US**. |
327
+
| Name | Enter *myRouteTablePublic*. |
328
+
| Propagate gateway routes | Select **Yes**. |
329
+
330
+
:::image type="content" source="./media/tutorial-create-route-table-portal/create-route-table.png" alt-text="Screenshot showing Basics tab of Create route table in Azure portal." border="true":::
331
+
332
+
5. Select the **Review + create** tab, or select the blue **Review + create** button at the bottom of the page.
333
+
334
+
## Create a route
335
+
336
+
In this section, you'll create a route in the route table that you created in the previous steps.
337
+
338
+
1. Select **Go to resource** or Search for *myRouteTablePublic* in the portal search box.
339
+
340
+
3. In the **myRouteTablePublic** page, select **Routes** from the **Settings** section.
341
+
342
+
4. In the **Routes** page, select the **+ Add** button.
343
+
344
+
5. In **Add route**, enter or select this information:
In this section, you'll associate the route table that you created in the previous steps to a subnet.
361
+
362
+
1. Search for *myVirtualNetwork* in the portal search box.
363
+
364
+
3. In the **myVirtualNetwork** page, select **Subnets** from the **Settings** section.
365
+
366
+
4. In the virtual network's subnet list, select **Public**.
367
+
368
+
5. In **Route table**, select **myRouteTablePublic** that you created in the previous steps.
369
+
370
+
6. Select **Save** to associate your route table to the **Public** subnet.
371
+
372
+
:::image type="content" source="./media/tutorial-create-route-table-portal/associate-route-table-inline.png" alt-text="Screenshot showing Associate route table to the Public subnet in the virtual network in Azure portal." lightbox="./media/tutorial-create-route-table-portal/associate-route-table-expanded.png":::
373
+
374
374
## Test the routing of network traffic
375
375
376
376
You'll test routing of network traffic using [tracert](/windows-server/administration/windows-commands/tracert) tool from **myVMPublic** VM to **myVMPrivate** VM, and then you'll test the routing in the opposite direction.
0 commit comments