-
Install the NuGet package: https://www.nuget.org/packages/elFinder.NetCore.AzureStorage/
-
Look at the demo project for an example on how to integrate it into your own project.
In order to use the Azure Storage Connector
- Open your Startup.cs file and look for the following lines:
AzureStorageAPI.AccountName = "[Name]";
AzureStorageAPI.AccountKey = "[Key]";
Replace
[Name]and[Key]with the appropriate values for your Azure account.
- Change the root directory in the
AzureStorageControllerfromtestto the name of your Azure file share.
This plugin adds support for the File Storage type in Azure. For Blob support, take a look at AzureBlobStorage by Bruno Melegari
This plugin depends on elFinder.NetCore by Matt Gordon
