Showing results for Visual Studio Code - Azure Cosmos DB Blog

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
Feb 11, 2025
Post comments count3
Post likes count0

A Powerful, Open-Source MongoDB GUI for Everyone

Tomasz Naumowicz
Tomasz Naumowicz

Introduction Azure Cosmos DB for MongoDB provides robust support through its Request Units (RU) model and vCore-based architecture, enabling flexible and scalable options for various workloads. We are now on a mission to deliver the ultimate developer experience. To achieve this, we have integrated Azure Cosmos DB for MongoDB support into the Azur...

Azure Cosmos DB for NoSQL
Mar 13, 2020
Post comments count1
Post likes count0

Create a Java Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

Theo van Kraay
Theo van Kraay

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Change FeedTips and TricksJava SDK
Mar 11, 2020
Post comments count3
Post likes count0

Create a .NET Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

Theo van Kraay
Theo van Kraay

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Tips and Tricks