Demo: Azure WebJobs and Azure Queue Storage
Look at an interesting demo for Azure WebJobs and Azure Queue Storage.
We'll cover the following...
In this demo, the code to parse messages from a storage queue is already set up for you. You just need to add connection strings of the resources you created and your application will work after running the series of commands mentioned here.
Demo steps
The steps have been divided into two main sections. In the first, you’ll create Azure resources, and in the second, you’ll implement the WebJobs and Queue Storage integration code.
Creating resources
-
First, create a storage account if you don’t have one. Use CLI or Azure Portal according ...