DEV Community

Marc Duiker
Marc Duiker

Posted on • Originally published at blog.marcduiker.nl on

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:

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

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay