Skip to content

Commit 98f807d

Browse files
authored
Update alerts-create-new-alert-rule.md
1 parent 7e375f1 commit 98f807d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,16 +500,16 @@ To use PowerShell to deploy the sample ARM template shown in the [previous secti
500500
New-AzResourceGroupDeployment -ResourceGroupName "myRG" -TemplateFile sampleActivityLogAlert.json -TemplateParameterFile sampleActivityLogAlert.parameters.json
501501
```
502502

503-
The *sampleActivityLogAlert.parameters.json* file contains the values provided for the parameters needed for alert rule creation.
503+
The *sampleActivityLogAlert.parameters.json* file contains values for the parameters that you need for alert rule creation.
504504

505505
## Changes to the log alert rule creation experience
506506

507507
The current alert rule wizard is different from the earlier experience:
508508

509509
- Previously, search results were included in the payload of the triggered alert and its associated notifications. The email included only 10 rows from the unfiltered results while the webhook payload contained 1,000 unfiltered results. To get detailed context information about the alert so that you can decide on the appropriate action:
510510
- We recommend using [Dimensions](alerts-types.md#narrow-the-target-using-dimensions). Dimensions provide the column value that fired the alert, which gives you context for why the alert fired and how to fix the issue.
511-
- When you need to investigate in the logs, use the link in the alert to the search results in Logs.
512-
- If you need the raw search results or for any other advanced customizations, use Logic Apps.
511+
- When you need to investigate in the logs, use the link in the alert to the search results in logs.
512+
- If you need the raw search results or for any other advanced customizations, use Azure Logic Apps.
513513
- The new alert rule wizard doesn't support customization of the JSON payload.
514514
- Use custom properties in the [new API](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules/create-or-update#actions) to add static parameters and associated values to the webhook actions triggered by the alert.
515515
- For more advanced customizations, use Logic Apps.

0 commit comments

Comments
 (0)