I would like to know how to create health checks for some Azure services? Is this possible? I thought of creating time-triggered Azure functions that would test the end-to-end connectivity of for example my Azure storage, Azure map, and Event Hub but it would fail if suddenly my Azure functions would stop working. I would like to have some kind of Cachethq, but for all the Azure services that I use for my application. Is there a best practice for this?
Kind Regards,