Queues

In order to get around this situation, we'll use Azure Service Bus to provide a queue for our feed into the system; because we don't need guaranteed delivery order, we can use storage queues rather than service bus queues.

It's worth bearing in mind that, in the case of sales order processing, the order that processes the messages is probably not too important; however, this is not always the case. You should carefully consider whether the order of delivery is critical in your own case.

Let's start by configuring our queue:

  1. The first thing we need to do is create a new storage account. In the Azure portal, select Storage accounts from the menu, or simply search. Once the Create storage account blade appears, select the option to ...

Get C# 8 and .NET Core 3 Projects Using Azure - Second Edition 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.