The Wayback Machine - http://web.archive.org/web/20250912125635/https://devblogs.microsoft.com/cosmosdb/
 



Skip to main content
 


Dev Blogs  






Home 


 

Microsoft for Developers  

Visual Studio  

Visual Studio Code  

Develop from the cloud  

All things Azure  

Xcode  

DevOps  

Windows Developer  

Developer support  

ISE Developer  

Engineering@Microsoft  

Azure SDK  

Command Line  

Perf and Diagnostics  

React Native  




 

AutoGen  

DirectX  

OpenAPI  

Semantic Kernel  

SurfaceDuo  

Windows AI Platform  




 

C++  

C#  

F#  

TypeScript  

PowerShell Community  

PowerShell Team  

Python  

JavaScript  

Java  

Java Blog in Chinese  

Go




 

All .NET posts  

.NET Aspire  

.NET MAUI  

AI

ASP.NET Core  

Blazor  

Entity Framework  

NuGet  

Servicing  

.NET Blog in Chinese  




 

#ifdef Windows  

Azure AI Foundry  

Azure Government  

Azure VM Runtime Team  

Bing Dev Center  

Microsoft Edge Dev  

Microsoft Azure  

Microsoft 365 Developer  

Microsoft Entra Identity Developer  

Old New Thing  

Power Platform  

Windows MIDI and Music dev  




 

Azure Cosmos DB  

Azure Data Studio  

Azure SQL  

OData  

Revolutions R  

SQL Server Data Tools  

Unified Data Model (IDEAs)  





 















Dev Blogs
Azure Cosmos DB Blog
 


Azure Cosmos DB Blog

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



Latest posts

 




Introducing the Azure Cosmos DB Account Overview Hub




Sep 10, 2025 



Post comments count  0 




Post likes count  0 



Introducing the Azure Cosmos DB Account Overview Hub 



Meredith Moore  
A Simpler Way to Navigate, Learn, and Optimize your Azure Cosmos DB Account within the Azure Portal. Whether you are just getting started with Azure Cosmos DB or managing a production workload, finding the right tools and guidance in the Azure portal should be simple. The new Cosmos DB Account Overview Hub makes that possible. It brings together setup help, data access, monitoring tools, learning resources, and recommendations, all in one central, easy-to-navigate view.  Try it out by navigating to your Azure Cosmos DB account, then navigate to the left navigation pane and select Overview. What You will... 




Secure Your Connections with Entra ID Support in the DocumentDB VS Code Extension




Aug 25, 2025 



Post comments count  0 




Post likes count  0 



Secure Your Connections with Entra ID Support in the DocumentDB VS Code Extension 



Khelan Modi  
Today, we're thrilled to announce a major update to the DocumentDB for VS Code extension that will make life easier for enterprise developers. With version 0.3, you can now connect to your Azure Cosmos DB for MongoDB (vCore) clusters using Microsoft Entra ID authentication.  For many organizations, using a central identity provider is a top security priority. Entra ID (formerly Azure AD) provides a secure, passwordless authentication method that helps you move away from managing connection strings with secrets. This update brings that modern security standard directly into your VS Code workflow so you can conn... 




Everyone is talkin’ bout vibes




Aug 22, 2025 



Post comments count  0 




Post likes count1
 


Everyone is talkin bout vibes 



Jay Gordon  
Leading up to Microsoft Ignite, I wanted to pressure-test something the community keeps talking about: vibe coding. Its a style of AI-assisted development where you describe outcomes in natural language and your assistant does most of the scaffolding, refactoring, and glue. You keep momentum by talking through the work, and you only drop to raw code when you need to tighten the screws. If youve ever written music, the metaphor fits: youre chasing a riff, not over-theorizing scales. A writing partner sits beside you, nudging phrasing, trimming bars, and pushing you through the bridge. After a few loops, youve... 




Data encryption with customer-managed key (CMK) for Azure Cosmos DB for MongoDB vCore




Aug 14, 2025 



Post comments count  0 




Post likes count  0 



Data encryption with customer-managed key (CMK) for Azure Cosmos DB for MongoDB vCore 



Nik Larin (Azure Data)  
Built-in security for every configuration Azure Cosmos DB for MongoDB vCore is designed with security as a foundational principle. Regardless of how your cluster is configuredwhether it's a single-node deployment or a multi-shard architectureyour data is always encrypted at rest using the AES-256 cipher, one of the most trusted and widely adopted encryption standards. This encryption is automatically handled using a service-managed key (SMK). Theres no setup required, no toggle to enableits always on. SMK-based encryption ensures that your data is protected by default, delivering all the benefits of AES-... 




Azure Managed Instance for Apache Cassandra v5.0 Generally Available!




Aug 13, 2025 



Post comments count  0 




Post likes count  0 



Azure Managed Instance for Apache Cassandra v5.0 Generally Available! 



Manish Sharma  
Azure Managed Instance for Apache Cassandra Upgrade to Cassandra v5.0 is now generally available, bringing a host of powerful new features and performance improvements to your cloud-native applications. This release marks a significant milestone for developers and data platform teams looking to modernize their distributed data infrastructure. Why Upgrade to Cassandra v5.0? Cassandra v5.0 introduces several enhancements that make it a compelling upgrade for existing users and an attractive option for new workloads. With support for ACID transactions, Dynamic Data masking, Vector Search, Storage-attached inde... 




Build a RAG application with LangChain and Local LLMs powered by Ollama




Aug 6, 2025 



Post comments count  0 




Post likes count1
 


Build a RAG application with LangChain and Local LLMs powered by Ollama 



Abhishek Gupta  
Local large language models (LLMs) provide significant advantages for developers and organizations. Key benefits include enhanced data privacy, as sensitive information remains entirely within your own infrastructure, and offline functionality, enabling uninterrupted work even without internet access. While cloud-based LLM services are convenient, running models locally gives you full control over model behavior, performance tuning, and potential cost savings. This makes them ideal for experimentation before running production workloads. The ecosystem for local LLMs has matured significantly, with several exce... 




Scalable AI with Azure Cosmos DB – Video Series




Aug 5, 2025 



Post comments count  0 




Post likes count  0 



Scalable AI with Azure Cosmos DB  Video Series 



Manish Sharma  
Scalable AI in Action with Azure Cosmos DB  A Monthly Partner Showcase As AI continues to reshape industries, customers are seeking scalable, real-time solutions that integrate seamlessly with their existing data platforms. Azure Cosmos DB, with its global distribution, low latency, and multi-model support, is uniquely positioned to power intelligent applications at scale. To help customers explore whats possible, were launching the Scalable AI in Action with Azure Cosmos DB seriesa monthly video session that highlights how partners are building transformative AI solutions using Azure Cosmos DB and Azur... 




Scaling multi-tenant Go applications: Choosing the right database partitioning approach




Jul 28, 2025 



Post comments count  0 




Post likes count1
 


Scaling multi-tenant Go applications: Choosing the right database partitioning approach 



Abhishek Gupta  
Multi-tenant applications face a fundamental challenge: how to efficiently store and query data for tenants of vastly different sizes? Consider the typical scenario where your platform serves both enterprise clients with hundreds of thousands of users, as well as small businesses with just a handful. With traditional database partitioning strategies you are likely to run into these common issues:   Azure Cosmos DB has been a go-to solution for multi-tenant applications due to its global distribution, automatic scaling, and flexible data models. Its partition-based architecture naturally aligns ... 




Integration testing for Go applications using Testcontainers and containerized databases




Jul 21, 2025 



Post comments count  0 




Post likes count2
 


Integration testing for Go applications using Testcontainers and containerized databases 



Abhishek Gupta  
Integration testing has always presented a fundamental challenge: how do you test your application against real dependencies without the complexity of managing external services? Traditional approaches often involve either mocking dependencies (which can miss integration issues) or maintaining separate test environments (which can be expensive and difficult to manage consistently). Hello Testcontainers! Testcontainers solves this problem elegantly by providing a way to run lightweight, throwaway instances of databases, message brokers, web servers, and other services directly within your test suite. Instead of ... 




Load more posts  









 












What's new


Surface Pro  

Surface Laptop  

Surface Laptop Studio 2  

Surface Laptop Go 3  

Microsoft Copilot  

AI in Windows  

Explore Microsoft products  

Windows 11 apps  




Microsoft Store


Account profile  

Download Center  

Microsoft Store support  

Returns  

Order tracking  

Certified Refurbished  

Microsoft Store Promise  

Flexible Payments  




Education


Microsoft in education  

Devices for education  

Microsoft Teams for Education  

Microsoft 365 Education  

How to buy for your school  

Educator training and development  

Deals for students and parents  

AI for education  






Business


Microsoft Cloud  

Microsoft Security  

Dynamics 365  

Microsoft 365  

Microsoft Power Platform  

Microsoft Teams  

Microsoft 365 Copilot  

Small Business  




Developer &IT


Azure  

Microsoft Developer  

Microsoft Learn  

Support for AI marketplace apps  

Microsoft Tech Community  

Azure Marketplace  

AppSource  

Visual Studio  




Company


Careers  

About Microsoft  

Company news  

Privacy at Microsoft  

Investors  

Diversity and inclusion  

Accessibility  

Sustainability  




Your Privacy Choices Opt-Out Icon   Your Privacy Choices