Skip to content

Commit d0d8c76

Browse files
Merge pull request #285092 from quillanogle/docs-editor/action-groups-1724176506
Update action-groups.md
2 parents eb742bd + 73ea166 commit d0d8c76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/alerts/action-groups.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,7 @@ For information about pricing for supported countries/regions, see [Azure Monito
508508
## Webhook
509509

510510
> [!NOTE]
511-
>
512-
> If you use the webhook action, your target webhook endpoint must be able to process the various JSON payloads that different alert sources emit. You can't pass security certificates through a webhook action. To use basic authentication, you must pass your credentials through the URI. If the webhook endpoint expects a specific schema, for example, the Microsoft Teams schema, use the Logic Apps action to transform the alert schema to meet the target webhook's expectations.
511+
> If you use the webhook action, your target webhook endpoint must be able to process the various JSON payloads that different alert sources emit. The webhook endpoint must also be publicly accessible. You can't pass security certificates through a webhook action. To use basic authentication, you must pass your credentials through the URI. If the webhook endpoint expects a specific schema, for example, the Microsoft Teams schema, use the Logic Apps action to transform the alert schema to meet the target webhook's expectations.
513512
Webhook action groups generally follow these rules when called:
514513
- When a webhook is invoked, if the first call fails, it is retried at least 1 more time, and up to 5 times (5 retries) at various delay intervals (5, 20, 40 seconds).
515514
- The delay between 1st and 2nd attempt is 5 seconds

0 commit comments

Comments
 (0)