Back

Azure Functions University - HTTP Lesson (.NET 6)

Http Lesson .NET 6

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 6.

Lesson

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

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
3Adding a BadRequest response
4Handling POST requests with string data
5Handling POST requests with JSON data
6Changing the route for a custom greeting
7Homework