How to connect Power BI to Azure CosmosDB for MongoDB vCore?
I'm trying to connect Power BI to the Azure CosmosDB for MongoDB vCore Free Tier that I provisioned, but the connector asks for an 'Endpoint,' which is not provided in the resource's general panel. Using MongoCompass with the connection string, the…
Can't connect to free tier mongo cluster
I am trying to connect to my Free Tier mongo cluster. Through MongoDB Compass I get this error: Server record does not share hostname with parent URI. It seems like a DNS issue, anyone else who has encountered the same issue?
How to make an index In azure cosmos DB just Like Azure AI Search?
I want to create an Index inside my azure cosmos DB just like an azure AI Search Index, So that I can use that Index with Azure Open AI Rest API?
Azure CosmosDB - pymongo.errors.ServerSelectionTimeoutError: encoding with 'idna' codec failed
I am following the official Azure documentation to build a Travel AI Agent using Python, FastAPI, and Azure CosmosDB (MongoDB API) as the database. The project involves storing and retrieving travel-related data using CosmosDB as the vector store.…
Prevent application failure by upgrading to the minimum recommended version (4.48.2) of the Azure Cosmos DB Java SDK by 31 March 2025
Hello, I have Azure function app which uses .NET, cosmos db client and cosmos db. I am seeing following message in cosmos db in azure portal. "Prevent application failure by upgrading to the minimum recommended version (4.48.2) of the Azure Cosmos…
CosmosDB Metric Autoscaled RU not returning any data, per partition per region is enabled
CosmosDB Metric Autoscaled RU not returning any data, it has in the past. Per partition per region scaling/feature is enabled.
CosmosDB cannot read out documents with URL encoded IDs
We had a Cosmos DB account and in one of the containers some of the documents have URL encoded IDs, e.g.: rfq_123_%28test%29 meaning "rfq_123_(test)". I'm no fan of url encoded IDs, but I'm just supporting the project and it's too late to…
Azure stream analytics
I get this error when I want to display the data generated from this script
Unable to create CosmosDB Account in East US, East US2, and West US2
I need to create a CosmosDB account in one of the following regions: East US, East US2, and West US2, but is unable to do so. Any solution to it?
Request for Data Restore in Azure Cosmos DB for MongoDB Collection
Hello, We have encountered a critical issue with our Azure Cosmos DB for MongoDB account. On March 6, 2025, we accidentally deleted all document data from one of our collections. We need assistance in restoring the deleted data from the backup covering…
How can I attach a public IP and enable public access to a Cosmos DB instance initially set to Private Access?
As said in title, I've got a client looking to temporarily enable public access to their Cosmos DB clusters that were initially configured with private access only. The documentation I've found suggests creating a rule under Networking to allow public…
CosmosDB - Diagnostics in dotnet v3 SDK
Hello, We are using CosmosDB dotnet v3 SDK and we are fetching around 550kb of data in one query. Here is a gist of the code: We noticed that the “ReadNextAsync()” method takes 180ms to execute. After closer examinations of the diagnostics, we can see…

azure_ai extension on Azure Cosmos DB for PostgreSQL Cluster
Hello - is there guidance on installing the azure_ai extension on Azure Cosmos DB for PostgreSQL Cluster?
I accidentally did irreversible changes to Cosmos DB container, backup setting is not setup
I have made changes to the container in Cosmos DB, not having backup policy setup and need to revert the changes back. How can I do it?
How to disable the Materialized Views for NoSQL API (preview) in CosmosDB?
I have a CosmosDB with NOSQL API and I would like to turn on the Continuous backup. I am receiving the error that it cannot be turned on due to the active Materialized Views for NoSQL API. In Settings/Features I can indeed see the feature active, but I…
Cosmos DB Diagnostic Logs Not showing up RUs for Create operations
I am using CosmosDB for a while now, and I would like to take advantage of diagnostic logs to keep an eye on RU usage. Query logs work fine, HOWEVER my create requests are being logged with requestcharge equal to 0. Does anyone have any idea why that…
Creating an Azure Cosmos DB account fails
Trying to create an Azure Cosmos DB account. Get an error about the choosen region that is not available for my resource group. But there are only two regions to choose from, and none of them is available. What to do? This question is related to the…
FIPS enabled CosmosDB
I just want to know how to access FIPS-enabled CosmosDB and which services have FIPS enabled in terms of it. How does it work for FedRAMP environment.
Cosmos Db error : Request blocked by Auth
Hi, I can not read the data in Cosmos Dbs in all Azure Directories. Here is the error message: Request blocked by Auth : Request is blocked because principal [] does not have required RBAC permissions to perform action…
Does Cosmos DB have inverted index per physical partition or global inverted index
Will multiple inverted indexes be created for a container that has more than one physical partition? Trying to understand how the query execution would be for a scenario where I cannot use the partition key but only relying on the index and there are…