You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-manage-alerts-previous-version.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The current alert rule wizard is different from the earlier experience:
27
27
- Customers often use the custom email subject to indicate the resource on which the alert fired, instead of using the Log Analytics workspace. Use the [new API](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules/create-or-update#actions) to trigger an alert of the desired resource by using the resource ID column.
28
28
- For more advanced customizations, [use Azure Logic Apps](alerts-logic-apps.md).
29
29
30
+
30
31
## Manage alert rules created in previous versions in the Azure portal
31
32
1. In the [Azure portal](https://portal.azure.com/), select the resource you want.
32
33
1. Under **Monitoring**, select **Alerts**.
@@ -70,10 +71,7 @@ The current alert rule wizard is different from the earlier experience:
70
71
<!-- convertborder later -->
71
72
:::image type="content" source="media/alerts-log/AlertsPreviewSuppress.png" lightbox="media/alerts-log/AlertsPreviewSuppress.png" alt-text="Screenshot that shows the Alert Details pane." border="false":::
72
73
1. To make alerts stateful, select **Automatically resolve alerts (preview)**.
73
-
1. Specify if the alert rule should trigger one or more [action groups](./action-groups.md) when the alert condition is met.
74
-
> [!NOTE]
75
-
> * For limits on the actions that can be performed, see [Azure subscription service limits](../../azure-resource-manager/management/azure-subscription-service-limits.md).
76
-
> * Search results were included in the payload of the triggered alert and its associated notifications. **Notice that**: The **email** included only **10 rows** from the unfiltered results while the **webhook payload** contained **1,000 unfiltered results**.
74
+
1. Specify if the alert rule should trigger one or more [action groups](./action-groups.md) when the alert condition is met. For limits on the actions that can be performed, see [Azure Monitor service limits](../../azure-monitor/service-limits.md).
77
75
1. (Optional) Customize actions in log alert rules:
78
76
- **Custom email subject**: Overrides the *email subject* of email actions. You can't modify the body of the mail and this field *isn't for email addresses*.
79
77
- **Include custom Json payload for webhook**: Overrides the webhook JSON used by action groups, assuming that the action group contains a webhook action. Learn more about [webhook actions for log alerts](./alerts-log-webhook.md).
0 commit comments