blogs4t
blogs4t

Reputation: 2727

Does Azure Monitor publish alerts to an RSS Feed or Message Queue or Topic? Can we create a subscription model to receive the alerts themselves?

Does Azure Monitor publish alerts(Not Notifications) to an RSS Feed or Message Queue or Topic? Can we create a subscription model to receive the alerts themselves(Not Notifications)

Upvotes: 0

Views: 148

Answers (1)

Noah Stahl
Noah Stahl

Reputation: 7563

Azure provides a unified Alerts system that allows defining rules that trigger on a variety of events and conditions. I don't believe these are published by default, but you can integrate through email, webhooks, and other avenues to receive the alerts.

Upvotes: 1

Related Questions