Back

Azure Functions University - Queue Lesson (.NET Core)

Queue 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 Queue trigger and bindings in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: Queue Trigger & Bindings (.NET Core).

And you can watch the video on YouTube:

The lesson consists of the following exercises:

NrExercise
1Using the Microsoft Azure Storage Explorer for Queues
2Using string Queue output bindings
3Using custom typed Queue output bindings
4Using CloudQueueMessage Queue output bindings
5Using dynamic Queue output bindings
6Using IAsyncCollector<T> Queue output bindings
7.1Creating a default Queue triggered function
7.2Examine & Run the Queue triggered function
7.3Break the Queue triggered function
7.4Change the Queue triggered function
8Homework