Service Bus

Service Bus is used to store queues/topics. A Service Bus queue and topic can be bound with the Azure Function.

In the previous chapter, we discussed the Service Bus queue and topic.

Now, let's see an example. We will create an Azure Function with the HTTP trigger. Whenever HTTP triggers are executed in an Azure Function, it will send a message to the queue.

  1. To create a Service Bus, click on the + plus sign, then on Enterprise Integration, and finally on Service Bus:
  1. Now, provide all the required details and click on the Create button:
  1. Now, we will create a queue. Click on Queues and then on + Queue:
  1. For queue, also provide ...

Get Learning Azure Functions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.