A company has an Azure Management Group named MG-Sales. You need to assign permissions to a security officer. The officer must be able to assign roles and delegate access permissions for all subscriptions within MG-Sales, but should not be allowed to create or modify virtual machines or databases. Which configuration should you assign to the security officer to meet these requirements?
- The User Access Administrator role at the Management Group scopeAnswer
- BThe Owner role at the Management Group scope
- CAn Azure Policy definition assigned to the Management Group
- DA ReadOnly resource lock applied to the Management Group
Answer
The User Access Administrator role at the Management Group scope
The correct answer is the User Access Administrator role at the Management Group scope. This built-in role allows the security officer to manage user access (assign roles) to Azure resources, and because it is assigned at the Management Group level, these permissions inherit down to all subscriptions. Unlike the Owner role, it does not grant permissions to create or modify resources such as virtual machines or databases, which aligns with the principle of least privilege.
Step-by-Step Solution
Key Concept
Azure Role-Based Access Control (RBAC) Built-in Roles and Scope Inheritance
Estimated Time:1m 0s