Implementing Analytics Solutions Using Microsoft Fabric — Question 162
Your company has a finance department.
You have a Fabric tenant, an Azure Storage account named storage1, and a Microsoft Entra group named Group1. Group1 contains the users in the finance department.
You need to create a new workspace named Workspace1 in the tenant. The solution must meet the following requirements:
• Ensure that the finance department users can create and edit items in Workspace1.
• Ensure that Workspace1 can securely access storage1 to read and write data.
• Ensure that you are the only admin of Workspace1.
• Minimize administrative effort.
You create Workspace1.
Which two actions should you perform next? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Assign the Contributor role to Group1.
- B. Create a workspace identity.
- C. Assign the Admin role to yourself.
- D. Assign the Contributor role to each finance department user.
Correct answer: A, B
Explanation
The correct answers are A and B because assigning the Contributor role to Group1 allows all finance department users to create and edit items in Workspace1, fulfilling the requirement for user access. Creating a workspace identity enables Workspace1 to securely access the Azure Storage account, ensuring data operations can be performed. Options C and D are unnecessary as they either duplicate roles or complicate the management process.