Back

Azure Functions University - Deployment Lesson (.NET 6)

Deployment Lesson .NET 6

Hi serverless friends, we have a new Azure Functions University lesson for you! In this lesson we will learn how to deploy Azure Functions written in .NET 6.

Lesson

You can find the lesson on GitHub: Deployment to Azure (.NET 6).

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Understanding the Azure Resources
2Deployment using VSCode
3Creating Azure Resources using Azure CLI
4Deployment using Azure Functions CLI
5Deployment using GitHub Actions
6Homework