Not able to create Azure DocumentDB (with MongoDB compatibility) resource in South Central US region.
Deployment fails with the error message says "Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details,\nLocation: southcentralus,\nSubscription:…
Azure Cosmos DB
Cannot deploy free tier DocumentDB due to Total Regional Cores current limit = 0
Hello, I am trying to deploy an Azure DocumentDB free tier for testing migration out of MongoDB. However, when attempting to deploy, I consistently get this error: ` Operation could not be completed as it results in exceeding approved Total Regional…
Azure Cosmos DB
Cannot create or view agents in new Foundry | Cosmos DB error
Azure Cosmos DB
System Metrics Not Updating After Scaling Azure DocumentDB (MongoDB vCore) from M10 to M20
Problem Description: We are experiencing an issue with system-level metrics (CPU percent, Memory percent, Storage percent, IOPS, and overall Resource Utilization metrics) for our Azure DocumentDB (with MongoDB compatibility) cluster, deployed in Central…
Azure Cosmos DB
How to drop a Gremlin vertex that contains "/" in the id field.
I cannot drop vertices that contain the "/" character in the id field. I get an error message…
Azure Cosmos DB
My cosmosDB network settings are stuck on Updating since a week. Means we cannot update from public to IP-limited access.
My cosmosDB network settings are stuck on Updating since a week. Means we cannot update from public to IP-limited access.
Azure Cosmos DB
Azure DocumentDB read-write access to specific databases
We were excited to see the announcement of Azure DocumentDB at the recent Azure Ignite. Currently we are doing a small POC and we were able to successfully connected our Spring Boot application to the cluster using Microsoft Entra ID authentication.…
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
Connection String for individual databases in Azure CosmosDB for MongoDB vCore
Hi, As advised in the response to my question at https://learn.microsoft.com/en-gb/answers/questions/5629583/how-to-create-a-custom-role-for-secondary-user-in, created secondary users at cluster level in Azure CosmosDB for MongoDB vCore. In our setup, we…
Azure Cosmos DB
How to query Cosmosdb using FullTextContains with fuzzy search parameters
In my full text search enabled resource container, I'm attempting to use the fuzzy search syntax to find close matches to a search term but receive and error when using the portal or python SDK (4.14.1) SELECT TOP 10 * FROM c WHERE…
Azure Cosmos DB
Restore backup of incidentally deleted Cosmos DB Storage containers
Hi, I accidentally deleted all the Cosmos DB containers in my database. I'd like to restore them, please. I would appreciate if you provide back what snapshots are available for restore and how fast you can restore the chosen one back to my…
Azure Cosmos DB
does Azure Cosmos DB for Mongo Support the listSearchIndexes command
Dear Azure team, I am testing some features on Azure Cosmos DB using the MongoDB API. Could you please confirm whether the listSearchIndexes command is supported in Cosmos DB for MongoDB? Thank you
Azure Cosmos DB
Missing Azure Cosmos DB for MongoDB option in API selection when creating Cosmos DB resource.
Hello, Im trying to create new Cosmos DB in Azure, but unfortunatly I dont have direct Azure Cosmos DB for MongoDB option when selecting APIs. I have only: Azure Cosmos DB for NoSQL Azure Document DB (with MongoDB compatibility) Azure Cosmos DB for…
Azure Cosmos DB
Refresh issue with Cosmos dB connection
Hi, I noticed one strange thing with my power bi report as I made a connection cosmos dB (used a query) and get the data applied some transformation created visual and published on the service now refresh is schedule for every day. Now some records get…
Azure Cosmos DB
Unable to Connect Azure Cosmos DB(Mongo db vcore) using Microsoft Entra ID in MongoDB Shell
Hi I have a Azure Cosmos DB(Mongo db vcore) and enabled the Microsoft Entraid authentication and have added one of AAD user Now I am trying to connect using mongosh or Mongo compass but it does not work. From mongsh I get error…
Azure Cosmos DB
[Java Spring] Error when save entity using JPA ( msg :java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.isValueNode()" because "jsonNode" is null)
I have a Spring Boot application that uses com.azure:azure-spring-data-cosmos:5.20.1. I’ve mapped my entities to the Cosmos containers like this: package com.fpt.emt.api.biz.assessments.model.v2.clustering; import…
Azure Cosmos DB
How to create a custom role for secondary user in CosmosDB for MongoDB vCore
I am facing the same problem as mentioned at https://learn.microsoft.com/en-us/answers/questions/5551293/how-to-create-a-custom-role-for-secondary-user-in In Azure CosmosDB for Mongo DB with Native DocumentDB authentication, able to create users at…
Azure Cosmos DB
How to connect to Azure Cosmos using the Java Cassandra Drivers
I have an existing application which uses Apache Cassandra, and I am attempting to check its compatibility with Azure Cosmos DB for Apache Cassandra My application uses a recent 4.x version of the DataStax Java Driver for Cassandra (this has subsequently…
Azure Cosmos DB
Azure Cosmos DB for PostgreSQL future?
I'm seeing a notification on all the Azure Cosmos DB for PostgreSQL documentation in learn.microsoft.com saying: Azure Cosmos DB for PostgreSQL is no longer supported for new projects. I've done a few searches, but haven't seen any other announcements…
Azure Cosmos DB
How to create a custom role for secondary user in CosmosDB for MongoDB vCore
I am trying to create a custom role that grants readWrite access to database. I am doing it to assign read write permissions to a specific database. The inbuilt role readWriteAnyDatabase grants read write access to all the database so I can not use this.…