-
>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 …
-
See https://github.com/Azure/azure-cosmos-dotnet-v3/blob/635cb3696490577b9fa115ec1e6f400c77c7b872/Microsoft.Azure.Cosmos.Samples/Usage/Batch/Program.cs
https://docs.microsoft.com/en-us/azure/cosmos-d…
-
## Context
CosmosDB SDK has 2 modes, Gateway (_HTTP_) and Direct (_RNTBD_), In different modes, for one operation call there can be multiple networks calls behind the scenes as failover/retries/repli…
-
### Expected behavior
We have a handled exception in our application. When that exception is thrown and catched we should not see the occurrence of that exception in Application Insights.
### Actu…
-
Hi there!
I'm using DAB to query a CosmosDB NoSQL container with partition keys of:
```
id: ID
/TenantId: String
/EntityType: String
/EntityId: String
```
Example:
![image](https://github.c…
-
When using the `ContainerPerItemType` setting it is possible that a consumer would want to be able to setup the container to have a indexing policy.
The library should be able to expose this config…
-
>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 …
-
Customer related issues: https://github.com/Azure/azure-cosmos-dotnet-v3/issues/2811
## Problem statement
Availability and Latency are often tradeoffs. Sometimes in order to achieve higher avail…
-
We have requirement to create graph database dynamically and run queries on it.
Tried using Microsoft.Azure.Graphs SDK but it is causing version conflict issues with other azure sdks in solution a…
-
Adoption of [System.Text.Json](https://docs.microsoft.com/en-us/dotnet/api/system.text.json?view=netcore-3.1) is encouraged for applications targeting .NET Core 3+. The CosmosDBAsyncCollector output …