During Windows Azure Cloud Service development, you will have to configure the "Account Name" and "Shared Key" for blob storage. What the heck are they, where to find them, these are typical questions someone may ask. When I started working on Azure, it took me a while to figure out this too. Now I'm going to share this with all the Azure rookies.
The "account name" is the name you set for your blob storage url. For example, I set my url to http://intel.blob.core.windows.net , so my account name would be intel.
The "shared key" can be found at https://lx.azure.microsoft.com , sign in with the account you created the projects with, click on the storage account tab, under "Cloud Storage", you will see "Primary Access Key" and "Secondary Access Key", these are your shared keys. You can copy and paste "Primary Shared Key" as your "shared key".
No comments:
Post a Comment