Showing tag results for Azure Cosmos DB

Nov 20, 2025
Post comments count0
Post likes count0

Announcing Private Preview: Safe Account Key rotation using Account Key Usage Metadata

Iria Osara

Account Key Usage Metadata is a new security and observability feature that helps Azure Cosmos DB customers avoid service disruptions during key rotations. It provides visibility when each account key was last used, allowing teams to make informed decisions before rotating or migrating to Entra ID.  This feature addresses a common challenge of r...

Azure Cosmos DB for NoSQLSecurity
Nov 18, 2025
Post comments count0
Post likes count2

Introducing the Azure Cosmos DB MCP Toolkit: Empowering AI Agents with Azure Cosmos DB Intelligence

Sajeetharan Sinnathurai

We're excited to announce the Azure Cosmos DB MCP Toolkit in public preview. This open-source implementation of the Model Context Protocol (MCP) gives AI agents and LLMs direct, secure access to Azure Cosmos DB. The toolkit bridges intelligent applications and globally distributed databases, enabling AI agents to query, search, and understand data ...

AI
Nov 6, 2025
Post comments count0
Post likes count0

From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025

Jay Gordon

Microsoft Ignite 2025 is your opportunity to explore how Azure Cosmos DB, Cosmos DB in Microsoft Fabric, and DocumentDB power the next generation of intelligent, planet-scale applications. Whether you’re building real-time analytics pipelines, optimizing MongoDB-compatible workloads, or implementing AI-driven architectures, these technologies a...

AnnouncementsEvents
Nov 5, 2025
Post comments count0
Post likes count0

Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

James Codella

Azure Cosmos DB’s geospatial capabilities just got even better! We're excited to announce that you can now sort query results by distance using an ORDER BY ST_DISTANCE(...) clause in the NoSQL query language while leveraging a spatial index. Why is this important? Previously, you could use ST_DISTANCE in projections or WHERE clauses to fi...

Azure Cosmos DB for NoSQLQuery
Nov 5, 2025
Post comments count0
Post likes count0

Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

James,
Minh

Azure Cosmos DB for NoSQL now features Query Advisor, designed to help you write faster and more efficient queries. Whether you’re optimizing for performance, cost, or scalability, Query Advisor provides actionable recommendations to help you get the most out of your data. Why Query Optimization Matters Azure Cosmos DB’s SQL API is flexible and e...

QueryAzure Cosmos DB for NoSQL
Nov 3, 2025
Post comments count0
Post likes count0

Accelerate Your Growth: Azure Cosmos DB Partner Acceleration Program

Manish Sharma

Unlock 360° Success with the Cosmos DB Engineering Team Are you ready to elevate your cloud data practice and drive innovation for your customers? The Azure Cosmos DB Partner Acceleration Program—spearheaded by the Cosmos DB Engineering Team—offers a unique, end-to-end journey for partners. This initiative is designed to empower, upskill, and acce...

AIAzure Cosmos DB for NoSQLAzure Cosmos DB for MongoDB
Oct 17, 2025
Post comments count0
Post likes count0

Boost your Azure Cosmos DB Efficiency with Azure Advisor Insights

Iria Osara

Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service, trusted for mission-critical workloads that demand high availability, scalability, and low latency. In this post we will discover how to maximize the full potential of Azure Cosmos DB using Azure Advisor recommendations to help you build smarter, faster, and more sec...

Azure Cosmos DB for NoSQLTips and TricksData Modeling
Aug 13, 2025
Post comments count0
Post likes count0

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. ...

Azure Cosmos DB for Apache CassandraAnnouncements
Aug 6, 2025
Post comments count0
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, ...

Azure Cosmos DB for NoSQL
Jul 28, 2025
Post comments count0
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 strategie...

Azure Cosmos DB for NoSQLData ModelingGo SDK