Delivery API not working on Azure
Delivery API of file service returns
{ "code": 415, "reason": "Unsupported media type", "message": "upstream server responded with unsupported media type: text/html" }
irrespectively if records with provided srns exist or not.
The root cause seems to be faulty config for search query API url for Azure. There is a missing "/" in https://community.opengroup.org/osdu/platform/system/file/-/blob/master/provider/file-azure/src/main/resources/application.properties#L93.