@Michael Lalor Thank you for using Azure services.
My understanding is that you are getting an error while running a query in Azure Cosmos DB "cross partition key is required by disabled."
Cross-partition queries is a header, the error is saying it, you need to add the header if you expect the query to be cross partition.
You will need to add the "x-ms-documentdb-query-enablecrosspartition" header to the request with the "true" value.
See here https://learn.microsoft.com/en-us/rest/api/cosmos-db/query-documents
Hope that answered your question.
Please do not forget to mark as accept answer if the reply was helpful. This will be useful for other community members facing the same issue.
Regards,
Oury