Azure Alerts on bespoke endpoint status

40 views Asked by At

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

There are 1 answers

0
EranG On

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