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
My porpouse is to automate the aquisition of data from a website. I have my python scripts to scrape tables and i can store it as a dataframe or in a csv,xlsx f
I have a Azure Table that is storing a Customer object with a nested address object as per following. public class Customer { public Guid Id { get; set; }
I have a Azure Table that is storing a Customer object with a nested address object as per following. public class Customer { public Guid Id { get; set; }
I want to create a PowerApp to display my Cosmos DB Data in a pretty way and to edit some data to send it back to the Cosmos. To get the data I use a Logic Flo
I have an OData endpoint which query collection of Cosmos entity. The Cosmos DB container name is dynamic so that I cannot use entity.ToContainer("<container
I'm using HotChocolate for our GraphQL server in .NET and CosmosDb as DB, which is a document database. Sorry for a long post... In our Db we will have one part