views:

271

answers:

1

Hello All,

We have a deployment scenario where we don't want to shared Account key and account name. Is there any way i can access Azure storage without providing Account key and account name?

Regards,

Aditya

A: 

Hi,

If you're using Blob storage, you access a store that is marked for public access, or marked for signed access via a Shared Access Signature.

If you're using Table or Queue storage, the authentication headers are required.

You can get more info about Azure storage authentication by clicking here.

Michael Ibarra