Back

Azure Functions University - CosmosDB Lesson (.NET Core)

CosmosDB Lesson .NET Core

Hi serverless friends, we have a new Azure Functions University lesson for you! In this lesson we will learn how to use the CosmosDB trigger & bindings in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: CosmosDB Trigger & Bindings (.NET Core).

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Setup the Azure Cosmos DB Emulator
2Using the Cosmos DB output binding
3Using the Cosmos DB input binding
4Creating a Cosmos DB Trigger function
5Deploying to Azure
6Using Azure Key Vault for storing the connection string
7Using Dependency Injection pattern for Cosmos DB connection
8Homework