
Explanation:
The Storage Blob Data Reader role is the appropriate choice for granting read access to Azure Blob Storage containers. This role specifically allows users to read blob data and metadata without granting write or delete permissions.
When assigning this role at the container1 level (Option B), it follows the principle of least privilege by:
Why other options are less suitable:
Since the requirement is specifically for read access to container1 in Azure Data Lake Storage (which uses blob storage), Option B provides the most precise and minimal permissions required.
Ultimate access to all questions.
You have an Azure subscription linked to a Microsoft Entra tenant. The tenant contains a security group named Group1. The subscription contains an Azure Data Lake Storage account named myaccount1, which has two containers named container1 and container2.
You need to grant Group1 read access to container1 while adhering to the principle of least privilege.
Which role should you assign to Group1?
A
Storage Table Data Reader for myaccount1
B
Storage Blob Data Reader for container1
C
Storage Blob Data Reader for myaccount1
D
Storage Table Data Reader for container1
No comments yet.