Skip to content

Commit e3fb5c3

Browse files
Update alerts-troubleshoot.md
Changed 30 minute retry to 15 minutes to match actual flow and AG doc.
1 parent e26bd42 commit e3fb5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you can see a fired alert in the portal, but its configured action did not tr
138138

139139
1. **Did your webhook became unresponsive or returned errors?**
140140

141-
Our timeout period for a webhook response is 10 seconds. The webhook call will be retried up to two additional times when the following HTTP status codes are returned: 408, 429, 503, 504, or when the HTTP endpoint does not respond. The first retry happens after 10 seconds. The second and final retry happens after 100 seconds. If the second retry fails, the endpoint will not be called again for 30 minutes for any action group.
141+
Our timeout period for a webhook response is 10 seconds. The webhook call will be retried up to two additional times when the following HTTP status codes are returned: 408, 429, 503, 504, or when the HTTP endpoint does not respond. The first retry happens after 10 seconds. The second and final retry happens after 100 seconds. If the second retry fails, the endpoint will not be called again for 15 minutes for any action group.
142142

143143
## Action or notification happened more than once
144144

0 commit comments

Comments
 (0)