
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 queue and written a C# program that uses the resources. Great work!
Now go ahead and delete the storage account and the resource group if you don’t want them anymore.
az storage account delete -n lab11stgacc -g lab11-rg
az group delete -g lab11-rg