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/network-watcher/diagnose-vm-network-routing-problem.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: azure-network-watcher
8
8
ms.topic: tutorial
9
-
ms.date: 10/26/2023
9
+
ms.date: 10/29/2024
10
10
11
11
#CustomerIntent: As an Azure administrator, I want to diagnose virtual machine (VM) network routing problem that prevents it from communicating with the internet.
12
12
---
@@ -15,7 +15,7 @@ ms.date: 10/26/2023
15
15
16
16
In this tutorial, you use Azure Network Watcher [next hop](network-watcher-next-hop-overview.md) tool to troubleshoot and diagnose a VM routing problem that's preventing it from correctly communicating with other resources. Next hop shows you that a [custom route](../virtual-network/virtual-networks-udr-overview.md?toc=/azure/network-watcher/toc.json#custom-routes) caused the routing problem.
17
17
18
-
:::image type="content" source="./media/diagnose-vm-network-routing-problem/next-hop-tutorial-diagram.png" alt-text="Diagram shows the resources created in the tutorial." lightbox="./media/diagnose-vm-network-routing-problem/next-hop-tutorial-diagram.png":::
18
+
:::image type="content" source="./media/diagnose-vm-network-routing-problem/next-hop-tutorial-diagram.png" alt-text="Diagram shows the resources created in the tutorial.":::
19
19
20
20
In this tutorial, you learn how to:
21
21
@@ -45,7 +45,9 @@ In this section, you create a virtual network.
45
45
46
46
:::image type="content" source="./media/diagnose-vm-network-routing-problem/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal.":::
47
47
48
-
1. Select **+ Create**. In **Create virtual network**, enter or select the following values in the **Basics** tab:
48
+
1. Select **+ Create**.
49
+
50
+
1. Enter or select the following values on the **Basics** tab of **Create virtual network**:
49
51
50
52
| Setting | Value |
51
53
| --- | --- |
@@ -54,11 +56,11 @@ In this section, you create a virtual network.
54
56
| Resource Group | Select **Create new**. </br> Enter ***myResourceGroup*** in **Name**. </br> Select **OK**. |
55
57
|**Instance details**||
56
58
| Virtual network name | Enter ***myVNet***. |
57
-
| Region | Select **East US**. |
59
+
| Region | Select **(US) East US**. |
58
60
59
61
1. Select the **IP Addresses** tab, or select **Next** button at the bottom of the page twice.
60
62
61
-
1. Enter the following values in the **IP Addresses** tab:
63
+
1. Enter the following values on the **IP Addresses** tab:
62
64
63
65
| Setting | Value |
64
66
| --- | --- |
@@ -72,25 +74,27 @@ In this section, you create a virtual network.
72
74
73
75
## Create virtual machines
74
76
75
-
In this section, you create two virtual machines: **myVM** and **myNVA**. You use **myVM** virtual machine to test the communication from. **myNVA** virtual machine is used as a network virtual appliance in the scenario.
77
+
In this section, you create two virtual machines:
78
+
-**myVM**: to test the communication from.
79
+
-**myNVA**: to use as a network virtual appliance.
76
80
77
81
### Create first virtual machine
78
82
79
83
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
80
84
81
85
1. Select **+ Create** and then select **Azure virtual machine**.
82
86
83
-
1.In **Create a virtual machine**, enter or select the following values in the **Basics** tab:
87
+
1.Enter or select the following values on the **Basics** tab of **Create a virtual machine**:
84
88
85
89
| Setting | Value |
86
90
| --- | --- |
87
91
|**Project Details**||
88
92
| Subscription | Select your Azure subscription. |
0 commit comments