Unprotected endpoint for checking if worker is alive
GET /health/liveness HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
Successful Response
No content
Options endpoint for health/liveliness check.
OPTIONS /health/liveness HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*