According to this answer on another question, ApplicationInitialization can be used to control the endpoint that the "Always On" feature for Azure's App Services uses. However, I cannot find documentation on this. All of the docs I can find on ApplicationInitialization only talks about using it to specify pages for warmup prior to putting the instance of the site into the load-balancing pool (note the plurality of "pages"). But I cannot find anything to specify the single endpoint that the Always On feature uses.
My desired goal is to have the Always On feature ping a hearbeat page of sorts with a custom querystring (i.e. a key so it's somewhat locked down).
How can I use ApplicationInitialization to specify the custom page that the "Always On" feature hits?