I am trying to test change feed processor in .net. I have tried to use the change feed processor from the beginning (as mentioned in documentation). When I star
I am trying to create a cosmos DB account using Azure CLI. One of required policies I have to comply with is "Cosmos DB database accounts should have local auth
I am trying to query a Cosmosdb with a Table API with Postman and use OData. I have a query which works for $top and $select - but returns Invalid Input when I
I want to configure the CosmosQueryRequestOptions.maxDegreeOfParallelism while using the CosmosRepository. I didn't find any documentation around it. This blog
I am trying to set up the Azure Cosmos DB Emulator to work locally with integration tests but I found that it is very slow. I am reading a ~1KB JSON document wi
I have got a requirement of building an azure function which transforms data in our COSMOS DB based on the value posted by a calling service. So consider this J
I need to query inside a cosmos db object where it has a list of object, that list will have another list inside. I am being able to use ARRAY_CONTAINS if there
This is the fist time that I work with CosmosDB and I am trying to create a Query to get some details about this JSON: { "Status": "Uploaded", "ProvidedOn": "20
When I post query through REST API to Azure cosmos documentdb which contains Distinct keyword gives following error Example of Request : curl --location --req
There are a lot of articles on the cost of Cosmos DB transactions, but I've never been able to find any detail on the cost of geo-replication. I understand that
Can I delete all documents by one partition in one collection in Cosmos db by one query? In my cosmos db database I have more then 100 thousand notifications be
I'm trying to implement pagination while selecting records from CosmosDB using cosmosapi package. The azure documentation states that continuation tokens never
When I work Azure SQL data tables, I can maintain/track changes to DDL script files in a git repository. Do we have a similar approach for Cosmos DB? Can we scr
Can anyone advise an approach to enable isZoneRedundant for the existing CosmosDB region? I think one way could be (say we need it in region A): Add another reg
I'm new to azure cosmos db. i'm trying to read items from container in my spring boot application. i'm using cosmos template with criteria. lets say i have a do
I have developed a .NET core application using local Cosmos DB using Cosmos DB emulator. The application is running & adding new data in local Cosmos DB, wh
I have a application running on a AKS Container and would like to use the Azure Cosmos DB for storage. How can i set this up? I think i just need to specify th
The document structure is like this [ { "id": "1234", "SubmittedAnswers": [ { "PlantId": 3, "UniqueQualityId": "3_pe55d74fc5f92b
Is it possible to run Cosmos emulator as a docker container and use the instance in another container? I haven't been able to find anything that clearly explain
I have an application in which a Cosmos DB SQL Query is constructed dynamically, with some parts coming from untrusted user input. These parts are all string pa