Showing results for 2025 - Azure Cosmos DB Blog

Jul 11, 2025
Post comments count0
Post likes count0

Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions

Abhishek Gupta
Abhishek Gupta

The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, statically linked binary, making deployment simple and reducing external dependencies. They start up quickly, which is ideal for serverless environments where functions are frequently invoked from a cold start. Go app...

Azure Cosmos DB for NoSQLGo SDKServerless
Jun 30, 2025
Post comments count0
Post likes count0

Latest NoSQL Java Ecosystem Updates: June 2024 – June 2025

Theo van Kraay
Theo van Kraay

Welcome to the latest roundup of key updates across the Azure Cosmos DB Java ecosystem! The largest external customers of Azure Cosmos DB API for NoSQL, running some of the biggest and most mission critical workloads in Azure, are primarily Java users! From powerful new AI integrations to improvements in the Java SDK, Spring Data, Spark, and Kafka...

Azure Cosmos DB for NoSQLAIJava SDK
Jun 6, 2025
Post comments count0
Post likes count1

Building a Modern Python API with Azure Cosmos DB: A 5-Part Video Series

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

I'm excited to share our new video series where I walk through building a production-ready inventory management API using Python, FastAPI, and Azure Cosmos DB NoSQL. This project demonstrates modern async patterns, clean architecture, and enterprise-grade features like batch operations and optimistic concurrency control. This builds on our Get...

Azure Cosmos DB for NoSQLPython SDK
May 30, 2025
Post comments count0
Post likes count1

Powering Real-Time Messaging at Scale with Azure Cosmos DB

Surendra Singh
Surendra Singh

Microsoft Teams, Copilot, Azure Communication Services and many other product offerings from Microsoft, rely on a unified messaging platform that powers real-time communication and collaboration at an unprecedented scale. This messaging platform has become critical for enabling boundary-less collaboration, supporting hundreds of millions of users w...

Azure Cosmos DB for NoSQL
May 29, 2025
Post comments count0
Post likes count0

Building Multi-Agent AI Apps in Java with Spring AI and Azure Cosmos DB!

Theo van Kraay
Theo van Kraay

As AI-driven apps become more sophisticated, there's an increasing need for them to mimic collaborative problem solving - like a team of domain experts working together. Multi-agent apps offer exactly that: collections of specialized agents that cooperate to handle complex tasks. But to make them production-grade, you need more than just clever pro...

Azure Cosmos DB for NoSQLAIJava SDK
May 28, 2025
Post comments count0
Post likes count0

Azure Cosmos DB TV – Everything New in Azure Cosmos DB from Microsoft Build 2025

Jay Gordon Mark Brown Kirill Gavrylyuk
Jay,
Mark,
Kirill

Microsoft Build 2025 brought major innovations to Azure Cosmos DB, and in Episode 105 of Azure Cosmos DB TV, Principal Program Manager Mark Brown sits down with Kirill Gavrylyuk, Vice President and GM of Azure Cosmos DB, to break it all down. Whether you're developing AI-native apps, building with MongoDB, or just looking for better performance an...

Azure Cosmos DB for NoSQL
May 28, 2025
Post comments count3
Post likes count2

DocumentDB Local – MongoDB API on Your Machine

Tomasz Naumowicz
Tomasz Naumowicz

Introduction DocumentDB Local provides a lightweight, containerized environment that lets you develop and test applications locally using a MongoDB-compatible interface. It’s ideal for prototyping or running integration tests without needing a cloud setup. When paired with the DocumentDB Extension for Visual Studio Code, it creates a focused and c...

Azure Cosmos DB for MongoDBTips and Tricks
May 23, 2025
Post comments count0
Post likes count1

Announcing General Availability of JavaScript SDK v4 for Azure Cosmos DB

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

We’re excited to launch version 4 of the Azure Cosmos DB JavaScript SDK! This update delivers major improvements that make it easier and faster to build high-performance apps with the Azure Cosmos DB for NoSQL API. Version 4 is available now and targets Node.js v18 and above, introducing a host of new capabilities, including: ...

Azure Cosmos DB for NoSQL
May 23, 2025
Post comments count0
Post likes count0

Confluent Cloud Releases Managed V2 Kafka Connector for Azure Cosmos DB

Theo van Kraay
Theo van Kraay

This article was co-authored by Sudhindra Sheshadrivasan, Staff Product Manager at Confluent. We’re excited to announce the General Availability (GA) of the Confluent Cloud-managed V2 Kafka Connector for Azure Cosmos DB! This release marks a major milestone in our mission to simplify and streamline real-time data streaming from and into Azure Co...

Azure Cosmos DB for NoSQLJava SDKChange Feed
May 23, 2025
Post comments count2
Post likes count1

Meet the DocumentDB Extension for VS Code and DocumentDB Local — A Fast, Friendly Way to Work with DocumentDB, Locally and Beyond

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

Say hello to the new DocumentDB extension for Visual Studio Code—an efficient open-source database tool that brings your MongoDB API and DocumentDB databases right into your editor. Designed for developers building cloud apps, working in hybrid or local setups, or debugging live production systems, this extension lets you browse, manage, and query ...

Azure Cosmos DB for NoSQL