Microsoft Azure Administrator — Question 120
You have an Azure subscription that contains a storage account named storage1. The storage1 account contains blob data.
You need to assign a role to a user named User1 to ensure that the user can access the blob data in storage1. The role assignment must support conditions.
Which two roles can you assign to User1? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Owner
- B. Storage Account Contributor
- C. Storage Account Backup Contributor
- D. Storage Blob Data Contributor
- E. Storage Blob Data Owner
- F. Storage Blob Delegator
Correct answer: D, E
Explanation
The correct answers are D and E because both the Storage Blob Data Contributor and Storage Blob Data Owner roles allow access to blob data and can be assigned with conditions. The other options, such as Owner and Storage Account Contributor, do not support condition-based role assignments for blob data access.