Skip to content

Commit 81683b4

Browse files
committed
alert state edit
1 parent 6e05960 commit 81683b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-monitor/alerts/alerts-manage-alert-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: harelbr
77
---
88
# Manage your alert instances
99
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).
1111

1212
You can get to the **Alerts** page in a few ways:
1313

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Alerts consist of:
3838
- Secure webhooks.
3939
- Webhooks.
4040
- 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 alert condition is set to **fired**. After the underlying condition that caused the alert to fire clears, the alert condition is set to **resolved**.
4242
- **User response**: The response is set by the user and doesn't change until the user changes it.
4343
- **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.
4444
## Types of alerts
@@ -62,7 +62,7 @@ Alerts can be stateful or stateless.
6262
Alerts are stored for 30 days and are deleted after the 30-day retention period.
6363

6464
### 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`.
6666

6767
- All activity log alerts are stateless.
6868
- 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
7171

7272
### Stateful alerts
7373
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`.
7575

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.
7777

7878
This table describes when a stateful alert is considered resolved:
7979

0 commit comments

Comments
 (0)