Skip to content

Commit e2e2fe5

Browse files
Merge pull request #253305 from halkazwini/nw-tut
Minor tweaks
2 parents c7b7372 + f26e485 commit e2e2fe5

File tree

4 files changed

+28
-35
lines changed

4 files changed

+28
-35
lines changed

articles/network-watcher/connection-monitor-virtual-machine-scale-set.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
title: 'Tutorial: Monitor network communication with virtual machine scale set - Azure portal'
33
titleSuffix: Azure Network Watcher
44
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
65
author: halkazwini
7-
tags: azure-resource-manager
6+
ms.author: halkazwini
87
ms.service: network-watcher
98
ms.topic: tutorial
10-
ms.workload: infrastructure-services
119
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.
1512
---
1613

1714
# Tutorial: Monitor network communication with a virtual machine scale set using the Azure portal
@@ -306,21 +303,19 @@ Connection monitors have these scale limits:
306303

307304
## Clean up resources
308305

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.
310309

311-
1. In the **Search** box at the top of the Azure portal, enter **myResourceGroup** and then, in the search results list, select it.
312310
1. Select **Delete resource group**.
313-
1. For **Resource group name**, enter **myResourceGroup**, and then select **Delete**.
314311

315-
## Next steps
312+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
316313

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.
318315

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
320317

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:
323319

324320
> [!div class="nextstepaction"]
325321
> [Diagnose communication problems between networks](diagnose-communication-problem-between-networks.md)
326-

articles/network-watcher/diagnose-communication-problem-between-networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this section, you create two virtual network gateways to connect two virtual
3838

3939
1. Sign in to the [Azure portal](https://portal.azure.com).
4040

41-
1. In the search box at the top of the portal, enter ***virtual network gateways***. Select **Virtual network gateways** in the search results.
41+
1. In the search box at the top of the portal, enter ***virtual network gateways***. Select **Virtual network gateways** from the search results.
4242

4343
:::image type="content" source="./media/diagnose-communication-problem-between-networks/virtual-network-gateway-azure-portal.png" alt-text="Screenshot shows searching for virtual network gateways in the Azure portal.":::
4444

@@ -243,4 +243,4 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
243243
To learn how to log network communication to and from a virtual machine so that you can review the logs for anomalies, advance to the next tutorial.
244244

245245
> [!div class="nextstepaction"]
246-
> [Log network traffic to and from a VM](network-watcher-nsg-flow-logging-portal.md)
246+
> [Log network traffic to and from a virtual machine](nsg-flow-logs-tutorial.md)

articles/network-watcher/diagnose-vm-network-routing-problem.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: tutorial
9-
ms.date: 09/28/2023
9+
ms.date: 09/29/2023
1010

11-
# CustomerIntent: As an Azure administrator, I want to diagnose virtual machine (VM) network routing problem that prevents it from communicating with the internet.
11+
#CustomerIntent: As an Azure administrator, I want to diagnose virtual machine (VM) network routing problem that prevents it from communicating with the internet.
1212
---
1313

1414
# Tutorial: Diagnose a virtual machine network routing problem using the Azure portal
@@ -27,17 +27,19 @@ In this tutorial, you learn how to:
2727
2828
If you prefer, you can diagnose a virtual machine network routing problem using the [Azure CLI](diagnose-vm-network-routing-problem-cli.md) or [Azure PowerShell](diagnose-vm-network-routing-problem-powershell.md) versions of the tutorial.
2929

30+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
31+
3032
## Prerequisites
3133

32-
- An Azure account with an active subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
34+
- An Azure account with an active subscription.
3335

3436
## Create a virtual network
3537

3638
In this section, you create a virtual network.
3739

3840
1. Sign in to the [Azure portal](https://portal.azure.com).
3941

40-
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** in the search results.
42+
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** from the search results.
4143

4244
:::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.":::
4345

@@ -277,4 +279,4 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
277279
To learn how to monitor communication between two virtual machines, advance to the next tutorial:
278280

279281
> [!div class="nextstepaction"]
280-
> [Monitor a network connection](monitor-vm-communication.md)
282+
> [Monitor network communication between virtual machines](monitor-vm-communication.md)

articles/network-watcher/monitor-vm-communication.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3030

3131
- An Azure account with an active subscription.
3232

33-
## Sign in to Azure
34-
35-
Sign in to the [Azure portal](https://portal.azure.com).
36-
3733
## Create a virtual network
3834

3935
In this section, you create **myVNet** virtual network with two subnets and an Azure Bastion host. The first subnet is used for the virtual machine, and the second subnet is used for the Bastion host.
4036

41-
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** in the search results.
37+
1. Sign in to the [Azure portal](https://portal.azure.com).
38+
39+
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** from the search results.
4240

4341
:::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.":::
4442

@@ -212,21 +210,19 @@ The connection monitor you created in the previous section monitors the connecti
212210

213211
## Clean up resources
214212

215-
When no longer needed, delete the resource group and all of the resources it contains:
213+
When no longer needed, delete **myResourceGroup** resource group and all of the resources it contains:
216214

217-
1. In the search box at the top of the portal, enter *myResourceGroup*. When you see **myResourceGroup** in the search results, select it.
215+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
218216

219217
1. Select **Delete resource group**.
220218

221-
1. In **Delete a resource group**, enter *myResourceGroup*, and then select **Delete**.
219+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
222220

223221
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
224222

225-
## Next steps
226-
227-
In this tutorial, you learned how to monitor a connection between two virtual machines. You learned that connection monitor detected the connection failure to port 22 on target virtual machine after you stopped it. To learn about all of the different metrics that connection monitor can return, see [Metrics in Azure Monitor](connection-monitor-overview.md#metrics-in-azure-monitor).
223+
## Next step
228224

229-
To learn how to diagnose and troubleshoot problems with virtual network gateways, advance to the next tutorial.
225+
To learn how to monitor virtual machine scale set network communication, advance to the next tutorial:
230226

231227
> [!div class="nextstepaction"]
232-
> [Diagnose communication problems between networks](diagnose-communication-problem-between-networks.md)
228+
> [Monitor network communication with a scale set](diagnose-communication-problem-between-networks.md)

0 commit comments

Comments
 (0)