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!