Read Only Access to Storage Container
Is it possible to give Read Only access to a particular storage container without adding someone to Subscription and providing them the access key without anonymous request without going through SAS route
  • Edited by kannu123 Wednesday, January 28, 2015 8:01 PM
January 28th, 2015 8:19pm

By default, a container and any blobs within it may be accessed only by the owner of the storage account. If you want to give anonymous users read permissions to a container and its blobs, you can set the container permissions to allow public access. Anonymous users can read blobs within a publicly accessible container without authenticating the request.

This link gives full details

https://msdn.microsoft.com/en-us/library/azure/dd179354.aspx

Free Windows Admin Tool Kit Click here and download it now
January 29th, 2015 12:23am

Thanks Frank! I have generated SAS on container level how can I use the SAS signature to copy the data.
January 29th, 2015 2:10am

This link shows you how to do basic operations in C#

http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/

Free Windows Admin Tool Kit Click here and download it now
January 29th, 2015 5:46am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics