Feature request pending approval Registration request for feature 'Online container copy (NoSQL API)' was successfully submitted. Request pending approval from Microsoft owning service
Hi, I got redirected here from a Microsoft Support ticket. What I actually need help with is to enable a preview feature in three of my subscriptions that is currently in the status Pending. The feature in question is this "Online container copy…
Azure Cosmos DB
Cosmos Partition key reached maximum size of 20 GB
I am receiving the error "Partition key reached maximum size of 20 GB" when attempting to persist data to the db. However, when I run the following query, the largest partition is 2.9GB. The error message that I get seems to indicate that the…
Azure Cosmos DB
Vector Search (DiskANN) on Cosmos DB for MongoDB vCore - M30 Tier Availability
Hi Team, The official documentation for vector search in Azure Cosmos DB for MongoDB vCore (https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/vector-search) states that the DiskANN index is supported on cluster tiers M30 and…
Azure Cosmos DB
Cannot create vector index in Azure CosmosDB for MongoDB vCore
I'm trying to create a vector index in my free tier Azure CosmosDB for MongoDB vCore in location "France Central". I get an error. The same query runs to completion in a Azure CosmosDB for MongoDB vCore database with M10 SKU in another…
Azure Cosmos DB
Azure Cosmos DB is not auto scaled to the max allocated RU/s
In my Cosmos DB, I have applied autoscale up to 2000 RU/s onto some collections. While from the Monitor -> Insights, it seems not scaled to the max 2000 but cap at 700 RU/s instead. Please refer to the screenshot below.
Azure Cosmos DB
how to perform vector store ..
how to perform vector store .. currently Vector search in Azure Cosmos DB for MongoDB accounts using the Request Units (RU) model (version 7) is not supported. do we have any other option to set up vector db for application
Azure Cosmos DB
Running Aspire and Seeing Connection failure from the App Host when starting up.
My program.cs is below. When I start the app up with the container creation commented out everything comes up fine. Uncomment it and I get the error, Failed to connect to 127.0.0.1:9712. I know that is the Cosmos DB. The dashboard that comes up with…
Azure Cosmos DB
When will Azure Managed Cassandra is expected to be in Japan East/West region?
Hello, Could we pls get information on When Azure Managed Cassandra service is expected to be available in Japan region (east/west) ? As per current state, it is only supported in below regions: US(E, W, E2, W2, Central, S Central), N Europe, W Europe,…
Azure Cosmos DB

Cosmos with mongodb (vcore) in a golang environment?
Hi our team here at Solidicon has trouble understanding what client to use in a golang environment when using Cosmos with mongodb (vcore) version, we hear and read different answers. we hear that the official "mongo-driver" works fine but then…
Azure Cosmos DB

CosmosDB Mongo vCore: cannot scale the cluster down to the M25 tier
Hi all, I'm trying to scale down a CosmosDB Mongo vCore cluster currently in the M30 tier, to the M25 (burstable) tier. The operation quickly flashes the screen without any message or warning. Checking the activity logs I can see that the operation…
Azure Cosmos DB
Updating firewall ip address of Cosmos mongo DB fails
Updating firewall ip address of Cosmos mongo DB fails. Previous entries remain unchanged. Cannot add/edit.
Azure Cosmos DB
CosmosSearch says "search must be first stage in pipeline" -- But it already is
I'm constructing a Python API using FastAPI, with data being stored in an Azure Cosmos DB for MongoDB (vCore). One of the endpoint paths involves running a vector search on the database, whose pipeline has the stages "search" and…
Azure Cosmos DB
I've already upgraded the Azure CosmosDB MongoDB Server Version into 7 but I have this libmongoc issue.
"message": "Server at 10.3.2.5:10255 reports wire version 6, but this version of libmongoc requires at least 7 (MongoDB 4.0)",
Azure Cosmos DB
I need to restore a cosmos db
I have a Cosmos DB that is on periodic backup, I need to restore to a backup from yesterday afternoon.
Azure Cosmos DB
CosmosDB backup consistency question
Hi, After reviewing the Microsoft Cosmos DB documentation, I have a consistency-related question regarding CosmosDB PITR backups. Here's the information I've gathered: The webpage indicates that The restore process ensures that all the data restored in…
Azure Cosmos DB
Depoyment failure when creating cosmo db with mongo support on azure
I am getting an error when I am trying to create Cosmos MongoDB service in Azure.
Azure Cosmos DB
RU estimation in Cosmos DB
Hi, For migrate Cosmos DB from serverless to provisioned mode, since usage can vary over time, I’m trying to figure out the best way to estimate the required RU/s before switching. I’ve checked the "Monitoring" and "Metrics" section…
Azure Cosmos DB
Azure Cosmos DB Emulator is keeping documents with TTL
Hi, I working with a team in my company that is using Azure Cosmos DB. We are working on implementing a TTL for documents and we noticed an issue with the Azure Cosmos DB Emulator. Not sure if this is also an issue in the Azure Cosmos DB instance. …
Azure Cosmos DB
Follow-Up on Enabling Partition Key Delete Feature for Cosmos DB Account
Hello, This is just a follow-up regarding the following question: https://learn.microsoft.com/en-us/answers/questions/2259655/enable-partition-key-delete-feature-for-cosmos-acc?utm_source=chatgpt.com Someone on my team is seeking confirmation on whether…
Azure Cosmos DB
How to estimate RU/s in Provisioned mode?
Hi, I’m currently using Azure Cosmos DB in Serverless mode, and I’m considering migrating to Provisioned throughput mode. Is there any method to better estimate the RU/s I’ll need? Since usage can vary. e.g., from serverless mode usage track Appreciate…