I am hosting a few WebJobs app services and I like to use the Health check feature included in Apps Services.
My worker job applications do not expose any http endpoints. Therefore exposing the path /api/health explained in this article does not apply to my senario:
https://azure.github.io/AppService/2020/08/24/healthcheck-on-app-service.html
We we have health check options other than exposing a HTTP endpoint?
Is there any way to have App Services does health check by checking a file in file system - like creating/deleting a file to check a file's update date?