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.
1

There are 1 answers

0
Sean Feldman On

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.

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.

Is there any way to create a SAS token and append while creating endpoint and send , publish ,receive messages.

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.