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-alert-instances.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.reviewer: harelbr
7
7
---
8
8
# Manage your alert instances
9
9
The **Alerts** page summarizes all alert instances in all your Azure resources generated in the last 30 days. Alerts are stored for 30 days and are deleted after the 30-day retention period.
10
-
For stateful alerts, while the alert itself is deleted after 30 days, and is not viewable on the alerts page, the monitor condition is stored until the alert is resolved, to prevent firing another alert, and so that notifications can be sent when the alert is resolved. For more information, see [Alerts and state](alerts-overview.md#alerts-and-state).
10
+
For stateful alerts, while the alert itself is deleted after 30 days, and is not viewable on the alerts page, the alert condition is stored until the alert is resolved, to prevent firing another alert, and so that notifications can be sent when the alert is resolved. For more information, see [Alerts and state](alerts-overview.md#alerts-and-state).
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Alerts consist of:
38
38
- Secure webhooks.
39
39
- Webhooks.
40
40
- Event hubs.
41
-
-**Alert conditions**: These conditions are set by the system. When an alert fires, the alert's monitor condition is set to **fired**. After the underlying condition that caused the alert to fire clears, the monitor condition is set to **resolved**.
41
+
-**Alert conditions**: These conditions are set by the system. When an alert fires, the alertcondition is set to **fired**. After the underlying condition that caused the alert to fire clears, the alert condition is set to **resolved**.
42
42
-**User response**: The response is set by the user and doesn't change until the user changes it.
43
43
-**Alert processing rules**: You can use alert processing rules to make modifications to triggered alerts as they're being fired. You can use alert processing rules to add or suppress action groups, apply filters, or have the rule processed on a predefined schedule.
44
44
## Types of alerts
@@ -62,7 +62,7 @@ Alerts can be stateful or stateless.
62
62
Alerts are stored for 30 days and are deleted after the 30-day retention period.
63
63
64
64
### Stateless alerts
65
-
Stateless alerts fire each time the condition is met. The monitor condition for all stateless alerts is always `fired`.
65
+
Stateless alerts fire each time the condition is met. The alert condition for all stateless alerts is always `fired`.
66
66
67
67
- All activity log alerts are stateless.
68
68
- The frequency of notifications for stateless metric alerts differs based on the alert rule's configured frequency:
@@ -71,9 +71,9 @@ Stateless alerts fire each time the condition is met. The monitor condition for
71
71
72
72
### Stateful alerts
73
73
Stateful alerts fire when the rule conditions are met, and will not fire again or trigger any more actions until the conditions are resolved.
74
-
The monitor condition for stateful alerts is `fired`, until it is considered resolved. When an alert is considered resolved, the alert rule sends out a resolved notification by using webhooks or email, and the monitor condition is set to `resolved`.
74
+
The alert condition for stateful alerts is `fired`, until it is considered resolved. When an alert is considered resolved, the alert rule sends out a resolved notification by using webhooks or email, and the alert condition is set to `resolved`.
75
75
76
-
For stateful alerts, while the alert itself is deleted after 30 days, the monitor condition is stored until the alert is resolved, to prevent firing another alert, and so that notifications can be sent when the alert is resolved.
76
+
For stateful alerts, while the alert itself is deleted after 30 days, the alert condition is stored until the alert is resolved, to prevent firing another alert, and so that notifications can be sent when the alert is resolved.
77
77
78
78
This table describes when a stateful alert is considered resolved:
0 commit comments