I have an application insights instance and the "Availability" graph on the Overview page is showing zero availability. However, I have two app services, both of which are configured with health check URLs, and both of which are clearly being pinged and are returning 204
s:
It feels to me like there's some kind of disconnection between an app service health check and app insights incorporating that health check into its availability stats. What might cause this?