Assistance Needed: Copying Azure Cosmos DB Container Between Subscriptions
We are trying to copy a container from Azure Cosmos DB for NoSQL from one subscription to another and would like to know the Microsoft-recommended approach for this process.We have attempted the following methods but encountered issues: Azure Data…

Does Azure Cosmos DB for PostgreSQL support logical decoding?
Hi, I want to use debezium to stream CDC events from the Azure Cosmos DB for PostgreSQL cluster. But it seems that I cannot create a user (role) with REPLICATION privilege via the citus user. So how can I get a user with REPLICATION privilege? FYI:…
409 Conflict error using multi-write regions
Hello, I'm currently trying to understand how to implement conflict resolution in my project. I'm trying to create conflicts to test my stored procedures but I keep receiving the error 409 Conflict with the following message: "Entity with the…
The /EnableTableEndpoint commandline parameter no longer works
A few years ago we build an application that used CosmosDB and for local integration testing we used the CosmosDB emulator. We want to make some changes to the application, but found that it now is impossible to get the Table Endpoint to run in the…
Is there any way to connect azure blob storage container with azure cosmose Db for mongodb vcore for vectore stor?
Hi, is there any way to connect azure blob storage container with azure cosmos DB for MONGODB VOCRE to create an vector index on it. I want to create a Vector index inside azure cosmosdb for MONGODB vcore on my pdfs in azure blob storage container,…

How to make an index In azure cosmos DB just Like Azure AI Search?
I want to create an Index inside my azure cosmos DB just like an azure AI Search Index, So that I can use that Index with Azure Open AI Rest API?
How to connect Power BI to Azure CosmosDB for MongoDB vCore?
I'm trying to connect Power BI to the Azure CosmosDB for MongoDB vCore Free Tier that I provisioned, but the connector asks for an 'Endpoint,' which is not provided in the resource's general panel. Using MongoCompass with the connection string, the…
Cosmos DB Diagnostic Logs Not showing up RUs for Create operations
I am using CosmosDB for a while now, and I would like to take advantage of diagnostic logs to keep an eye on RU usage. Query logs work fine, HOWEVER my create requests are being logged with requestcharge equal to 0. Does anyone have any idea why that…
Linq Cosmos DB ArgumentNullException Exception
I am using LinQ on the client side to query Cosmos DB. All the other properties work fine except two properties. One is the "id" and the other is the "RowKey". I manually checked the database, the type of RowKeys are all string, they…
CosmosDB - Diagnostics in dotnet v3 SDK
Hello, We are using CosmosDB dotnet v3 SDK and we are fetching around 550kb of data in one query. Here is a gist of the code: We noticed that the “ReadNextAsync()” method takes 180ms to execute. After closer examinations of the diagnostics, we can see…

Unable to connect to Cosmos DB today
Our application wasn't able to connect to Cosmos DB today, 2025-02-13, from around 3:00 AM to 3:30 AM Pacific Time GMT-8. We're using the Mongo API, the errors are: MongoDB.Driver.MongoWriteException: A write operation resulted in an error. WriteError: {…
Can't connect to free tier mongo cluster
I am trying to connect to my Free Tier mongo cluster. Through MongoDB Compass I get this error: Server record does not share hostname with parent URI. It seems like a DNS issue, anyone else who has encountered the same issue?
Azure CosmosDB - pymongo.errors.ServerSelectionTimeoutError: encoding with 'idna' codec failed
I am following the official Azure documentation to build a Travel AI Agent using Python, FastAPI, and Azure CosmosDB (MongoDB API) as the database. The project involves storing and retrieving travel-related data using CosmosDB as the vector store.…
Prevent application failure by upgrading to the minimum recommended version (4.48.2) of the Azure Cosmos DB Java SDK by 31 March 2025
Hello, I have Azure function app which uses .NET, cosmos db client and cosmos db. I am seeing following message in cosmos db in azure portal. "Prevent application failure by upgrading to the minimum recommended version (4.48.2) of the Azure Cosmos…
CosmosDB Metric Autoscaled RU not returning any data, per partition per region is enabled
CosmosDB Metric Autoscaled RU not returning any data, it has in the past. Per partition per region scaling/feature is enabled.
CosmosDB cannot read out documents with URL encoded IDs
We had a Cosmos DB account and in one of the containers some of the documents have URL encoded IDs, e.g.: rfq_123_%28test%29 meaning "rfq_123_(test)". I'm no fan of url encoded IDs, but I'm just supporting the project and it's too late to…
Azure stream analytics
I get this error when I want to display the data generated from this script
Unable to create CosmosDB Account in East US, East US2, and West US2
I need to create a CosmosDB account in one of the following regions: East US, East US2, and West US2, but is unable to do so. Any solution to it?
Request for Data Restore in Azure Cosmos DB for MongoDB Collection
Hello, We have encountered a critical issue with our Azure Cosmos DB for MongoDB account. On March 6, 2025, we accidentally deleted all document data from one of our collections. We need assistance in restoring the deleted data from the backup covering…
How can I attach a public IP and enable public access to a Cosmos DB instance initially set to Private Access?
As said in title, I've got a client looking to temporarily enable public access to their Cosmos DB clusters that were initially configured with private access only. The documentation I've found suggests creating a rule under Networking to allow public…