rebus-org / Rebus.AzureQueues

:bus: Azure Storage Queues transport implementation for Rebus
https://mookid.dk/category/rebus
Other
7 stars 5 forks source link

Support MSI for Storage Queues #12

Closed rockanand closed 2 years ago

rockanand commented 3 years ago

@mookid8000 @Tsjunne Is there a way to invoke MSI in ReBus?. (Queue Module)

service.addrebus(... .transport(x => x.UseAzureStorageQueues(cloudstorageaccounnt (or) connection string ,"queuename",AzureStorageQueuesTransportOptions).

I'm trying to refer Managed Identity in Azure storage queues instead of storage account connection string (or) SAS.

Your assistance herein is greatly appreciated.

mookid8000 commented 3 years ago

I've made some initial attempts at supporting managed identity in Rebus.AzureServiceBus.

Do you know how it's done with Azure Storage Queues?

mookid8000 commented 2 years ago

hi @rockanand , I'm closing this one for now as I assume you found another way to make it work. Please don't hesitate to come back here if this is still something you're struggling with.