Skip to content

Commit 0d6b721

Browse files
committed
acrolinx tweaks
1 parent 86a0aeb commit 0d6b721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ armclient PUT $ARM/$SUB/$NW/connectionMonitors/$connectionMonitorName/?api-versi
347347

348348
* SUB - Subscription ID of the subscription where you want to create connection monitor
349349

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

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

354354
* Endpoints
355355
* name – Unique name for each endpoint
@@ -369,7 +369,7 @@ armclient PUT $ARM/$SUB/$NW/connectionMonitors/$connectionMonitorName/?api-versi
369369
* Test Configurations
370370
* name - Name of the test configuration.
371371
* 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.
372-
* 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
373373

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

0 commit comments

Comments
 (0)