|
2 | 2 | title: 'Tutorial: Monitor network communication with virtual machine scale set - Azure portal'
|
3 | 3 | titleSuffix: Azure Network Watcher
|
4 | 4 | description: In this tutorial, you'll learn how to use Azure Network Watcher connection monitor tool to monitor network communication with a virtual machine scale set using the Azure portal.
|
5 |
| -services: network-watcher |
6 | 5 | author: halkazwini
|
7 |
| -tags: azure-resource-manager |
| 6 | +ms.author: halkazwini |
8 | 7 | ms.service: network-watcher
|
9 | 8 | ms.topic: tutorial
|
10 |
| -ms.workload: infrastructure-services |
11 | 9 | ms.date: 01/25/2023
|
12 |
| -ms.author: halkazwini |
13 |
| -ms.custom: template-tutorial, mvc, engagement-fy23 |
14 |
| -# Customer intent: I need to monitor communication between a virtual machine scale set and a virtual machine. If the communication fails, I need to know why, so that I can resolve the problem. |
| 10 | + |
| 11 | +#CustomerIntent: I need to monitor communication between a virtual machine scale set and a virtual machine. If the communication fails, I need to know why, so that I can resolve the problem. |
15 | 12 | ---
|
16 | 13 |
|
17 | 14 | # Tutorial: Monitor network communication with a virtual machine scale set using the Azure portal
|
@@ -306,21 +303,19 @@ Connection monitors have these scale limits:
|
306 | 303 |
|
307 | 304 | ## Clean up resources
|
308 | 305 |
|
309 |
| -When you no longer need the resources, delete the resource group and all the resources it contains: |
| 306 | +When no longer needed, delete **myResourceGroup** resource group and all of the resources it contains: |
| 307 | + |
| 308 | +1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results. |
310 | 309 |
|
311 |
| -1. In the **Search** box at the top of the Azure portal, enter **myResourceGroup** and then, in the search results list, select it. |
312 | 310 | 1. Select **Delete resource group**.
|
313 |
| -1. For **Resource group name**, enter **myResourceGroup**, and then select **Delete**. |
314 | 311 |
|
315 |
| -## Next steps |
| 312 | +1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**. |
316 | 313 |
|
317 |
| -In this tutorial, you learned how to monitor a connection between a virtual machine scale set and a VM. You learned that a network security group rule prevented communication to a VM. |
| 314 | +1. Select **Delete** to confirm the deletion of the resource group and all its resources. |
318 | 315 |
|
319 |
| -To learn about all the different responses a connection monitor can return, see [response types](network-watcher-connectivity-overview.md#response). You can also monitor a connection between a VM, a fully qualified domain name, a uniform resource identifier, or an IP address. See also: |
| 316 | +## Next step |
320 | 317 |
|
321 |
| -* [Analyze monitoring data and set alerts](./connection-monitor-overview.md#analyze-monitoring-data-and-set-alerts) |
322 |
| -* [Diagnose problems in your network](./connection-monitor-overview.md#diagnose-issues-in-your-network) |
| 318 | +To learn how to diagnose and troubleshoot problems with virtual network gateways, advance to the next tutorial: |
323 | 319 |
|
324 | 320 | > [!div class="nextstepaction"]
|
325 | 321 | > [Diagnose communication problems between networks](diagnose-communication-problem-between-networks.md)
|
326 |
| -
|
0 commit comments