May 2019
Intermediate to advanced
504 pages
11h 50m
English
In order to implement asynchronous processing patterns, if you are not after advanced functionalities and queue consistency, Azure queues can be a cost-effective alternative to Service Bus. Azure queues can be larger and easier to implement and manage for simpler use cases. Similar to Service Bus, Azure queue messages can also be used with Azure Functions, where each message triggers an Azure function that handles the processing. If triggers are not used, then only a polling mechanism can handle the message queue. This is because, unlike Service Bus, they don't provide blocking access or an event trigger mechanism such as OnMessage on Service Bus.
Read now
Unlock full access