Showing category results for Azure Cosmos DB for NoSQL

Oct 17, 2025
Post comments count0
Post likes count0

Boost your Azure Cosmos DB Efficiency with Azure Advisor Insights

Iria Osara
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
Sep 17, 2025
Post comments count0
Post likes count1

Record Scanner for vinyl collectors cuts costs with Azure Cosmos DB vector search

Azure Cosmos DB Team
Azure Cosmos DB Team

by Artur Drozdz, Founder of Record Scanner (recordscanner.com) If you’re like me, there’s at least one room in your home with an entire cabinet dedicated to your growing vinyl collection. At this point, you’ve probably heard that vinyl is making a comeback, it’s not just vintage anymore. In fact, after hitting a low during the 90s and 2000s, sal...

Azure Cosmos DB for NoSQLCustomers
Sep 16, 2025
Post comments count0
Post likes count0

🚀 Introducing the New VS Code Extension for Azure Cosmos DB

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

We’re excited to share that the Azure Databases extension for Visual Studio Code is now officially rebranded as the Azure Cosmos DB extension! 🎯 Why the Change? This rebranding is part of our effort to provide dedicated, streamlined tooling for each Azure database service. Similar to our extensions for MongoDB and PostgreSQL, the ne...

Azure Cosmos DB for NoSQL
Sep 10, 2025
Post comments count0
Post likes count0

Introducing the Azure Cosmos DB Account Overview Hub

Meredith Moore
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 toge...

Azure Cosmos DB for NoSQLAnnouncementsNews
Aug 22, 2025
Post comments count0
Post likes count1

Everyone is talkin’ bout vibes

Jay Gordon
Jay Gordon

Leading up to Microsoft Ignite, I wanted to pressure-test something the community keeps talking about: vibe coding. It’s 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 co...

Tips and TricksAzure Cosmos DB for NoSQL
Aug 6, 2025
Post comments count0
Post likes count1

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

Abhishek Gupta
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
Aug 5, 2025
Post comments count0
Post likes count0

Scalable AI with Azure Cosmos DB – Video Series

Manish Sharma
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 intel...

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