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.
Let's start by configuring our queue:
- 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 ...