How to all messages on Azure Storage Queue without dequeuing in C#
I have an Azure Storage Queue and want to create a service to view the contents of for admin-purposes. I know I can view the queue using Storage Explorer, but I want to be able to view the messages (and…