azure-webjobshealth-checkreadinessprobe

Health and Liveness probe for Azure Web Jobs


We are setting up a time-triggered background job that needs to connect to multiple resources, like SFTP, Azure Blob, Azure SQL, etc. The idea is to leverage Azure's Web Job capability to host the service on Azure's App Service.

We have a requirement that we need to host heathiness and readiness APIs just like the one's for containerized solutions. First, of all is it recommended to have those for background running jobs as they will only be running for a certain time.

And am absolutely unsure if this can be done, read a couple of articles online but i do not see anything that directs me to the answer that i am seeking.


Solution

  • enter image description here

    enter image description here

    enter image description here