How to configure NserviceBus with AzureStorageQueueTransport and Azure Storage account which is having private access level

We are using NserviceBus with AzureStorageQueueTransport & storage account with public access but now we have to use Azure Storage account which is having private access level.

  1. Is there any way to create a SAS token and append while creating endpoint and send , publish ,receive messages.
  2. Is there any support from NServiceBus for this kind of requirement.

Hello,

What do you mean by private access level? That sounds like a setting for Azure blob storage, not Azure Queues.

-David

Also raised on StackOverflow.