Skip to content

Commit c19fd87

Browse files
committed
Fixed some reported issues
1 parent 983d28f commit c19fd87

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-metric-overview.md" ,
105-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#metric-alerts",
105+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
106106
"redirect_document_id": false
107107
},
108108
{
@@ -112,12 +112,12 @@
112112
},
113113
{
114114
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-unified-log.md" ,
115-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#log-alerts",
115+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
116116
"redirect_document_id": false
117117
},
118118
{
119119
"source_path_from_root": "/articles/azure-monitor/alerts/activity-log-alerts.md" ,
120-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#activity-log-alerts",
120+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
121121
"redirect_document_id": false
122122
},
123123
{

articles/azure-monitor/alerts/alerts-log.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ You can also [create log alert rules using Azure Resource Manager templates](../
118118
> [!NOTE]
119119
> This section above describes creating alert rules using the new alert rule wizard.
120120
> The new alert rule experience is a little different than the old experience. Please note these changes:
121-
> - Previously, search results were included in the payloads of the triggered alert and its associated notifications. This was a limited and error prone solution. To get detailed context information about the alert so that you can decide on the appropriate action :
122-
> - The recommended best practice it to use [Dimensions](alerts-unified-log.md#split-by-alert-dimensions). Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
123-
> - When you need to investigate in the logs, use the link in the alert to the search results in Logs.
124-
> - If you need the raw search results or for any other advanced customizations, use Logic Apps.
121+
> - Previously, search results were included in the payloads of the triggered alert and its associated notifications. This was a limited solution, since the email included only 10 rows from the unfiltered results while the webhook payload contained 1000 unfiltered results.
122+
> To get detailed context information about the alert so that you can decide on the appropriate action :
123+
> - We recommend using [Dimensions](alerts-unified-log.md#split-by-alert-dimensions). Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
124+
> - When you need to investigate in the logs, use the link in the alert to the search results in Logs.
125+
> - If you need the raw search results or for any other advanced customizations, use Logic Apps.
125126
> - The new alert rule wizard does not support customization of the JSON payload.
126127
> - 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.
127128
> - For more advanced customizations, use Logic Apps.

0 commit comments

Comments
 (0)