Skip to content

Commit 95f7883

Browse files
authored
Merge pull request #202576 from harelbr/patch-143
Correction to min freq of stateless rules
2 parents 48178b6 + 1264d24 commit 95f7883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Common issues with Azure Monitor metric alerts and possible solutio
44
author: harelbr
55
ms.author: harelbr
66
ms.topic: troubleshooting
7-
ms.date: 5/25/2022
7+
ms.date: 6/23/2022
88
ms:reviwer: harelbr
99
---
1010
# Troubleshooting problems in Azure Monitor metric alerts
@@ -109,7 +109,7 @@ Metric alerts are stateful by default, and therefore additional alerts are not f
109109
- If you're creating the alert rule programmatically (for example, via [Resource Manager](./alerts-metric-create-templates.md), [PowerShell](/powershell/module/az.monitor/), [REST](/rest/api/monitor/metricalerts/createorupdate), [CLI](/cli/azure/monitor/metrics/alert)), set the *autoMitigate* property to 'False'.
110110
- If you're creating the alert rule via the Azure portal, uncheck the 'Automatically resolve alerts' option (available under the 'Alert rule details' section).
111111

112-
<sup>1</sup> For stateless metric alert rules, an alert will trigger once every 5 minutes at a minimum, even if the frequency of evaluation is equal or less than 5 minutes and the condition is still being met.
112+
<sup>1</sup> For stateless metric alert rules, an alert will trigger once every 10 minutes at a minimum, even if the frequency of evaluation is equal or less than 5 minutes and the condition is still being met.
113113

114114
> [!NOTE]
115115
> Making a metric alert rule stateless prevents fired alerts from becoming resolved, so even after the condition isn’t met anymore, the fired alerts will remain in a fired state until the 30 days retention period.
@@ -394,4 +394,4 @@ The table below lists the metrics that aren't supported by dynamic thresholds.
394394

395395
## Next steps
396396

397-
- For general troubleshooting information about alerts and notifications, see [Troubleshooting problems in Azure Monitor alerts](alerts-troubleshoot.md).
397+
- For general troubleshooting information about alerts and notifications, see [Troubleshooting problems in Azure Monitor alerts](alerts-troubleshoot.md).

0 commit comments

Comments
 (0)