NServiceBus.AzureStorageQueues enables the use of Azure Storage Queues as the underlying transport used by NServiceBus.
It is part of the Particular Service Platform, which includes NServiceBus and tools to build, monitor, and debug distributed systems.
See the Azure Storage Queues Transport documentation for more details on how to use it.
To run the tests locally, add a new environment variable AzureStorageQueueTransport_ConnectionString
containing a connection string to your Azure storage account or the connection string UseDevelopmentStorage=true
to use the Azurite emulator (ensure it is started before you run the tests).
Additionally, Microsoft Azure Storage Explorer is an useful free tool that can allow you to view and manage the contents of the Azurite emulator as well as Azure Storage accounts in the cloud.