Create and Configure Azure Functions
In this lab, you'll practice creating and running Azure Function Apps. When you're finished with this lab, you'll understand how to implement Azure Function Apps with .NET C#, and how to run them in the Azure.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create a Function App with HTTP Trigger
Create an Azure Function App with an HTTP trigger and then call it using an HTTP request. You'll then verify GET and POST HTTP methods invocation and request content together parameters.
Challenge
Add Queue Output Binding to the HTTP Triggered Function App
Add output binding to the HTTP triggered Function App so that once a new HTTP request is sent, an element will be added to the Azure Queue for further processing.
Challenge
Create a Function App with a Timer Trigger
Create an Azure Function App with a Timer trigger and verify the function is triggered at a specific time.
Challenge
Create a Function App with a Blob Trigger
Create an Azure Function App with a Blob trigger, then verify the function is triggered once a file is uploaded to Azure Blob Storage.
Challenge
Create a Durable Function App
Create an Azure Durable Function and verify that the function orchestrator is triggered on the HTTP request.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Basic knowledge of .NET C# language