Unprotected endpoint for checking if worker can receive requests
GET /health/readiness HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*
Successful Response
No content
Options endpoint for health/readiness check.
OPTIONS /health/readiness HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Accept: */*