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
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
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
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 =…
Azure Cosmos DB
Unable to create Azure Cosmos DB (Serverless) in North Central US – “experiencing high demand… request region access” error
I am trying to create an Azure Cosmos DB account in North Central US using PowerShell and the ARM resource directly (to enable serverless via capacityMode = "Serverless"). My PowerShell script looks like this: $Params = @{ResourceGroupName …
Azure Cosmos DB
Why does updating the firewall IP configuration in Azure Cosmos DB result in slow performance?
When utilizing GitHub Actions to update the networking firewall settings of CosmosDB, the process of adding a single IP address requires approximately 8 minutes to complete. Similarly, the removal of an IP address from the firewall settings also takes an…
Azure Cosmos DB
Azure Cosmos Emulator unable to start correctly
Azure Cosmos Emulator unable to start correctly. (Windows MSI)
Azure Cosmos DB
CORS policy: Permission was denied for this request to access the `unknown` address space.
Hi, We are experiencing the same issue discussed on this link [ https://learn.microsoft.com/en-us/answers/questions/5604651/cannot-view-data-in-the-azure-cosmos-db-data-explo ] on MS Edge (ver:143.0.3650.80) and also Chrome (ver:142.0.7444.176)…
Azure Cosmos DB
Accidentally deleted cosmos db account
Hello - Accidentally deleted cosmos db account - can you please help restore it asap? Thank you.
Azure Cosmos DB
Value which I am storing is not returned when I queried the record back
Hi Team, I my cosmos (NoSql) database i am storing a record with a value (tripID: 18031765881344672) , But when I query the same record it gave me the record with different tripID value (18031765881344670) . Somehow the cosmos is rounding off I…
Azure Cosmos DB
Cosmos DB SQL API account unreachable — TCP 443 fails, SDK returns 503/20003, ActivityId = 00000000-0000-0000-0000-000000000000
I appear to be experiencing a complete data‑plane outage on my Azure Cosmos DB SQL API account named orcasound (WestUS2). All SDK operations fail with: 503 ServiceUnavailable (Substatus 20003) GatewayStoreClient Request Timeout ActivityId:…
Azure Cosmos DB
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?
Azure Cosmos DB
Does MongoDB Atlas on Azure Portal have Natural Language Querying Capabilities ?
Azure Provides a MongoDB Atlas service and i want to understand how its different from the MongoDB with Azure Cosmos and does it have built-in features like Natural Language Search and Vector Search
Azure Cosmos DB
Azure Mongo vcore private endpoint not created, or not working as expected
Hello team, I am trying to configure Mongo vCore with private endpoints and not allowed public traffic. I am really confused because of documentation. I found there is Azure Module which approved by Azure and TF for creating vCore with private…