Back

Azure Functions University - HTTP Lesson (.NET Core)

Http 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 HTTP trigger in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: HTTP Trigger (.NET Core).

And you can watch the video on YouTube:

The lesson consists of the following exercises:

NrExercise
0Prerequisites
1Creating a Function App
2Changing the template for GET requests
3Changing the template for POST requests
4Adding a new function for POST requests
5Change the route for a custom greeting
6Homework