Asynchronously processing messages by using Azure Queue Storage Part 4 – Download Azure Storage Explorer and add messages to the queue.

Head over to Azure Storage Explorer here and download and install. Open and connect to your storage account and queue and add a message. Make sure you don’t encode in base64. Run your dotnet application and watch it collect your message in your very own Azure Storage Queue! You’ve just created a storage account, message […]

1 min read

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