Reputation: 4381
I have an Azure Storage
with one blob container, multiple folders in this container, and text files in those folders.
I would like to manage access using SAS tokens
. I found many examples, but i don't have all the answers i need.
Can i set policies
and generates SAS tokens
on different levels of my container ? Like :
What options are possible ?
It seems that the Azure Portal
only allows me to generate SAS tokens
at container level. Are policies
created only through code ? Same for specific SAS tokens
(option 2 & 3) ?
Thank you
Upvotes: 0
Views: 939
Reputation: 11
It also appears that policies can only contain date/time restrictions and permissions. It CANNOT contain IP address restrictions (unfortunately).
Upvotes: 1
Reputation: 136196
To answer your questions:
Upvotes: 5