Asynchronously processing messages by using Azure Queue Storage Part 2 – Install Git, pull a repository and connect to a storage queue using C#

Head over to GIT, download and install. Open VSCode, press ctrl+shift p and type to clone a git and the link to the git. Next, create the project, install and build it. Please visit the github site here to see all the commands. Now open the Project.cs file and update the code with the code […]

1 min read

Asynchronously processing messages by using Azure Queue Storage Part 1 – Create a storage account

Microsoft provides many different sources for working with Azure. Let’s run through Microsoft Learning Github and Module 11 of AZ-204: Developing solutions for Microsoft Azure here. Let’s create a storage account using CLI. First create the resource group. Now let’s create a storage in that resource group. Now finally let’s get and record our connection […]

1 min read