Adding 'Cosmos DB Built-in Data Reader' (or equivalent) role assignment to Cosmos DB
I want to use my Azure AI search service to index my Cosmos DB, following a modified version of https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb When I try to create the indexer with: indexer_client…
Azure Cosmos DB
Cosmos for NoSql DB: ServiceUnavailable (410), BadRequest on Cross-Partition Query – Unable to Access Collection
We are consistently encountering errors when querying a specific Azure Cosmos DB collection. The issues are as follows: ServiceUnavailable (410): The service returns a 410 status code indicating it is currently unavailable. According to the…
Azure Cosmos DB
CosmosDB Point in Time Restore issue
Hi all, I am trying Cosmos DB backup continuous mode. Despite what I understand from the doc in reality I see that is not possible to restore (deleted) records within a container in the same account. As a test I have deleted few records and I am…
Azure Cosmos DB
Cosmos DB Emulator returns only HTTP 503 Service Unavailable
The local Cosmos DB Emulator used to work fine on my system a couple of months ago, but now it's not responding to any operation from the Data Explorer frontend or a .NET client. System: Windows 11 Enterprise, build 22621 Version: Azure Cosmos DB…
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
Azure Cosmos Emulator
I installed the Azure Cosmos DB emulator and although I can open the manager from https://localhost:8081/_explorer/index.html, when I try to create a database it freezes.
Azure Cosmos DB
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
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…