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/monitor-vm-communication.md
+11-11Lines changed: 11 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: 09/29/2023
9
+
ms.date: 09/30/2024
10
10
11
11
#CustomerIntent: As an Azure administrator, I want to monitor the communication between two virtual machines in Azure so I can be alerted if the communication fails to take actions. I alow want to know why the communication failed, so that I can resolve the problem.
12
12
---
@@ -23,7 +23,7 @@ In this tutorial, you learn how to:
23
23
> * Monitor communication between the two virtual machines
24
24
> * Diagnose a communication problem between the two virtual machines
25
25
26
-
:::image type="content" source="./media/monitor-vm-communication/monitor-vm-connection-tutorial-diagram.png" alt-text="Diagram shows the resources created in the tutorial." lightbox="./media/monitor-vm-communication/monitor-vm-connection-tutorial-diagram.png":::
26
+
:::image type="content" source="./media/monitor-vm-communication/monitor-vm-connection-tutorial-diagram.png" alt-text="Diagram shows the resources created in the tutorial.":::
27
27
28
28
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29
29
@@ -39,7 +39,7 @@ In this section, you create **myVNet** virtual network with two subnets and an A
39
39
40
40
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** from the search results.
41
41
42
-
:::image type="content" source="./media/monitor-vm-communication/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal.":::
42
+
:::image type="content" source="./media/monitor-vm-communication/virtual-network-azure-portal.png" alt-text="Screenshot shows how to search for virtual networks in the Azure portal." lightbox="./media/monitor-vm-communication/virtual-network-azure-portal.png":::
43
43
44
44
1. Select **+ Create**. In **Create virtual network**, enter or select the following values in the **Basics** tab:
45
45
@@ -122,7 +122,7 @@ In this section, you create a connection monitor to monitor communication over T
122
122
123
123
1. Select **+ Create**.
124
124
125
-
:::image type="content" source="./media/monitor-vm-communication/connection-monitor.png" alt-text="Screenshot shows Connection monitor page in the Azure portal.":::
125
+
:::image type="content" source="./media/monitor-vm-communication/connection-monitor.png" alt-text="Screenshot shows Connection monitor page in the Azure portal." lightbox="./media/monitor-vm-communication/connection-monitor.png":::
126
126
127
127
1. Enter or select the following information in the **Basics** tab of **Create Connection Monitor**:
128
128
@@ -136,7 +136,7 @@ In this section, you create a connection monitor to monitor communication over T
136
136
| Region | Select **(US) East US**. |
137
137
| Workspace configuration | Leave the default. |
138
138
139
-
:::image type="content" source="./media/monitor-vm-communication/create-connection-monitor-basics.png" alt-text="Screenshot shows the Basics tab of creating a connection monitor in the Azure portal.":::
139
+
:::image type="content" source="./media/monitor-vm-communication/create-connection-monitor-basics.png" alt-text="Screenshot shows the Basics tab of creating a connection monitor in the Azure portal." lightbox="./media/monitor-vm-communication/create-connection-monitor-basics.png":::
140
140
141
141
1. Select the **Test groups** tab, or select **Next: Test groups** button.
142
142
@@ -146,7 +146,7 @@ In this section, you create a connection monitor to monitor communication over T
146
146
147
147
1. In the **Add sources** page, select **myVM1** as the source endpoint, and then select **Add endpoints**.
148
148
149
-
:::image type="content" source="./media/monitor-vm-communication/add-source-endpoint.png" alt-text="Screenshot shows how to add a source endpoint for a connection monitor in the Azure portal.":::
149
+
:::image type="content" source="./media/monitor-vm-communication/add-source-endpoint.png" alt-text="Screenshot shows how to add a source endpoint for a connection monitor in the Azure portal." lightbox="./media/monitor-vm-communication/add-source-endpoint.png":::
150
150
151
151
> [!NOTE]
152
152
> You can use **Subscription**, **Resource group**, **VNET**, or **Subnet** filters to narrow down the list of virtual machines.
@@ -160,15 +160,15 @@ In this section, you create a connection monitor to monitor communication over T
160
160
| Destination port | Enter *22*. |
161
161
| Test frequency | Select the default **Every 30 seconds**. |
162
162
163
-
:::image type="content" source="./media/monitor-vm-communication/add-test-configuration.png" alt-text="Screenshot shows how to add a test configuration for a connection monitor in the Azure portal.":::
163
+
:::image type="content" source="./media/monitor-vm-communication/add-test-configuration.png" alt-text="Screenshot shows how to add a test configuration for a connection monitor in the Azure portal." lightbox="./media/monitor-vm-communication/add-test-configuration.png":::
164
164
165
165
1. Select **Add test configuration**.
166
166
167
167
1. In the **Add test group details** page, select **Add destinations** to add the destination virtual machine.
168
168
169
169
1. In the **Add Destinations** page, select **myVM2** as the destination endpoint, and then select **Add endpoints**.
170
170
171
-
:::image type="content" source="./media/monitor-vm-communication/add-destination-endpoint.png" alt-text="Screenshot shows how to add a destination endpoint for a connection monitor in the Azure portal.":::
171
+
:::image type="content" source="./media/monitor-vm-communication/add-destination-endpoint.png" alt-text="Screenshot shows how to add a destination endpoint for a connection monitor in the Azure portal." lightbox="./media/monitor-vm-communication/add-destination-endpoint.png":::
172
172
173
173
> [!NOTE]
174
174
> In addition to the **Subscription**, **Resource group**, **VNET**, and **Subnet** filters, you can use the **Region** filter to narrow down the list of virtual machines.
@@ -183,11 +183,11 @@ In this section, you view all the details of the connection monitor that you cre
183
183
184
184
1. Go to the **Connection monitor** page. If you don't see **myConnectionMonitor** in the list of connection monitors, wait a few minutes, then select **Refresh**.
185
185
186
-
:::image type="content" source="./media/monitor-vm-communication/new-connection-monitor.png" alt-text="Screenshot shows the new connection monitor that you've just created." lightbox="./media/monitor-vm-communication/new-connection-monitor.png":::
186
+
:::image type="content" source="./media/monitor-vm-communication/new-connection-monitor.png" alt-text="Screenshot shows the new connection monitor." lightbox="./media/monitor-vm-communication/new-connection-monitor.png":::
187
187
188
188
1. Select **myConnectionMonitor** to see the performance metrics of the connection monitor like round trip time and percentage of failed checks
189
189
190
-
:::image type="content" source="./media/monitor-vm-communication/connection-monitor-summary.png" alt-text="Screenshot shows the new connection monitor." lightbox="./media/monitor-vm-communication/connection-monitor-summary.png":::
190
+
:::image type="content" source="./media/monitor-vm-communication/connection-monitor-summary.png" alt-text="Screenshot that shows the summary page of the new connection monitor." lightbox="./media/monitor-vm-communication/connection-monitor-summary.png":::
191
191
192
192
1. Select **Time Intervals** to adjust the time range to see the performance metrics for a specific time period. Available time intervals are **Last 1 hour**, **Last 6 hours**, **Last 24 hours**, **Last 7 days**, and **Last 30 days**. You can also select **Custom** to specify a custom time range.
193
193
@@ -226,4 +226,4 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
226
226
To learn how to monitor virtual machine scale set network communication, advance to the next tutorial:
227
227
228
228
> [!div class="nextstepaction"]
229
-
> [Monitor network communication with a scale set](diagnose-communication-problem-between-networks.md)
229
+
> [Diagnose communication problems between networks](diagnose-communication-problem-between-networks.md)
0 commit comments