What is the purpose of manage ACL in Azure?
Suppose we have storage account
storage-ACCOUNT — LANDING
--- CONTAINER1 -- HR
--- CONTAINER2 -- SALES
only HR should be accessable to one person no SAS key Approach
only SALES should be accessable to other person no SAS key Approach
where there are coantiner inside the storage account which stores the data according to business wise.
How can we use ACL to give access to only one container? and how can we test this once ACL is granted
i have tried giving the ACL to file inside the container with out the IAM role but its is not working
Saikiran Reddy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.