Azure Cosmos DB Blog

The latest news, updates and technical insights from the Azure Cosmos DB team

Featured posts

Implementing Chat History for AI Applications Using Azure Cosmos DB Go SDK
Mar 11, 2025
0
1

Implementing Chat History for AI Applications Using Azure Cosmos DB Go SDK

Abhishek Gupta
Abhishek Gupta

This blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go SDK and langchaingo. If you are new to the Go SDK, the sampl...

Azure Cosmos DB for NoSQLAIAzure OpenAI
Migrating data from DynamoDB to Azure Cosmos DB
Feb 25, 2025
0
3

Migrating data from DynamoDB to Azure Cosmos DB

Abhishek Gupta
Abhishek Gupta

Co-authors: RK Iyer, Mangal Dutta Migrating stateful systems, such as databases, is a complex process. A frequent requirement for customers is to transfer da...

Azure Cosmos DB for NoSQLMigrationSpark

Latest posts

Effortless Scaling: Autoscale goes GA on vCore-based Azure Cosmos DB for MongoDB
Mar 12, 2025
0
0

Effortless Scaling: Autoscale goes GA on vCore-based Azure Cosmos DB for MongoDB

Sudhanshu Vishodia
Sudhanshu Vishodia

We’re thrilled to announce that Autoscale is now generally available (GA) for vCore-based Azure Cosmos DB for MongoDB! Say goodbye to manual scaling and overprovisioning—Autoscale dynamically adjusts your database capacity in real time, ensuring peak performance exactly when you need it. Unlike traditional managed MongoDB solutions that take hours (or even days) to scale, Autoscale responds instantly, optimizing resources and cutting unnecessary costs. The future of database scaling is here—provision Autoscale today and let your MongoDB workloads take care of themselves! Leave a rev...

Making MongoDB workloads more affordable with M10/M20 tiers in vCore-based Azure Cosmos DB
Mar 12, 2025
0
0

Making MongoDB workloads more affordable with M10/M20 tiers in vCore-based Azure Cosmos DB

Sudhanshu Vishodia
Sudhanshu Vishodia

vCore based Azure Cosmos DB for MongoDB is expanding its offerings with the new cost-effective M10 and M20 tiers for vCore-based deployments. These tiers lower the entry barrier for organizations adopting MongoDB within the Azure ecosystem, offering market-leading affordability while maintaining Azure's enterprise-grade reliability and features. Market-leading Affordability These new dedicated cluster tiers demonstrate Azure's commitment to making MongoDB accessible to all users, starting a 1.9 cents/hour! Cost is not a barrier to choosing vCore-based Azure Cosmos DB for your MongoDB workloads. Consist...

How Microsoft Copilot scales to millions of users with Azure Cosmos DB
Mar 6, 2025
0
5

How Microsoft Copilot scales to millions of users with Azure Cosmos DB

Azure Cosmos DB Team
Azure Cosmos DB Team

This article is guest authored by Youssef Moussaoui, member of the technical staff, Microsoft Copilot. As part of the team developing Microsoft Copilot, we’re constantly looking for ways to improve the application and keep our millions of users engaged. With this in mind, we recently evaluated the structure of our backend and began looking for a database that would set the foundation for Copilot’s future. Copilot today processes billions of messages from millions of active users, so we needed a database solution that not only delivered a fast, engaging experience, but also provided worldwide coverage to sup...

Announcing the Public Preview of the Azure Cosmos DB SDK for Rust!
Feb 26, 2025
0
1

Announcing the Public Preview of the Azure Cosmos DB SDK for Rust!

Theo van Kraay
Theo van Kraay

We’re excited to announce the public preview of the Azure Cosmos DB SDK for Rust, a native Rust SDK that enables developers to interact with Azure Cosmos DB for NoSQL accounts from their Rust applications. Following the release of Azure SDK for Rust Beta, the Azure Cosmos DB Rust SDK provides an idiomatic API for performing operations on databases, containers, and items. With this release, Rust developers can now build high-performance, scalable applications using Azure Cosmos DB. Rust is an excellent choice for modern application development due to its focus on performance, memory safety, and concurrency. ...

New Azure Cosmos DB Design Patterns Video Series – Learn, Implement, and Contribute!
Feb 24, 2025
0
0

New Azure Cosmos DB Design Patterns Video Series – Learn, Implement, and Contribute!

Jay Gordon
Jay Gordon

We’re excited to introduce the Azure Cosmos DB Design Patterns video series—your go-to resource for learning how to design scalable, efficient, and cost-effective applications with Azure Cosmos DB. Built on real-world use cases, each episode explores a proven design pattern, walking through how it works, when to use it, and how to implement it using sample code from the Azure Cosmos DB Design Patterns GitHub repository. Hosted by Mark Brown (Azure Cosmos DB Principal Program Manager) and Jasmine Greenaway (Microsoft Senior Cloud Advocate), this series provides actionable insights to help you optimize your data ...

Moving to TLS 1.2 for Azure Cosmos DB: Ensuring Secure Connections
Feb 20, 2025
0
0

Moving to TLS 1.2 for Azure Cosmos DB: Ensuring Secure Connections

Iria Osara
Iria Osara

Security and reliability are at the core of modern cloud applications. To strengthen data protection and align with industry best practices, we encourage all Azure Cosmos DB customers to transition to TLS 1.2. This post explains why this change is important, how to make the transition, and the benefits it brings to your applications. Why Move to TLS 1.2?  Transport Layer Security (TLS) is a critical component in securing data transmitted over networks. TLS 1.2 offers enhanced security features compared to its predecessors, TLS 1.0 and 1.1. By moving to TLS 1.2 or later, you ensure that your data is protected wi...

DocumentDB is Gaining Momentum in the Open-Source Database World
Feb 12, 2025
0
3

DocumentDB is Gaining Momentum in the Open-Source Database World

Patty Chow
Patty Chow

In the short amount of time since we unveiled DocumentDB, our open-source document database platform powering the vCore based Azure Cosmos DB for MongoDB, and the feedback has been nothing short of phenomenal. In this short time, we've received a lot of attention from tech media and community members alike. Rapid Community Adoption Developers and database enthusiasts have embraced DocumentDB with overwhelming enthusiasm, rapidly driving traction among both users and contributors. In just under a week, our project earned 1000 GitHub stars, nearly 50 forks, and multiple pull requests and issues—clear evidence of ...

A Powerful, Open-Source MongoDB GUI for Everyone
Feb 11, 2025
3
0

A Powerful, Open-Source MongoDB GUI for Everyone

Tomasz Naumowicz
Tomasz Naumowicz

Introduction Azure Cosmos DB for MongoDB provides robust support through its Request Units (RU) model and vCore-based architecture, enabling flexible and scalable options for various workloads. We are now on a mission to deliver the ultimate developer experience. To achieve this, we have integrated Azure Cosmos DB for MongoDB support into the Azure Databases VS Code Extension. The free Azure Databases VS Code Extension, available on the VS Code Marketplace, provides a reliable and intuitive MongoDB GUI for developers, database administrators, and teams working with MongoDB - on Azure and beyond. MongoDB Supp...

Use Azure Cosmos DB as a Docker container in CI/CD pipelines
Feb 5, 2025
0
3

Use Azure Cosmos DB as a Docker container in CI/CD pipelines

Abhishek Gupta
Abhishek Gupta

There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database in an isolated container with a clean state, preventing conflicts between tests. This results in a testing environment that is reliable, consistent, and cost effective. This approach also reduces latency and improves the overall performance of the CI/CD pipeline because the database is locally accessible. The Linux-based Azure Cosmos DB emulator is available as a Docker container and can run on a variety of platf...