Lucene.Net.Store.Azure
Lucene.Net.Store.Azure copied to clipboard
Add constructor with BlobServiceClient to allow connections without connection strings
I would be nice to be able to inject a BlobServiceClient instead of having the BlobServiceClient created from connection string.
As Azure moves toward (or at least supports) identity-only authentication mechanisms for storage, it would be useful to resolve this issue in some way.