Back

Azure Functions University - HTTP Lesson (PowerShell via Portal)

Http Lesson PowerShell

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 PowerShell Azure Functions in the Azure Portal.

Lesson

You can find the lesson on GitHub: HTTP Trigger (PowerShell via the Azure Portal).

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Creating a Function App
2Take a tour of the interface
3Creating your first Function
4Changing the template for GET requests
5Changing the template for POST requests
6Changing the name of the Request parameter
7Change the route for a custom greeting
8Homework