In this article, we are going to learn Azure Queue Storage in depth.
We’ll start with some introductory stuff about Azure Storage Queue and look at how to create one from the Azure Portal. After that, we’ll see how to build and deploy applications that can send and receive messages from the queue.
We are going to divide the article into the following sections:>
- Azure Queue Storage - Intro
- Structure of an Azure Queue Storage
- Creating an Azure Queue Storage
- Building an API that Sends Messages to the Queue
- Creating a Function App that Receives the Messages
- Deploying the Apps to Azure
- Testing the Apps