Skip to content

Commit 8e20125

Browse files
committed
Fix links
1 parent 7dba24c commit 8e20125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/alerts/alerts-create-rule-cli-powershell-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You can create a new alert rule using the [Azure CLI](/cli/azure/get-started-wit
1717
1. In the [portal](https://portal.azure.com/), select **Cloud Shell**. At the prompt, use these.
1818

1919
- To create a metric alert rule, use the [az monitor metrics alert create](/cli/azure/monitor/metrics/alert) command.
20-
- To create a log alert rule, use the [az monitor scheduled-query create](/cli/azure/monitor/scheduled-query?view=azure-cli-latest#az-monitor-scheduled-query-create) command.
21-
- To create an activity log alert rule, use the [az monitor activity-log alert create](cli/azure/monitor/activity-log/alert?view=azure-cli-latest#az-monitor-activity-log-alert-create) command.
20+
- To create a log alert rule, use the [az monitor scheduled-query create](/cli/azure/monitor/scheduled-query) command.
21+
- To create an activity log alert rule, use the [az monitor activity-log alert create](/cli/azure/monitor/activity-log/alert) command.
2222

2323
For example, to create a metric alert rule that monitors if average Percentage CPU on a VM is greater than 90:
2424
```azurecli

0 commit comments

Comments
 (0)