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.
- Is there any way to create a SAS token and append while creating endpoint and send , publish ,receive messages.
- Is there any support from NServiceBus for this kind of requirement.
It's not clear what do you mean by "public access". You should be using the transport with a connection string that contains the account name and the key, which should not be public.
The transport is currently is expecting a connection string and will not work with a URI that contains a service SAS token. You can raise a request if you need that functionality.