Fixing Broken Cron Jobs in Azure CosmosDB using pg_cron
Hello! We are using pg_cron to manage our cron jobs on a CosmosDB instance, however a handful have stopped working suddenly. Only difference we noticed was in the cron.jobs table the failing jobs had nodename = /tmp whereas working jobs had nodename=…
Cosmos account region stuck in "Offline" mode
I have a Cosmos DB Account with Multi Region Write selected for Central US and East US region. Failover priority on Central US is 1 while East US is 0. After testing failover by selecting Offline Region for Central US, it successfully did the failover to…
What is the timeline to support Mongo DB 8.0? Currently support only goes up to version 7.0
What is the timeline to support Mongo DB 8.0? Currently support only goes up to version 7.0. Is there a timeframe that has been announced?
Cosmos Postgresql DB Global regional write support
Hi Team, I would like to understand if there is a way where we can enable multi region writes on CosmosDB for postgresql since this is one of the features on CosmosDB…
Unable to create cosmos account in west us3 region.
I am not able to create cosmos db account in west us3. Bicep cosmos template deployment fails with below error message: "Failover priority value 0 supplied for region West US 3 is invalid What does it mean and how we can fix this? Can you please…
Cosmos DB doesn't support MongoDB `hello` command
Hi, MongoDB is using "hello" command for handshaking health check. However, CosmosDB doesn't support it, and all the application development frameworks have switched from isMaster command to this now, which is creating dirty overriding layer in…
CosmosDB Eastus2Euap zone resilience during AZ drill
During AZ DR Drill conducted in Eastus2Euap, our service starts failing because it has a regional CosmosDB dependency, and since we don't have CosmosDB AZ capacity in Eastus2Euap, the calls to CosmosDB start failing during the drill window. This makes…
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,…
Apply new Cosmos DB TTL on Existing Records
I have an existing DB Collection, where it already consist of many records since years ago. Now, I wish to apply a TTL to the DB Collection. Let say, I set the TTL to 10 days. Question:- will all my existing records get remove immediately since they…
How to migrate Azure Postgres Flexible Server data to Azure CosmosDB for PostgreSQL cluster?
How to migrate Azure Postgres Flexible Server data to Azure CosmosDB for PostgreSQL?

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 move to single Nodes
We want to transfer all our Cosmos DB to a single node instead of 2 nodes however the system does not let us this is really urgent as the pricing is way to high. Is there any way of doing it without reaching Microsoft support and not deleting all our…
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,…
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…
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…
azure cosmos db for mongo db pricing
I'm using Cosmos DB with the MongoDB API and have provisioned my database with 2800 RU/s (with 100 RU/s free). Each collection is allocated 400 RU/s. Could someone explain what 400 RU/s actually means in practical terms? For example, if I have a 4KB…
CosmosDB for Postgresql Backup policy
Hi Team, Regarding the backup policy on Azure CosmosDB for Postgresql, as it is mentioned in the documentation, how many days of backup is supported beyond 35 days with support…
Private Endpoint DNS integration over Point to Site VPN connection with Azure Cosmos DB for MongoDB
Facing an issue while resolving the IP of my DB. My scenario is: I have created private endpoint in "Azure Cosmos DB for MongoDB" in the same subnet as my vpn gateway p2s configured. I have tested the DB connection by creating VM in same…
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:…
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?