how long does it take to restore for periodic backup for cosmos DB if i log support ticket
how long does it take to restore periodic back up for cosmos DB if i log support ticket
Azure Cosmos DB
Suddenly getting "500 Internal Server Error" for all upserts from Cosmosdb
Hi, I'm running 2 containers in the same pod that do each frequent upserts into the same Cosmosdb (same container). My application is written in Golang and use github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos. From time to time, it happens that one…
Azure Cosmos DB
Azure DocumentDB (MongoDB API): queries with $geoWithin do not use 2dsphere index
I am using Azure DocumentDB with MongoDB compatibility and I need geospatial queries functionality with a 2dsphere index. I tried to reproduce the exact same example provided in the Learn portal (same data, same index, same query)…
Azure Cosmos DB
Azure DocumentDB MongoDB 8.0 - CVE-2025-14847 (MongoBleed) patch status?
Hey everyone, MongoDB just dropped a critical security fix on Dec 26 for CVE-2025-14847 ("MongoBleed") - it's a zlib heap memory leak that lets unauthenticated attackers steal data from MongoDB Server 8.0.0 through 8.0.16. My Azure DocumentDB…
Azure Cosmos DB
Need to Enable 'All Versions and Deletes Change Feed' in Cosmos DB
Need to Enable 'All Versions and Deletes Change Feed' in Cosmos DB, in order to enable container copy job. Getting no reply after submitting the request here: …
Azure Cosmos DB
We didn't understand all of sudden connecting Azure Cosmos from Azure synapse by using Linked Services
As we observed fom 15th Jan 2026 , We didn't understand all of sudden connecting Azure Cosmos from Azure synapse by using Linked Services. It is throwing 404 error if connect through linked service . If I connect by using keys hard coded it was able to…
Azure Cosmos DB
CosmosDB for Tables - authorization using managed Identity and custom role - no required dataAction
I've attempted to establish a connection to Cosmos DB for Tables from an Azure function using a user-managed identity and custom role. Current privileges for custom role are: actions = [ …
Azure Cosmos DB
Issues creating Azure Managed Instance for Apache Cassandra
Hello, I can't create an "Azure Managed Instance for Apache Cassandra". I get an Internal Server Error and doesn't show any inner errors/details : The template deployment '95f605c639424ea1b57f7b9ddc667f2d' is not valid according to the…
Azure Cosmos DB
I get an error adding CPU to my PG Cluster CosmosDB Coordinator node.
I am using Azure CosmosDB for PostgreSQL Cluster. My coordinator node requires more virtual CPU. It is assigned 32 cores, I am asking to increase to 64 cores. I get an error that I must add a support ticket for this request. However, in the quotas…
Azure Cosmos DB
"Replicate Data Globally" not available on my Cosmos DB account
The option to "Replicate Data Globally" is not available on my Cosmos DB account in the Azure console. Is this issue related to how the Cosmos DB account was originally created? Do I need to recreate the Cosmos DB account to be able to…
Azure Cosmos DB
Got the Closest distance from a Point to LineString. How to get the Coordinates of Intersection in that LineString Cordinates ?
Hi Everyone - I have a LineString as indicated below (which has the coordinates of a Route in the map). I have a point outside of this Linestring and I am using the following Cosmos db query to figure out the shortest distance from that Point to this…
Azure Cosmos DB
Error using Managed Identity with OPENROWSET on Cosmos DB Analytical Store in Synapse
I’m trying to query Azure Cosmos DB data using a serverless SQL pool in Synapse with OPENROWSET and Managed Identity authentication. Previously, OPENROWSET with Managed Identity wasn’t supported, but according to the official documentation it should now…
Azure Cosmos DB
Cosmos DB for MongoDB (vCore) upgrade storage stuck in updating for 3+ hours
Hi Microsoft team, The CosmosDB instance (M40) - West Europe, has been stuck in the 'Updating' state for several hours. Does a storage upgrade from 128 to 256 take hours? Do you have any service disruptions (Azure status page shows all green)? …
Azure Cosmos DB
I have CosmosDB Vector Vcore - M30 (Cluster tier), Need to Enable Full text search BM25
Request: Enable Azure DocumentDB full-text search with BM25 ranking (gated preview) on our cluster. Current behavior: $search only supports cosmosSearch / knnBeta; $search: { text: ... } fails with “Unrecognized $search option: text…”. Goal: Use BM25…
Azure Cosmos DB
Restore the funnelProperties container in the DB from the periodic backup, for Jan 11, 2026.
The documentation says I should open a ticket to do this, since my database was by default set to a "periodic" backup mode, but the flow to open a ticket for this simply ends and there is no way to open a ticket to request this, despite being…
Azure Cosmos DB
Cant access my Cosmos DB cluster, NEED IMMEDIATE HELP
My Cosmos DB Cluster was deleted without informing and can't be restored as it is showing 404. I need IMMEDIATE HELP since this is the production DB. Please reply. Status Message: The subscription '7b2dfa61-e268-4027-b8d0-97677d974a51' could not be…
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
Possible to request a refund for Azure CosmosDB usage?
I have recently done lab experiments with Azure cosmosdb and one of the lab experiments created 2 databases (as it is a random generated id scripts). This caused the billed to soared to USD 64 within 1 day. I would like to know if there are ways to reach…
Azure Cosmos DB
Can't change M30 tier cluster on cosmosdb to M20
I decided I wanted to try the M30 tier cluster for my cosmosdb, however we have determined it is not necessary for our application. I wanted to downgrade back to the M20 tier, however the azure portal currently doesn't allow me. Is there a way to change…
Azure Cosmos DB
Unable to upload json to cosmos db from functions app
Hi, I am trying to upload hardcoded json from functions app to cosmos db. It doesnt throw any error except it only shows failed. How do I troubleshoot this further def main(myblob: func.InputStream, cosmosOut: func.Out[func.Document]): start_utc =…