AzureStorageConnector is a FileConnectorBase implementation (as a .NET Standard 2.0 / .NET 5.0 library) for PnP Framework, and allows fetching provisioning templates from an Azure Blob Storage.
It is a modernized version of the new deprecated AzureStorageConnector class that was part of PnP Framework's predecessor PnP-Sites-Core. Improvements over the original:
- Authentication through both connection string as well as Azure.Identity
- Replaces the unsupported WindowsAzure.Storage package with Azure.Storage.Blobs
Pull down the latest version of AzureStorageConnector here:
Nuget package | Description | Latest release |
---|---|---|
Qubix.PnPFramework.AzureStorageConnector | The AzureStorageConnector package |
To build AzureStorageConnector you need the following minimal components installed:
Contributions should be made against the dev branch of the repository.