Skip to content

Commit e191c27

Browse files
committed
URL
1 parent ebde229 commit e191c27

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ For metric definitions and further details, refer to [Monitoring load balancer d
4646

4747
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

49-
[az monitor metrics](/cli/azure/monitor/metrics#az-monitor-metrics-list-examples)
50-
51-
[az monitor metrics](/cli/azure/monitor/metrics#az-monitor-metrics-list)
52-
5349
```azurecli
5450
# Display available metric definitions for a Standard Load Balancer resource
5551
@@ -58,7 +54,7 @@ az monitor metrics list-definitions --resource <resource_id>
5854
>[!NOTE]
5955
>In the all the following examples, replace **<resource_id>** with the unique resource id of your Standard Load Balancer.
6056
61-
To retrieve Standard Load Balancer metrics for a resource, you can use the `az monitor metrics list` command.
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.
6258

6359
For example, use the `--metric DipAvailability` option to collect the Health Probe Status metric from a Standard Load Balancer.
6460

0 commit comments

Comments
 (0)