Setting up Windows Azure for video storage

In this post, I assume that you have already provisioned a Windows Azure account and have an active subscription. Step by step instructions for doing this are provided here.

The top-level post with a table of contents to all the related posts is here.

1. Go to www.azure.com and click on Account.

clip_image002

1. You will be taken to the account information screen. For our purposes, we are only interested in the Windows Azure services (versus SQL Azure and AppFabric). Click on “Go to the Windows Azure Developer Portal”.

clip_image002[4]

2. You will now be prompted to create a developer portal account. Read the privacy statement, then click on the I Agree button to continue.

clip_image004

3. Your account will be created and associated with your Windows Live ID. Click on Continue.

clip_image006

4. You will now be taken to the Windows Azure developer portal, which shows a summary of your projects. The only active project will be the one that was created as part of the service provisioning in the previous post. Click on this project (in my case RockOn).

clip_image008

5. Click on New Service.

clip_image010

6. You will now see the service creation wizard. Click on Storage Account.

clip_image012

7. Now enter a name for the service and optionally a description. Then click Next.

clip_image014

8. Now you will specify the storage account information. First, you must pick the public name for your storage account. This is essentially a domain name and must be globally unique. You should enter a public name candidate and then click the Check Availability button to make sure that it is not taken. In this example, I am calling the storage account dsvideos. Its fully qualified public domain name will be dsvideos.blob.core.windows.net. Second, you must select a storage affinity group. This is simpler than it sounds. If you are in the US, pick Anywhere US. Click Create to continue.

clip_image016

9. Your storage service has now been created and you are shown a summary screen. You are shown the endpoints, which are the publically accessible storage locations, the access keys and the physical location of the cloud. You may also choose to enable content distribution network (CDN) functionality, which is currently in CTP and also map your storage endpoint to a custom domain. For video use, enabling CDN functionality is useful.

clip_image018

If you enable CDN functionality, you will receive an informational dialogue box stating that the change may take up to 60 minutes to propagate.

clip_image020

Once you click OK, you will be returned to the summary page. You will see two changes after CDN functionality has been enabled: a CDN endpoint is defined and is also shown as a separately configurable endpoint in the custom domains section.

clip_image022

Now we are ready to move onto uploading video to the Azure storage service.