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