-
I am trying to create a IDocumentClient mock but ran into a problem. While IDocumentQuery is public and allows mocking, IDocumentQueryProvider is internal. We have calls to query.CountAsync(), which i…
-
Related to: https://github.com/actions/virtual-environments/issues/5036#issuecomment-1044270895
The Cosmos DB Linux Emulator fails to start on some Intel chips.
lscpu output:
Architecture: …
-
## Describe the bug
Uri's are malformed when the id contains a colon.
## To Reproduce
Steps to reproduce the behavior:
Generate client side id's containing colons and attempt to update or …
-
>We are continuously addressing and improving the SDK, if possible, make sure the problem persist in the [latest SDK version](https://www.nuget.org/packages/Microsoft.Azure.Cosmos).
**Describe the …
-
**Describe the bug**
When starting the container, it seems to "sort of" ignore the `AZURE_COSMOS_EMULATOR_PARTITION_COUNT` environment variable and always tries to start 11 partitions.
I set `AZUR…
-
Something in this connection string seems to be weird, but the error message also does not make sense:
Connection string:
```
mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDu…
-
Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli).
…
-
Where to start...
I've been trying for a full day to create a Azure function using F# and I've finally managed to do so after following many tutorials (outdated or up to date, but with bugs) and ap…
-
### Library name and version
Azure.ResourceManager.CosmosDB
### Query/Question
Does Azure.ResourceManager.CosmosDB support Cosmos DB Emulator?
For example, do the control plane operation like Cr…
-
The setup in my controller is super-simple (_container is really CosmosClient instance call to .GetContainer):
```
[HttpGet]
[EnableQuery]
public async Task Get()
{
return _containe…