This sample demonstrates how to use the Azure file system provider with the File Manager control to perform file operations. This supports all basic file operations such as create, rename, delete, cut, copy, paste, upload, download, and more.
This sample demonstrates the Azure file system provider that allows users to access and manage the blobs from the Azure blob storage. To start the service, create an Azure blob storage account. Refer to this link for more details. Checkout this Azure file system provider from the GitHub repository to connect with azure blob storage. Provide the details such as the account name, password, and blob name in the RegisterAzure method. Access the blob storage account using BlobContainerClient class and BlobServiceClient method of Azure. Read the storage files using the GetFilesAsync method to perform file operations in the File Manager control. Note: File Manager’s upload functionality is restricted in online demos for security reasons. To work with upload functionality, please download Azure Blob Provider from the GitHub repository. NuGet Package: NuGet package of ASP.NET Core Azure file system provider is now available on nuget.org.