Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.89 KB

File metadata and controls

26 lines (16 loc) · 1.89 KB

AzureStorageConnector for PnP Framework

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:

Getting started

Pull down the latest version of AzureStorageConnector here:

Nuget package Description Latest release
Qubix.PnPFramework.AzureStorageConnector The AzureStorageConnector package Qubix.PnPFramework.AzureStorageConnector Nuget package

Building and contributing

To build AzureStorageConnector you need the following minimal components installed:

Contributions should be made against the dev branch of the repository.