Skip to content

Commit fa5a5af

Browse files
authored
Apply suggestions from PR review
1 parent dbf49e7 commit fa5a5af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ If you can see a fired alert in the portal, but its configured action did not tr
139139
1. **Did your webhook become unresponsive or return errors?**
140140

141141
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
142+
- `408`
143+
- `429`
144+
- `503`
145+
- `504`
146146
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.
147147

148148
## Action or notification happened more than once

0 commit comments

Comments
 (0)