Unprotected endpoint for checking if worker is alive
curl -L \ --url '/health/liveliness' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
No body
Options endpoint for health/liveliness check.
curl -L \ --request OPTIONS \ --url '/health/liveliness' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'