Skip to content

Commit 772f96e

Browse files
jpiyaliAbbyMSFT
andauthored
Update articles/azure-monitor/alerts/alerts-troubleshoot-metric.md
Accepting suggestion to split the content. Co-authored-by: AbbyMSFT <[email protected]>
1 parent 72e5b34 commit 772f96e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-monitor/alerts/alerts-troubleshoot-metric.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ Metric alerts are stateful by default, so other alerts aren't fired if there's a
113113
- If you create the alert rule programmatically, for example, via [Azure Resource Manager](./alerts-metric-create-templates.md), [PowerShell](/powershell/module/az.monitor/), [REST](/rest/api/monitor/metricalerts/createorupdate), or the [Azure CLI](/cli/azure/monitor/metrics/alert), set the `autoMitigate` property to `False`.
114114
- If you create the alert rule via the Azure portal, clear the **Automatically resolve alerts** option under the **Alert rule details** section.
115115

116-
<sup>1</sup> For stateless metric alert rules, the frequency of alert notifications is derived from the frequency of alert rules. For alert rule with frequency less than 5 minutes, we can expect a notification every 1 minute to maximum 6 minutes while the alert condition is still met. For alert rule with frequency greater than or equal to 5 minutes, we can expect a notification between 1 x frequency to 2 x frequency while the alert condition is still met. For example, for an alert rule with frequency 15 minutes, we can expect a notification between 15 to 30 minutes.
116+
<sup>1</sup>The frequency of notifications for stateless metric alerts differs based on the alert rule's configured frequency:
117+
**Alert frequency of less than 5 minutes**: While the condition continues to be met, a notification is sent somewhere between one and six minutes.
118+
**Alert frequency of more than 5 minutes**: While the condition continues to be met, a notification is sent between the configured frequency and double the frequency. For example, for an alert rule with a frequency of 15 minutes, a notification is sent somewhere between 15 to 30 minutes.
117119

118120
> [!NOTE]
119121
> Making a metric alert rule stateless prevents fired alerts from becoming resolved. So, even after the condition isn't met anymore, the fired alerts remain in a fired state until the 30-day retention period.

0 commit comments

Comments
 (0)