CosmosDB Cross-Partition Queries failing using API in PowerShell “SELECT VALUE COUNT(1) FROM c”
Issue I have a PowerShell script that works fine to do several things such as query a specific item from a container by id, a group of items under the same partition key, and so on. However, when it comes to cross-partition queries, the same script fails: Invoke-RestMethod : The remote server returned an error: […]