Description
This is a follow-up to Azure support request ID | 2406240050002544
Actual Behavior
http status code for the same HEAD and GET http requests is different (404 NOT FOUND for HEAD and 200 OK for GET).
This seems to be a protocol violation: https://www.rfc-editor.org/rfc/rfc9110.html#name-head
Expected Behavior
Azure service bus should return the same HTTP response codes for HEAD and GET requests.