Skip to content

Commit 8ce92f2

Browse files
Merge pull request #211187 from AbbyMSFT/log-alert-state
Clarified how to make a log alert stateful
2 parents 5aeb27a + ac381ce commit 8ce92f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ And then defining these elements for the resulting alert actions using:
220220
|Field |Description |
221221
|---------|---------|
222222
|Enable upon creation| Select for the alert rule to start running as soon as you're done creating it.|
223-
|Automatically resolve alerts (preview) |Select to resolve the alert when the condition isn't met anymore.|
223+
|Automatically resolve alerts (preview) |Select to make the alert stateful. The alert is resolved when the condition isn't met anymore.|
224224
1. (Optional) If you have configured action groups for this alert rule, you can add custom properties to the alert payload to add additional information to the payload. In the **Custom properties** section, add the property **Name** and **Value** for the custom property you want included in the payload.
225225

226226

@@ -236,7 +236,7 @@ And then defining these elements for the resulting alert actions using:
236236
|Field |Description |
237237
|---------|---------|
238238
|Enable upon creation| Select for the alert rule to start running as soon as you're done creating it.|
239-
|Automatically resolve alerts (preview) |Select to resolve the alert when the condition isn't met anymore.|
239+
|Automatically resolve alerts (preview) |Select to make the alert stateful. The alert is resolved when the condition isn't met anymore.|
240240
|Mute actions |Select to set a period of time to wait before alert actions are triggered again. If you select this checkbox, the **Mute actions for** field appears to select the amount of time to wait after an alert is fired before triggering actions again.|
241241
|Check workspace linked storage|Select if logs workspace linked storage for alerts is configured. If no linked storage is configured, the rule isn't created.|
242242

includes/azure-monitor-tutorial-alert-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Configure different settings for the alert rule in the **Alert rule details** se
1313
- **Subscription** and **Resource group** where the alert rule will be stored. This doesn't need to be in the same resource group as the resource that you're monitoring.
1414
- **Severity** for the alert. The severity allows you to group alerts with a similar relative importance. A severity of **Error** is appropriate for an unresponsive virtual machine.
1515
- Keep the box checked to **Enable alert upon creation**.
16-
- Keep the box checked to **Automatically resolve alerts**. This will automatically resolve the alert when the metric value drops below the threshold.
16+
- Keep the box checked to **Automatically resolve alerts**. This will make the alert stateful, which means that the alert is resolved when the condition isn't met anymore.

0 commit comments

Comments
 (0)