The DevExpress ASP.NET MVC File Manager extension supports today’s most popular cloud services, including Microsoft Azure.
In this demo, the File Manager is bound to the file system provider of the AzureFileSystemProvider type to work with the Azure Service. To connect the File Manager to Azure cloud storage, register an Azure account in the global.asax file using the RegisterAzure method and then specify the following settings provided by the AzureFileSystemProvider class.
- The AccountName property specifies the name of an Azure account.
- The ContainerName property specifies the name of the current container (blob storage).
In this demo, the RequestEvent event is handled to trace every request to the Azure Service in an event monitor.