Introduction

The topic of the Service Bus Queue Trigger will be covered in this article.

How do I use Azure Service Bus?

The Azure platform houses Azure Service Bus, a message broker service that offers the ability to publish messages to various applications while also decoupling the applications. There are two types of Azure service bus: queues and topics. First-In-First-Out (FIFO) is the pattern used by Azure Service Bus Queues. Queues offer one-way communication, where the sender will add messages to the queue and the recipient will take those messages. The sender and receiver in queues have a 1:1 relationship. Until the receiver processes and completes the messages, they remain in the queue.

Using Azure Portal, create an Azure Service Bus Queue

To create a new Service Bus and Queue in Azure, follow the steps below.