Azure Data Lake Storage Gen2 - File Access
Azure Data Lake Storage Gen2 - File Access
"R--": Read permission
"RW-": Read and Write permissions
"-WX": Write and Execute permissions
"--X": Execute permission
"---": No permission
"R-X": Read and Execute permissions
Key Takeaways from the Table:
To read "Data.txt," read permission on the file and execute permission through all parent directories are required.
To append to "Data.txt," both read and write permissions are needed on the file with execute permission through all parent directories.
Deleting and creating "Data.txt" require write and execute permissions on the "Portland/" directory.
Listing directories require read and execute permissions on the target directory and execute permissions on all parent directories.
Storage Blob Data Reader grants "R-X" (Read permissions)
Storage Blob Data Contributor grants "RWX" (Read, Write, and eXecute/Delete permissions)
Storage Blob Data Owner grants "RWX" (Read, Write, and eXecute/Delete permissions)
source:
https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control
https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control-model