0
votes

I have a platform which has a series of services which each have a health status. If the status is "foobar" I'd like to be alerted.

Is there a way to call a service end point to return the status and then conditionally alert on this using Azure Monitoring and alerting functionality?

My fallback position is to make use of metric alerts on logs.

Thanks!

1
Application insights SDK offers handling of bespoke events. This seems like something that could be used to solve the problemiasksillyquestions

1 Answers

0
votes

The best out-of-the-box approach would be to utilize Application Insight's Availability Tests (see here for documentation).

Otherwise your idea of using log-based alerts is the only other option