Showing results for April 2025 - Azure Cosmos DB Blog

Apr 25, 2025
Post comments count0
Post likes count0

Getting Started with Azure Cosmos DB Using the Python SDK

Gwyneth Peña-Siguenza
Gwyneth Peña-Siguenza

If you're new to Azure Cosmos DB and looking to build applications with Python, you're in the right place. I’ve created a four-part video series designed to take you from the basics to practical, real-world querying techniques—no prior experience required. Whether you’re setting up your first database, learning how to model your data, or optimizing...

Python SDKAzure Cosmos DB for NoSQL
Apr 22, 2025
Post comments count0
Post likes count1

Azure Cosmos DB Conf 2025 Recap: AI, Apps & Scale

Jay Gordon
Jay Gordon

On April 15, 2025, developers from around the world came together for Azure Cosmos DB Conf 2025—a free virtual event co-hosted by Microsoft and the vibrant Azure Cosmos DB community. From early-morning keynotes to lightning talks and live demos, the event was packed with fresh insights, expert guidance, and real-world examples of how developers are...

Azure Cosmos DB ConfAnnouncements
Apr 21, 2025
Post comments count0
Post likes count3

Azure Cosmos DB with DiskANN Part 2: Scaling to 1 Billion Vectors with <100ms Search Latency

James Codella Haiyang Xu Harsha Simhadri
James,
Haiyang,
Harsha

Introduction In the first part of our series on Azure Cosmos DB Vector Search with DiskANN, we explored the fundamentals of vector indexing and search capabilities using Azure Cosmos DB for NoSQL and demonstrated a few early performance and cost characteristics. In Part 2, we’ll demonstrate how to scale to 1 billion vector datasets, while maintain...

AIAzure Cosmos DB for NoSQL
Apr 14, 2025
Post comments count0
Post likes count1

Introducing Region Selection in Azure Cosmos DB Data Explorer for NoSQL Accounts

Meredith Moore Craig
Meredith,
Craig

You asked—we delivered! Users can now manually select the region Data Explorer sends requests to! When you use Entra Authentication with NoSQL accounts, you can now enable the Region Selection option in settings. This new capability gives you precise control over where your requests are sent, helping you test, troubleshoot, and optimize performance...

Azure Cosmos DB for NoSQL
Apr 10, 2025
Post comments count0
Post likes count1

Getting insights from changes to items in Azure Cosmos DB just got easier!

Justine Cocchi
Justine Cocchi

Azure Cosmos DB’s change feed provides a view of changes to data in your container. This enables patterns like event sourcing, auditing and synchronizing downstream systems. Change feed can be read in real time or on demand, giving you the most flexibility for processing and reprocessing changes. Change feed is available in two modes, latest ver...

Azure Cosmos DB for NoSQL
Apr 9, 2025
Post comments count0
Post likes count3

Unlock Real-Time Insights: Power BI Integration with vCore-based Azure Cosmos DB for MongoDB Now in Public Preview!

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

We are excited to introduce Power BI integration for vCore-based Azure Cosmos DB for MongoDB. This certified solution brings your operational data to life through real-time dashboards, directly in the Power BI interface that your analytics teams already love.  You can now connect Power BI Desktop directly to your vCore-based Azure Cosmos DB for ...

Azure Cosmos DB for NoSQL
Apr 1, 2025
Post comments count0
Post likes count0

Exact Nearest Neighbor (ENN) Vector Search for Precise Retrieval

Khelan Modi
Khelan Modi

In applications such as personalized recommendations and scientific research, accurately identifying the closest data points to a given query is crucial. Traditional methods like Approximate Nearest Neighbor (ANN) search offer faster retrieval times by approximating results but may sacrifice accuracy, leading to potential errors in scenarios where ...

Azure Cosmos DB for MongoDB