Azure Functions University - Queue Lesson (.NET Core)

Опубликовано: 28 Июнь 2026
на канале: Serverless on Azure
691
28

Video for the Azure Functions University - Queue lesson using .NET Core.
The Azure Functions University GitHub repo: https://bit.ly/az-func-uni
0:00 Introduction
1:32 Contribute to this project
2:26 Prerequisites
3:32 Overview of exercises
4:02 Azure Storage Explorer for queues
11:31 Using string queue output bindings
18:23 Using custom type queue output bindings
20:45 Using CloudQueueMessage queue output bindings
24:23 Using dynamic queue output bindings
29:12 Using IAsyncCollector queue output bindings
33:17 Creating a default queue triggered function
40:38 Breaking the queue triggered function
45:47 Change the queue trigger behavior via hosts.json
49:10 Homework
50:39 More info in the docs