Azure Service Bus 12 - Queue Based Azure Functions

Опубликовано: 21 Июль 2026
на канале: C# Artisan
759
26

Azure Functions is the Azure "serverless compute" framework. These are scalable, standalone blocks of code that come into being and execute in response to some event or trigger. In this video, we explore how it is possible to create an Azure Function that is bound to an Azure Service Bus Queue, and which executes in response to a message being sent to that queue. In other words, we are going to create an Azure Functions based Service Bus Queue Receiver! It's pretty slick.