Skip to content

Commit 9c738ac

Browse files
committed
Typos
1 parent e191c27 commit 9c738ac

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/load-balancer/load-balancer-monitor-metrics-cli.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For metric definitions and further details, refer to [Monitoring load balancer d
4444
## CLI examples for Load Balancer metrics
4545
<!-- Introduction paragraph -->
4646

47-
The [az monitor metrics](/cli/azure/monitor/metrics) command is used to view Azure resource metrics. To see the metric definitions available for a Standard Load Balancer, you run the `az monitor metrics list-definitions` command.
47+
The [az monitor metrics](/cli/azure/monitor/metrics/) command is used to view Azure resource metrics. To see the metric definitions available for a Standard Load Balancer, you run the `az monitor metrics list-definitions` command.
4848

4949
```azurecli
5050
# Display available metric definitions for a Standard Load Balancer resource
@@ -54,9 +54,7 @@ az monitor metrics list-definitions --resource <resource_id>
5454
>[!NOTE]
5555
>In the all the following examples, replace **<resource_id>** with the unique resource id of your Standard Load Balancer.
5656
57-
To retrieve Standard Load Balancer metrics for a resource, you can use the [az monitor metrics](/cli/azure/monitor/metrics#az-monitor-metrics-list) command.
58-
59-
For example, use the `--metric DipAvailability` option to collect the Health Probe Status metric from a Standard Load Balancer.
57+
To retrieve Standard Load Balancer metrics for a resource, you can use the `az monitor metrics list` command. For example, use the `--metric DipAvailability` option to collect the Health Probe Status metric from a Standard Load Balancer.
6058

6159
```azurecli
6260
@@ -65,7 +63,7 @@ For example, use the `--metric DipAvailability` option to collect the Health Pro
6563
az monitor metrics list --resource <resource_id> --metric DipAvailability
6664
```
6765

68-
When you run the above command, the output for Health Probe status will be like to the following output:
66+
When you run the above command, the output for Health Probe status will be like the following output:
6967
```output
7068
user@Azure:~$ az monitor metrics list --resource <resource_id> --metric DipAvailability
7169
{

0 commit comments

Comments
 (0)