Back

Azure Functions University - Configuration Lesson (.NET Core)

Configuration 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 Configuration & Settings in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: Configuration & Settings (.NET Core).

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Why do we use configuration?
2Function App application settings
3Using custom application settings
4Manage app settings using Azure CLI
5Using App Configuration Service
6Homework