umbraco / Umbraco.StorageProviders

MIT License
30 stars 22 forks source link

Use options specific factory to create `BlobContainerClient` #65

Open ronaldbarendse opened 6 months ago

ronaldbarendse commented 6 months ago

This fixes https://github.com/umbraco/Umbraco.StorageProviders/issues/43 by allowing users to customize the way the BlobContainerClient is created from the AzureBlobFileSystemOptions using:

The TryCreateBlobContainerClientUsingUri() can be used to provide a DefaultAzureCredential instance (after adding the Azure.Identity package) to enable access using managed identities.

JvaNovicell commented 1 month ago

@ronaldbarendse Any chance this will get merged anytime soon?