1,663 questions with Azure Cosmos DB tags

Sort by: Updated
0 answers

Setting offer throughput or autopilot on container is not supported for serverless accounts. Error Occurs When Connecting New Event Stream in Fabric to Cosmos CDC.

I am attempting to create an event stream in Fabric connected to my Cosmos Db CDC. I received this error once I configured and published the event stream. I want to capture the events in Power Bi In as near Real time as I can, but the events are very…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-11-05T20:49:07.0233333+00:00
Admin Carlen 0 Reputation points
edited the question 2024-11-05T21:51:10.41+00:00
deherman-MSFT 37,416 Reputation points Microsoft Employee
0 answers

Postgres for Cosmos DB stuck creating standby

Hi, Was wondering if anyone encountered this before. I had a basic postgres Cosmos setup for evaluation, then i scaled up the machine as it started to need a few more resources. Now it's been stuck "Creating standby" for a few days. I'm running…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-11-05T19:26:01.32+00:00
Bill Nunney 0 Reputation points
0 answers

How to fix cosmos db latency in non primary region

We are using Azure CosmosDB with both EUS/WUS regions in PPE environment. We are observing more latency in WUS region. In our EUS service the Read latency is below 100 ms which is the CosmosDB primary region. But Read latency is around 400ms our WUS…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-11-05T16:45:35.3966667+00:00
Chaitanya Singh 0 Reputation points Microsoft Employee
commented 2024-11-05T18:35:10.2+00:00
NIKHILA NETHIKUNTA 2,950 Reputation points Microsoft Vendor
1 answer

How to Fix Startup Error in Cosmos DB Emulator on Windows

I downloaded and ran the setup for Cosmos DB Emulator. (https://aka.ms/cosmosdb-emulator) The installation completes successfully, but when trying to run the emulator, the following error message is shown: Afterward, the emulator shuts down. Attempts…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-11-04T12:42:45.8733333+00:00
Greg Gum 11 Reputation points
commented 2024-11-05T15:02:26.4166667+00:00
Sai Raghunadh M 895 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Which .NET SDK to Use for Creating Database or Container in CosmosDB

Hey All, I am developing an application that utilizes CosmosDB, running as a container in Azure App Service, and have opted to implement RBAC roles using the Managed Identity of the App Service. Following the sample code from…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
377 questions
asked 2024-11-01T13:14:23.2733333+00:00
bmittathullil 0 Reputation points
commented 2024-11-05T13:15:47.4033333+00:00
Vijayalaxmi Kattimani 160 Reputation points Microsoft Vendor
1 answer

disableLocalAuth for cosmos db

Attempting to use RBAC authentication to connect to Cosmos DB results in different behaviors based on the disableLocalAuth setting. When disableLocalAuth is set to false, the connection to Cosmos DB is successful, and data can be retrieved. However,…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-17T15:53:55.1966667+00:00
HAO XIN 0 Reputation points
edited the question 2024-11-05T08:20:48.71+00:00
Givary-MSFT 33,001 Reputation points Microsoft Employee
1 answer

How to scale throught partitioning CosmosDB to handle billions of documents

At my company we have a mongo collection hosted on CosmosDB that has reached 180 million records that is currently sharded. Sadly and painfully, the chosen partitioning strategy has been shown to be really bad: suffers both from the scatter/gather…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-09-11T14:34:07.0966667+00:00
Stefano Falangone 0 Reputation points
commented 2024-11-05T05:29:12.3733333+00:00
Oury Ba-MSFT 19,506 Reputation points Microsoft Employee
1 answer

Azure Cosmos DB for MongoDB (vCore) - not available in Switzerland

We currently have build the whole system around a Azure Cosmos DB for MongoDB (vCore). as our customer do have more data privacy concerns, we're thinking about to change the hosting from west europe to Switzerland. But it seems to be not available in…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
377 questions
asked 2024-10-29T12:03:00.9966667+00:00
Andi Michel 0 Reputation points
commented 2024-11-05T00:45:19.01+00:00
NIKHILA NETHIKUNTA 2,950 Reputation points Microsoft Vendor
1 answer

I want to get permission to create schema in COSMOS DB for postgresql

I am currently working on migrating data from AWS Aurora database to Azure Cosmos db for postgresql. I tried to use airbyte as a tool for that, but when I connect cosmos db as target database in airbyte, I get an error saying that I don't have permission…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure Database for PostgreSQL
asked 2024-11-01T16:28:46.5533333+00:00
paradigmshift 0 Reputation points
commented 2024-11-05T00:43:35.56+00:00
NIKHILA NETHIKUNTA 2,950 Reputation points Microsoft Vendor
1 answer

Does Azure Cosmos DB support tinker pop/gremlin-go driver

Hello, I am looking at the documentation for Azure Cosmos DB Gremlin compatible client libraries: https://learn.microsoft.com/en-us/azure/cosmos-db/gremlin/support#compatible-client-libraries I am interested in a current go driver. I see gremcos listed…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-09-26T19:02:53.7766667+00:00
Mary Keefe 0 Reputation points
answered 2024-11-04T19:06:26.03+00:00
Oury Ba-MSFT 19,506 Reputation points Microsoft Employee
0 answers

Vector Search in Azure Cosmos DB for NoSQL

Hello, I would like to create a container for building a RAG solution with Azure Cosmos NoSQL: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/vector-search This works if i create the BD via python, but i cannot find any reference in the API…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-30T10:40:46.4766667+00:00
Guillaume Dupont 0 Reputation points
commented 2024-11-04T18:00:34.5033333+00:00
Mahesh Kurva 725 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Does Azure Cosmos Gremlin Supports Transaction Management?

Im trying to achieve transaction management in cosmos gremlin. Like i should be able to create some nodes and edges in a single transaction, if one of the operation fails the entire transaction should be discarded, like in sql terms commit and rollback.…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-29T11:01:47.5433333+00:00
Vamshi, Merugu 20 Reputation points
accepted 2024-11-04T08:04:44.3633333+00:00
Vamshi, Merugu 20 Reputation points
1 answer

Change Azure Cosmos Db account from Provisional throughput to serverless

I am new to cosmos db and I realised after creating my database and after having it running for a while that it would be more cost effective if it would be running a serverless account. Is there a way I can change it? If not what would be the recommended…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-31T18:47:26.61+00:00
YM185 0 Reputation points
commented 2024-11-01T21:07:29.2+00:00
Oury Ba-MSFT 19,506 Reputation points Microsoft Employee
1 answer

Azure Cosmos DB for PostgreSQL. Prepared statement error

I am running into issues regarding the pgbouncer connection pooling in Azure Cosmos DB for PostgreSQL: https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/concepts-connection-pool. The issue is that I get the error: "prepared statement…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-06-27T14:26:29.3366667+00:00
Petter Moe 5 Reputation points
commented 2024-11-01T19:26:05.57+00:00
Helder Falcão (GLOBAL-V) 5 Reputation points
1 answer

Replicate Azure Cosmos DB for PostgreSQL into different resource group than primary cluster

On it states... https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/concepts-read-replicas Cross-region replication Read replicas can be created in the region of the primary cluster, or in any other region supported by Azure Cosmos DB for…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure Database for PostgreSQL
asked 2024-10-25T21:38:09.1233333+00:00
James Sampica 0 Reputation points
commented 2024-11-01T09:09:42.1033333+00:00
Sai Raghunadh M 895 Reputation points Microsoft Vendor
1 answer

Issue with Error Code 48 When Connecting to MongoDB in Azure Functions

I'm currently deploying my project on Azure Functions, with each function running in a separate function app. I’m using a centralized MongoDB database through Azure Cosmos DB for MongoDB and accessing it with Mongoose, including defined schema files.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,082 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-30T11:03:25.33+00:00
Nimisha 0 Reputation points
answered 2024-10-31T10:57:22.8833333+00:00
Amira Bedhiafi 26,101 Reputation points
0 answers

Composite Index for Items in Azure CosmosDB Container

Hello Community, I am trying to create a container in my Azure CosmosDB account. I have enabled the Vector Preview feature for my container. I have a data that looks like this: - {"id": "6", "Context": […

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,210 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,895 questions
asked 2024-10-15T19:53:01.86+00:00
Karan Saxena 0 Reputation points
commented 2024-10-30T20:24:53.0533333+00:00
Sai Raghunadh M 895 Reputation points Microsoft Vendor
1 answer

Connection Pooling with Azure COSMOS Python Client

I am using the below code to retrieve items from Azure COSMOS DB. This code is part of a WebAPI and the code will run in multiple threads. Which of the following objects are thread-safe: db_client, database, container ? Can I create a singleton for…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-28T15:49:40.4466667+00:00
Tanuj Mittal 0 Reputation points
commented 2024-10-30T16:32:01.8833333+00:00
Vijayalaxmi Kattimani 160 Reputation points Microsoft Vendor
1 answer

how to transfer data from one azure cosmos db for postgresql to another azure cosmos db for postgresql

I have a working azure cosmos db for postgresql, for some reason we want to delete. I now want to move the data to a new azure cosmos db for postgresql, so I can destroy the old one. How to do this in azure

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
asked 2024-10-24T01:47:47.1533333+00:00
Tung Nguyen Xuan 20 Reputation points
commented 2024-10-30T03:52:01.2833333+00:00
NIKHILA NETHIKUNTA 2,950 Reputation points Microsoft Vendor
1 answer

Looking for recommendation to deploy and upgrade SaaS Product in different Azure Data center (different region)

Hi All, We are developping a multi-tenants SaaS product. Front end is a Team App (React). Back end is basicaly App Functions, cosmos DB and API management. App is currently hosted in Azure East US Data Center (DC). Some prospects want us to comply…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,167 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,663 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
377 questions
asked 2024-10-24T05:38:31.11+00:00
sang delattre 1 Reputation point
commented 2024-10-29T18:59:17.5933333+00:00
Oury Ba-MSFT 19,506 Reputation points Microsoft Employee