blogs4t
blogs4t

Reputation: 2737

Can Azure Monitor call an external API such that alerts can be broadcasted to external API's?

Folks, I could not find from going through the Azure Monitor documentation whether it is possible for Azure Monitor to make an REST API call to an external API such that the alerts themselves(Not Notifications) captured by Azure Monitor can be broadcasted to external API's.

I do find that Azure Monitor exposes REST API's which are more of a pull scenario. But i am looking for a push scenario where Azure Monitor can push alerts (not notifications)

any pointers should be helpful. Thanks!

Upvotes: 0

Views: 1037

Answers (1)

Hugo Barona
Hugo Barona

Reputation: 1398

You can create alerts with action groups and specify the action type as Webhook and then provide the URI to your API endpoint.

Upvotes: 1

Related Questions