0

Is there any other method for accessing Azure storage other than using key and account name?

BIBD
  • 15,107
  • 25
  • 85
  • 137
  • There is an alternative. You can access your files by using the Azure portal. There are third party tools as well, however they will also require the credentials you mentioned. – ZGFubnk Mar 03 '15 at 09:56

2 Answers2

0

Not that I'm aware of - and I haven't heard of any plans to change this anytime soon either.

Michael Hart
  • 5,109
  • 3
  • 22
  • 21
0

You have to provide your key and account name when using the APIs. You can access your publicly accessible BLOBs from Blob Storage without providing any info though.

jspru
  • 1,018
  • 8
  • 16