September 2017
Beginner
240 pages
4h 23m
English
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.
