DR Practices for Cosmos DB Serverless Mode
Hi, I'm looking for advice on disaster recovery approaches for Azure Cosmos DB in serverless mode. Has anyone had experience with this scenario? (I currently have Continuous Backup enabled on my serverless Cosmos DB account.) Would it be a good idea to…
Azure Cosmos DB
Cosmos DB with Private Endpoint Regional Failover
Hi, I'm working on a setup where Azure Cosmos DB is configured with a Private Endpoint, and I have a question about its failover behavior. I understand that Cosmos DB typically uses the global endpoint for automatic regional resolution, but I'm unsure…
Azure Cosmos DB
Web application is unable to connect to CosmosDB in the US East region only
Microsoft.Azure.Cosmos.CosmosException : Response status code does not indicate success: ServiceUnavailable (503); Substatus: 20003; Only affects the instance in the US East region. Another instance in the US South Central region, connecting to the same…
Azure Cosmos DB
Cosmos Change feed - Azure function cosmos trigger
Will items from the same CosmosDB partition be processed by the same Azure Function instance (when scaled to multiple instances) or can multiple instances process updates from the same cosmos partition? Our situation: We have a cosmos db table where we…
Azure Cosmos DB
Problem with creating Azure Cosmos Db account
Problem with creating Azure Cosmos Db account. (1) When I am trying to create Cosmos Db, first need to create account and getting a problem that database regison is not supported (2) Also need to know what will be the price if I need to create a Cosmos…
Azure Cosmos DB
Error querying documents: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. (management.azure.com:443),
On portal.azure.com when I go to any of: Azure Cosmos DB for MongoDB account (RU) to the Data Explorer and I type a query like {"_id":"1234"} or I open a shell or I open the query tab I get the following error from the notification…
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


CosmosDB FullTextContains on Italian names
I'm trying to use the CosmosDB Full Text Search functionality on a field containing Italian company names. Running a query like SELECT c.name FROM c WHERE FullTextContains(c.name, "COOP") I would expect to find names with…
Azure Cosmos DB
How to connect an app service to azure cosmosDB for postgreSQL using Entra ID authentication?
I am looking up how to connect an app service to cosmosDB for postgreSQL using Entra ID authentication. In my application code, I am passing the username and password to authenticate into the database. Its given in the documentation that the Entra ID…
Azure Cosmos DB
Optimizing Bulk Operations for Cosmos DB
Hi, I have an Azure Function that is inserting and deleting more than 10 thousand items from Cosmos DB. Each document is around 1 kb is size. I am trying to reduce the number of calls made by the Azure Function to Cosmos DB for each function run. So, I…
Azure Cosmos DB
Cosmos DB Long-term Backup Retention
From my understanding, Cosmos DB periodic and continuous backup supports a max of 30 days backup retention. I require a (restorable, if possible) long-term backup retention, for example, 1 year. Is there any way to achieve this? Related question:…
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
getting 403 while create unique index
WhenEver I am trying to create unique Index it is giving 403, And index creating in failed status.
Azure Cosmos DB
Setting Up Vite React Website with Azure NoSQL Database
A Vite React website is being developed with a NoSQL database on the Azure platform to gain experience. Help is needed with configuring the database to be private while still allowing access from Azure Functions or Azure Static Web Apps. The issue arises…
Azure Cosmos DB
Having issue running mongodump
Hello i need to run backup dump on mongodb azure instance instance name - mongodb.dev.as-cluster.co error- massefa@MH4L2JK41X bin $ mongodump --uri="mongodb+srv://allseated:******@mongodb.dev.as-cluster.co/?tls=false" --db=test --out…
Azure Cosmos DB
Accidental deletion of CosmosDB with no Point in time restore
Hello. We just accidentally deleted a database with no Point in time Restore option turned on. I have the ID of the deleted resource. Could you please help us to restore it?
Azure Cosmos DB
Unable to create a Azure CosmosDB for MongoDB (vCore) resource
So when I'm trying to create a Azure CosmosDB for MongoDB(vCore) resource from the portal, it's failing with the below error: {"code":"UnprocessableEntity","message":"An unknown error occurred for the operation.…
Azure Cosmos DB
Not able to enable "Preview Features for Full Text Search"
I cannot enable "Preview Features for Full Text Search": even if the Enable button is shown and I can press it, after a while (1h), the Status is still off. Can it be a problem related to the region? Italy North More in general, what regions…
Azure Cosmos DB
i am trying to perform task on azure cosmosDB with REST api but the generated auth token works sometime only
Method 1>> I am trying to perform insert, update, delete and version change of azure cosmosDB document. Initially tried with az module using connection string authentication method using azure pipeline with ms hosted window machine but it was…
Azure Cosmos DB
An unexpected internal error has occurred while updating field in Cosmos DB
When I was updating a field in Cosmos DB using Compass, an error occurred [ActivityId=xxxxx] An unexpected internal error has occurred. This error did not happen before today.