Q: My Web App has a number of endpoints that are important to monitor for outages.  Is there a way to configure CloudMonix to montor those endpoints without creating additional URL resources?


A: Yes.  This is a two-step process.

  1. Edit your WebApp resource and create a new metric of type AzureWebsiteResponseCode, configure this metric to monitor a specific path/query-string off your WebApp and provide this metric a name, say: LoginPageResponse
  2. Create a new alert that compares this metric to http response "OK" value with an expression such as this: LoginPageResponse != "OK"
  3. Rinse and repeate for as many sub-URLs as needed