Skip to content

Commit 224c433

Browse files
committed
Update connection-monitor-virtual-machine-scale-set.md
1 parent dfbe5d3 commit 224c433

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Tutorial - Monitor network communication using the Azure portal using VM scale set
2+
title: Tutorial - Monitor network communication using the Azure portal using Virtual machine scale set
33
description: In this tutorial, learn how to monitor network communication between two virtual machine scale sets with Azure Network Watcher's connection monitor capability.
44
services: network-watcher
55
documentationcenter: na
66
author: mjha
77
editor: ''
88
tags: azure-resource-manager
9-
# Customer intent: I need to monitor communication between a VM scale set and another VM. If the communication fails, I need to know why, so that I can resolve the problem.
9+
# Customer intent: I need to monitor communication between a Virtual machine scale set and another VM. If the communication fails, I need to know why, so that I can resolve the problem.
1010

1111
ms.service: network-watcher
1212
ms.topic: tutorial
@@ -28,8 +28,8 @@ ms.custom: mvc
2828
Successful communication between a virtual machine scale set (VMSS) and an endpoint such as another VM, can be critical for your organization. Sometimes, configuration changes are introduced which can break communication. In this tutorial, you learn how to:
2929

3030
> [!div class="checklist"]
31-
> * Create a VM scale set and a VM
32-
> * Monitor communication between VM scale set and VM with Connection Monitor
31+
> * Create a Virtual machine scale set and a VM
32+
> * Monitor communication between Virtual machine scale set and VM with Connection Monitor
3333
> * Generate alerts on Connection Monitor metrics
3434
> * Diagnose a communication problem between two VMs, and learn how you can resolve it
3535
@@ -39,9 +39,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3939

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

42-
## Create a VM scale set
42+
## Create a Virtual machine scale set
4343

44-
Create a VM scale set
44+
Create a Virtual machine scale set
4545

4646
## Create a load balancer
4747

@@ -188,7 +188,7 @@ In the Azure portal, to create a test group in a connection monitor, you specify
188188

189189
When you select a VNET, subnet, a single VM or a virtual machine scale set the corresponding resource ID is set as the endpoint. By default, all VMs in the selected VNET or subnet participate in monitoring. To reduce the scope, either select specific subnets or agents or change the value of the scope property.
190190

191-
:::image type="content" source="./media/connection-monitor-2-preview/add-sources-1.png" alt-text="Screenshot that shows the Add Sources pane and the Azure endpoints including V M S S tab in Connection Monitor.":::
191+
:::image type="content" source="./media/connection-monitor-2-preview/add-sources-1.png" alt-text="Screenshot that shows the Add Sources pane and the Azure endpoints including VMSS tab in Connection Monitor.":::
192192

193193
* To choose on-premises agents, select the **Non–Azure endpoints** tab. By default, agents are grouped into workspaces by region. All these workspaces have the Network Performance Monitor configured.
194194

@@ -249,11 +249,11 @@ In the Azure portal, to create a test group in a connection monitor, you specify
249249
:::image type="content" source="./media/connection-monitor-2-preview/add-test-config.png" alt-text="Screenshot that shows where to set up a test configuration in Connection Monitor.":::
250250

251251
* **Test Groups**: You can add one or more Test Groups to a Connection Monitor. These test groups can consist of multiple Azure or Non-Azure endpoints.
252-
* For selected Azure VMs or Azure virtual machine scale sets and Non-Azure endpoints without monitoring extensions, the extension for Azure VMs and the NPM solution for Non-Azure endpoints will be auto enablement once the creation of Connection Monitor begins.
252+
* For selected Azure VMs or Azure virtual machine scale sets and Non-Azure endpoints without monitoring extensions, the extension for Azure VMs and the Network Performance Monitor solution for Non-Azure endpoints will be auto enablement once the creation of Connection Monitor begins.
253253
* In case the virtual machine scale set selected is set for manual upgradation, the user will have to upgrade the scale set post Network Watcher extension installation in order to continue setting up the Connection Monitor with virtual machine scale set as endpoints. In-case the virtual machine scale set is set to auto upgradation, the user need not worry about any upgradation after Network Watcher extension installation.
254254
* In the scenario mentioned above, user can consent to auto upgradation of virtual machine scale set with auto enablement of Network Watcher extension during the creation of Connection Monitor for Virtual Machine scale sets with manual upgradation. This would eliminate the need for the user to manually upgrade the virtual machine scale set after installing the Network Watcher extension.
255255

256-
:::image type="content" source="./media/connection-monitor-2-preview/consent-vmss-auto-upgrade.png" alt-text="Screenshot that shows where to set up a test groups and consent for auto-upgradation of V M S S in Connection Monitor.":::
256+
:::image type="content" source="./media/connection-monitor-2-preview/consent-vmss-auto-upgrade.png" alt-text="Screenshot that shows where to set up a test groups and consent for auto-upgradation of VMSS in Connection Monitor.":::
257257

258258
## Create alerts in Connection Monitor
259259

@@ -276,9 +276,9 @@ In the Azure portal, to create alerts for a connection monitor, you specify valu
276276
:::image type="content" source="./media/connection-monitor-2-preview/unified-enablement-create.png" alt-text="Screenshot that shows the Create alert tab in Connection Monitor.":::
277277

278278
Once all the steps are completed, the process will proceed with unified enablement of monitoring extensions for all endpoints without monitoring agents enabled, followed by creation of Connection Monitor.
279-
Once the creation process is successful , it will take ~ 5 mins for the connection monitor to show up on the dashboard.
279+
Once the creation process is successful, it will take ~ 5 mins for the connection monitor to show up on the dashboard.
280280

281-
## VM scale set coverage
281+
## Virtual machine scale set coverage
282282

283283
Currently, Connection Monitor provides default coverage for the scale set instances selected as endpoints. What this means is, only a default % of all the scale set instances added would be randomly selected to monitor connectivity from the scale set to the endpoint.
284284
As a best practice, to avoid loss of data due to downscaling of instances, it is advised to select ALL instances in a scale set while creating a test group instead of selecting particular few for monitoring your endpoints.
@@ -303,7 +303,7 @@ When no longer needed, delete the resource group and all of the resources it con
303303

304304
## Next steps
305305

306-
In this tutorial, you learned how to monitor a connection between a VM scale set and a VM. You learned that a network security group rule prevented communication to a VM. To learn about all of the different responses 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.
306+
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. To learn about all of the different responses 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.
307307

308308
* Learn [how to analyze monitoring data and set alerts](./connection-monitor-overview.md#analyze-monitoring-data-and-set-alerts).
309309
* Learn [how to diagnose problems in your network](./connection-monitor-overview.md#diagnose-issues-in-your-network).

0 commit comments

Comments
 (0)