storage queue
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 […]
Asynchronously processing messages by using Azure Queue Storage Part 3 – Write code to add messages to the queue
Let’s write some code to add messages to the queue. The final main will look like this. After you’re done, save Let’s build using donet build to check for any errors. Once built and ok we can move on. In the next post we’ll download storage explorer and add some messages.
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 […]
You must be logged in to post a comment.