Showing tag results for Azure Cosmos DB

Jul 28, 2025
Post comments count0
Post likes count1

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

Abhishek Gupta
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
Jul 21, 2025
Post comments count0
Post likes count2

Integration testing for Go applications using Testcontainers and containerized databases

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

Go SDKAzure Cosmos DB for NoSQL
Jul 17, 2025
Post comments count0
Post likes count1

Build reliable Go applications: Configuring Azure Cosmos DB Go SDK for real-world scenarios

Abhishek Gupta
Abhishek Gupta

When building applications that interact with databases, developers frequently encounter scenarios where default SDK configurations don't align with their specific operational requirements. They need to customize SDK behavior to address real-world challenges like network instability, performance bottlenecks, debugging complexity, monitoring require...

Azure Cosmos DB for NoSQLGo SDK
Jul 14, 2025
Post comments count0
Post likes count0

Announcing Cosmos DB in Microsoft Fabric (Preview) with New Capabilities!

Jilene Maldonado
Jilene Maldonado

We’re excited to unveil the open Public Preview of Cosmos DB in Microsoft Fabric, now available to all users! Since our initial announcement at Microsoft Build 2025, we’ve introduced an array of powerful new features to enhance your data workflows. With this release, you can seamlessly access and analyze your operational data across the Fabr...

Azure Cosmos DB for NoSQLAIAnalytics
Jul 11, 2025
Post comments count0
Post likes count1

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
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 19, 2025
Post comments count0
Post likes count0

New Generally Available and Preview Search Capabilities in Azure Cosmos DB for NoSQL

James Codella
James Codella

At Microsoft Build 2025, we're excited to announce general availability of search capabilities for Azure Cosmos DB, including full-text and hybrid search, enabling developers to build highly performant, scalable, and intelligent applications. We're also introducing new preview enhancements such as multi-language support and fuzzy search, further en...

Azure Cosmos DB for NoSQLAIQuery
May 19, 2025
Post comments count0
Post likes count0

Azure AI Foundry Connection for Azure Cosmos DB and BYO Thread Storage in Azure AI Agent Service

James Codella
James Codella

We’re announcing new integrations between Azure Cosmos DB and the Azure AI ecosystem: the Azure AI Foundry Connection for Azure Cosmos DB and bring-your-own thread storage in Azure AI Agent Service. These capabilities make it easier for developers to build enterprise-ready agentic applications using their own data stored in Azure Cosmos DB. Azure ...

AIAzure Cosmos DB for NoSQLAzure OpenAI
May 8, 2025
Post comments count0
Post likes count0

Fabric Mirroring for Azure Cosmos DB: Public Preview Refresh Now Live with New Features

Jilene Maldonado
Jilene Maldonado

We’re thrilled to announce the latest refresh of Fabric Mirroring for Azure Cosmos DB, now available with several powerful new features that enhance your data analytics infrastructure. This update significantly improves the experience, making it easier than ever to replicate your Azure Cosmos DB data into OneLake in Microsoft Fabric—giving you more...

AnalyticsAzure Cosmos DB for NoSQLAnnouncements
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