Microsoft Azure Security Technologies — Question 85
You have an Azure subscription that contains an Azure Blob storage account named blob1.
You need to configure attribute-based access control (ABAC) for blob1.
Which attributes can you use in access conditions?
Answer options
- A. blob index tags only
- B. blob index tags and container names only
- C. file extensions and container names only
- D. blob index tags, file extensions, and container names
Correct answer: B
Explanation
The correct answer is B, as attribute-based access control (ABAC) for Azure Blob storage specifically allows the use of blob index tags and container names for setting access conditions. Options A and C are incorrect because they do not include both required attributes, and option D includes more attributes than permitted for ABAC.