An enterprise administrator manages access controls for a corporate Tenant Root Group. Under this root group, a production subscription named `Sub-Prod` is created, which houses two resource groups: `RG-App-Prod` and `RG-Data-Prod`.
To implement the security baseline, the administrator must grant access to three administrative teams (Team A, Team B, and Team C) using the principle of least privilege.
Match each team's requirement to the correct role and scope configuration.
- Team A requires the ability to grant and revoke access permissions for users across all resources in the Sub-Prod subscription, but must not be able to create or manage resources directly.User Access Administrator role assigned at the Sub-Prod subscription scope
- Team B requires the ability to create, delete, and modify virtual machines, storage accounts, and networks inside the RG-App-Prod resource group, but must not have access to manage permissions.Contributor role assigned at the RG-App-Prod resource group scope
- Team C requires the ability to inspect the configuration settings of all resources under Sub-Prod without the capability to write changes or view secret keys.Reader role assigned at the Sub-Prod subscription scope
Cevap
Team A matches with User Access Administrator role assigned at the Sub-Prod subscription scope; Team B matches with Contributor role assigned at the RG-App-Prod resource group scope; Team C matches with Reader role assigned at the Sub-Prod subscription scope.
The correct pairings map Team A to User Access Administrator at the subscription scope, Team B to Contributor at the resource group scope, and Team C to Reader at the subscription scope. This configuration perfectly satisfies the administrative needs while enforcing the narrowest scope and correct role separation.
Adım Adım Çözüm
Anahtar Kavram
Azure Role-Based Access Control (RBAC) relies on three components: security principal (identity), role definition (permissions), and scope (resource boundaries). Least privilege is achieved by assigning the minimum required role at the narrowest scope necessary.