Azure Cosmos DB is a globally distributed, multi-model, NoSQL database service that allows us to build highly available and scalable applications. Cosmos DB supports applications that use Document model data through it’s SQL API and MongoDB API.

In this Medium Article, we’ll build a Web API using Azure Functions that stores data in Azure Cosmos DB with MongoDB API in C#

Creating a Web API with Azure Functions, Azure Cosmos DB MongoDB API and C# | by Will Velida | Medium