
Explanation:
Traverse child items that are created in Folder2:
Read files that are created in Folder2:
In Azure Data Lake Storage Gen2, permissions are not automatically inherited from parent directories unless Default ACLs are configured. Since the requirements specifically mention items "that are created" (future items), Default ACLs are mandatory to ensure the permissions propagate to newly created child items.
Ultimate access to all questions.
You have an Azure subscription with an Azure Active Directory tenant containing a service principal named ServicePrincipal1. The subscription contains an Azure Data Lake Storage Gen2 account named adls1. This account has a folder named Folder2 with the URI https://adls1.dfs.core.windows.net/container1/Folder1/Folder2/.
ServicePrincipal1 has the following access control list (ACL) permissions assigned: [Table showing existing ACL permissions for ServicePrincipal1]
You need to ensure ServicePrincipal1 can perform these actions on items created in Folder2:
The solution must follow the principle of least privilege.
Which two permissions should you grant to ServicePrincipal1 on Folder2? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A
Access ג€" Read
B
Access ג€" Write
C
Access ג€" Execute
D
Default ג€" Read
E
Default ג€" Write
F
Default ג€" Execute
No comments yet.