Skip to content

Commit 451ed7f

Browse files
authored
Merge pull request #101543 from jacegummersall/patch-5
Update alerts-troubleshoot.md
2 parents 0b3e2ef + 69df139 commit 451ed7f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,16 @@ If you can see a fired alert in the portal, but its configured action did not tr
136136
1. **Are you calling Slack or Microsoft Teams?**
137137
Each of these endpoints expects a specific JSON format. Follow [these instructions](../alerts/action-groups-logic-app.md) to configure a logic app action instead.
138138

139-
1. **Did your webhook became unresponsive or returned errors?**
140-
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.
139+
1. **Did your webhook become unresponsive or return errors?**
140+
141+
The webhook response timeout period is 10 seconds. When the HTTP endpoint does not respond or when the following HTTP status codes are returned, the webhook call is retried up to two times:
142+
143+
- `408`
144+
- `429`
145+
- `503`
146+
- `504`
147+
148+
One retry occurs after 10 seconds and another retry occurs after 100 seconds. If the second retry fails, the endpoint is not called again for 15 minutes for any action group.
142149

143150
## Action or notification happened more than once
144151

0 commit comments

Comments
 (0)