File Manager / Cloud Service Providers / Azure Blob Storage

Blazor File Manager Example - Azure Blob Storage Integration Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates integration of the Azure file system provider with the File Manager component for cloud storage file operations.

Supported file operations include create, rename, delete, cut, copy, paste, upload, download, and more.

Implementation process:

  • Create an Azure blob storage account
  • Configure Azure credentials including account name, password, and blob name in the RegisterAzure method
  • Use BlobContainerClient class for blob storage access
  • Access storage files via GetFilesAsync method for File Manager operations

Refer to the Azure Blob Storage Client Library for additional details.

Access the Azure file system provider repository for implementation resources.