Back

Azure Functions University - Deployment Lesson (.NET Core)

Deployment Lesson .NET Core

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 Core 3.1.

Lesson

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

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