Where can I find my Azure account name and account key?

user380719 picture user380719 · Aug 8, 2011 · Viewed 93.6k times · Source

I am starting with Windows Azure. I have an Azure account with Microsoft and would like to use it from my Visual Studio project

In the Azure management portal, I can see the primary access key and secondary access key. However Visual Studio needs the account name and account key.

Are these related or am I missing something? If so, how can I get my account name and account key from the Azure management portal?

Answer

David Makogon picture David Makogon · Aug 8, 2011

If you're referring to a Windows Azure Storage account, the storage account name would be the dns prefix you created (e.g. mystorage.blob.core.windows.net - the name would be mystorage).

You then get two keys - primary and secondary. Specify either. You have two so you can give one out to someone (such as giving the secondary key to a 3rd-party monitoring company) and revoke it by changing the key, without impacting you (assuming you're using the primary key for yourself).