Skip to content

Commit cb15fd6

Browse files
Merge pull request #278034 from halkazwini/nw-cm-arm
Migration note and other tweaks
2 parents d3ba951 + 0d6b721 commit cb15fd6

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

articles/network-watcher/connection-monitor-create-using-template.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,21 @@
22
title: Create connection monitor - ARMClient
33
titleSuffix: Azure Network Watcher
44
description: Learn how to create Azure Network Watcher connection monitor using the ARMClient.
5-
services: network-watcher
65
author: halkazwini
6+
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: how-to
99
ms.date: 02/08/2021
10-
ms.custom: engagement-fy23
11-
ms.author: halkazwini
12-
#Customer intent: I need to create a connection monitor to monitor communication between one VM and another.
10+
11+
#CustomerIntent: I need to create a connection monitor to monitor communication between one VM and another.
1312
---
1413

1514
# Create a connection monitor using the ARMClient
1615

17-
> [!IMPORTANT]
18-
> Starting 1 July 2021, you'll not be able to add new tests in an existing workspace or enable a new workspace in Network Performance Monitor. You'll also not be able to add new connection monitors in Connection Monitor (classic). You can continue to use the tests and connection monitors created prior to 1 July 2021. To minimize service disruption to your current workloads, [migrate your tests from Network Performance Monitor ](migrate-to-connection-monitor-from-network-performance-monitor.md) or [migrate from Connection Monitor (classic)](migrate-to-connection-monitor-from-connection-monitor-classic.md) to the new Connection Monitor in Azure Network Watcher before 29 February 2024.
16+
[!INCLUDE [Migrate connection monitor (classic)](../../includes/network-watcher-connection-monitor-classic.md)]
1917

2018
Learn how to create Connection Monitor to monitor communication between your resources using the ARMClient. It supports hybrid and Azure cloud deployments.
2119

22-
2320
## Before you begin
2421

2522
In connection monitors that you create in Connection Monitor, you can add both on-premises machines and Azure VMs as sources. These connection monitors can also monitor connectivity to endpoints. The endpoints can be on Azure or any other URL or IP.
@@ -350,9 +347,9 @@ armclient PUT $ARM/$SUB/$NW/connectionMonitors/$connectionMonitorName/?api-versi
350347

351348
* SUB - Subscription ID of the subscription where you want to create connection monitor
352349

353-
* NW - Network Watcher resource ID in which CM will be created
350+
* NW - Network Watcher resource ID in which CM is created
354351

355-
* location - Region in which connection monitor will be created
352+
* location - Region in which connection monitor is created
356353

357354
* Endpoints
358355
* name – Unique name for each endpoint
@@ -372,7 +369,7 @@ armclient PUT $ARM/$SUB/$NW/connectionMonitors/$connectionMonitorName/?api-versi
372369
* Test Configurations
373370
* name - Name of the test configuration.
374371
* testFrequencySec - Specify how frequently sources will ping destinations on the protocol and port that you specified. You can choose 30 seconds, 1 minute, 5 minutes, 15 minutes, or 30 minutes. Sources will test connectivity to destinations based on the value that you choose. For example, if you select 30 seconds, sources will check connectivity to the destination at least once in a 30-second period.
375-
* protocol - You can choose TCP, ICMP, HTTP or HTTPS. Depending on the protocol, you can do some protocol specific configs
372+
* protocol - You can choose TCP, ICMP, HTTP, or HTTPS. Depending on the protocol, you can do some protocol specific configs
376373

377374
* preferHTTPS - Specify whether to use HTTPS over HTTP, when port used is neither 80 nor 443
378375
* port - Specify the destination port of your choice.

0 commit comments

Comments
 (0)