Skip to content

Commit d2c2b8e

Browse files
committed
urls
1 parent 22edfbd commit d2c2b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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](/cli/azure/monitor/metrics#az-monitor-metrics-list-definitions) command.
4848

4949
```azurecli
5050
# Display available metric definitions for a Standard Load Balancer resource
@@ -54,7 +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 list` command. 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](/cli/azure/monitor/metrics#az-monitor-metrics-list) command. For example, use the `--metric DipAvailability` option to collect the Health Probe Status metric from a Standard Load Balancer.
5858

5959
```azurecli
6060

0 commit comments

Comments
 (0)