Quantcast
Viewing all articles
Browse latest Browse all 2388

CloudProviders: Connecting the ASP.NET File Manager to Azure BlobStorage (Coming soon in v14.2)

What started as the preparations for a webinar ended as a really cool feature in v14.2!

You can now manage your files on Azure BlobStorage with the ASPxFileManager because we’ve added brand new cloud providers, and you don’t need coding for it. Let’s see how you set it up:

Preparations on Azure

After signing in or signing up at http://azure.microsoft.com/, you can click on the Storage button on the left-side features menu

Image may be NSFW.
Clik here to view.
Screen1

Next, we need to specify a couple of details on the storage account, like the name, the data center location, subscription and replication.

Remember the URL

Image may be NSFW.
Clik here to view.
Screen2

After the storage account has been created, we can create the actual container:

Image may be NSFW.
Clik here to view.
Screen3

Specify the name and select the optional Access restrictions:

Remember the Name.

Image may be NSFW.
Clik here to view.
Screen4

Once the container has been created, we can copy the access key by clicking the Manage Access Keys on the bottom menu:

Image may be NSFW.
Clik here to view.
Screen5

That’s it for the preparations in Azure.

Connecting the ASPxFileManager to the container

After we’ve dropped an ASPxFileManager on an ASP.NET Form, we only need to specify the following properties in the Object Inspector:

Image may be NSFW.
Clik here to view.
Screen6

Don’t forget to specify the SettingsEditing properties so you can manage folders and files in the container.

After hitting Ctrl+F5 to start up your web application, you can start making folders and upload files to the container!

Image may be NSFW.
Clik here to view.
Screen7

Make sure you register for the upcoming webinar at December 9th where I will tell and show you more about it.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 2388

Trending Articles