I am using azure blab storage service for windows. I want to protect my drops from public access (except for my users). For this, I used a shared signature (SAS), and it works fine. But my problem is that I have a Container that contains a blob in the directory structure, for example:
https:
https:
https:
https:
https:
https:
https:
https:
https:
https:
and so on...
Now my requirement is that I want to provide open access to all blocks in myContainer under directory2, but not to the blocks under directory1, I want all drops in directory1 to be private. How can I achieve this?
source
share