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…
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…
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…
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…
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…
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,…
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 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…
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…
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…
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…
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.…
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 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…
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…
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.…
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": […
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…
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
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…