umbraco / Umbraco.StorageProviders

MIT License
29 stars 21 forks source link

Use options specific factory to create `BlobContainerClient` #65

Closed ronaldbarendse closed 1 month ago

ronaldbarendse commented 8 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 3 months ago

@ronaldbarendse Any chance this will get merged anytime soon?