The DevExpress ASP.NET File Manager (ASPxFileManager) supports the most popular cloud services, including Microsoft Azure. In this demo, the File Manager's ProviderType property is set to Azure and its CloudProviderRequest event is handled to trace every request to the Azure Service in an event monitor.
To connect the ASPxUploadControl 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 SettingsAzure property.
- The AccountName: Specifies the name of an Azure account.
- The ContainerName: Specifies the name of the current container (blob storage).
See Also: