Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 136
You have a Power BI tenant and an Azure subscription named Sub1. The Power BI tenant and Sub1 are linked to a single Azure AD tenant.
In Sub1, you create a storage account named storage1.
You need to configure a Power BI workspace to store dataflows in storage1. The solution must use the principle of least privilege.
Which three roles should you assign for storage1? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Reader
- B. Storage Blob Data Contributor
- C. Contributor
- D. Owner
- E. Storage Blob Data Owner
- F. Storage Blob Data Reader
Correct answer: D, E, F
Explanation
The correct roles to assign are Owner, Storage Blob Data Owner, and Storage Blob Data Reader. These roles provide the necessary permissions to manage the storage account and read data while following the principle of least privilege. The other options, such as Contributor and Storage Blob Data Contributor, do not align with the requirements for this specific setup.