Skip to content

Commit 69df139

Browse files
authored
formatting fix
1 parent fa5a5af commit 69df139

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,14 @@ If you can see a fired alert in the portal, but its configured action did not tr
138138

139139
1. **Did your webhook become unresponsive or return errors?**
140140

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-
- `408`
143-
- `429`
144-
- `503`
145-
- `504`
146-
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.
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.
147149

148150
## Action or notification happened more than once
149151

0 commit comments

Comments
 (0)