Top "Azure-cosmosdb" questions

Azure Cosmos DB is a globally distributed database service designed to enable users to elastically and independently scale throughput and storage across any number of geographical regions with a comprehensive SLA.

ComosDB - MongoAPI - Document does not contain shard key

I am investigating using CosmosDB (previously DocumentDB), we currently use MongoDB so I am trying to use the MongoAPI for …

c# azure azure-cosmosdb
DocumentDB ReplaceDocument Fails

In Azure DocumentDB using .NET SDK, I get the following error when calling ReplaceDocumentAsync: "Errors":["The input content is invalid …

c# .net azure azure-cosmosdb
When called from 'VisitLambda', rewriting a node of type 'System.Linq.Expressions.ParameterExpression' must return a non-null value of the same type

I upgraded my data layer classlibrary project from .NETCore 2.2 to .NETCore3.1 and also upgraded the Nuget packages like EntityFrameWork Core …

linq azure-cosmosdb c#-8.0 .net-core-3.1 ef-core-3.1
How to save and execute a stored procedure in cosmos db through azure portal?

I tried to do this from the Script Explorer->Stored Procedure view, but when I use the button Save &…

azure stored-procedures azureportal azure-cosmosdb
Azure Data Factory get data from foreach value

I've a lookup activity with gets value from a container within a blob. I've a foreach activity which is connected …

azure azure-cosmosdb azure-data-factory
CosmosDB emulator can't start since port is already in use

I'm giving CosmosDB a chance and so I decided to build an app that uses it, but I'm running into …

windows azure-cosmosdb
DocumentDB .Net client using connection string

I checked the MSDN on DocumentDB for .Net (here) and found 3 valid constructors. However none of them makes use of …

c# azure-cosmosdb
Is DocumentDB slower than SQL at pulling lots of records?

I was doing some benchmarking, so I had a SQL database with 2500 records. I inserted those records into DocumentDB. I …

c# azure azure-cosmosdb
Updating part of a Document in Azure DocumentDB

Is there a way to update part of a document in a DocumentDB collection? I know that ReplaceDocumentAsync lets you …

azure azure-cosmosdb nosql
How do you update sub-document in cosmos db

I am new to Cosmos Db and want to understand how to delete/upsert sub-documents within a document collection. If …

c# azure azure-cosmosdb