An enterprise administrator is designing a governance and access strategy for a newly created Azure subscription. The strategy must satisfy two requirements:
1. A security compliance team must be able to view all resource configurations and inspect active role assignments, but they must not be allowed to modify resources or alter permissions.
2. A development team must be permitted to create and manage virtual machines within a resource group named RG-Web, but they must be prevented from deploying any virtual machines that lack a 'Department' tag.
Which solution should the administrator implement?
- AAssign the Reader role to the security compliance team at the subscription scope; assign the Contributor role to the development team at the resource group scope; and configure a custom Azure RBAC role that blocks the deployment of virtual machines without the 'Department' tag.
- BAssign the User Access Administrator role to the security compliance team at the subscription scope; assign the User Access Administrator role to the development team at the resource group scope; and assign an Azure Policy that requires the 'Department' tag on virtual machines.
- Assign the Reader role to the security compliance team at the subscription scope; assign the Virtual Machine Contributor role to the development team at the resource group scope; and assign an Azure Policy that requires the 'Department' tag on virtual machines.Cevap
- DAssign the Owner role to the security compliance team at the resource group scope; assign the Reader role to the development team at the resource group scope; and apply a ReadOnly resource lock to enforce the 'Department' tag.
Cevap
Assign the Reader role to the security compliance team at the subscription scope; assign the Virtual Machine Contributor role to the development team at the resource group scope; and assign an Azure Policy that requires the 'Department' tag on virtual machines.
The correct solution uses the Reader role to grant the security compliance team read-only access to resource configurations and permissions at the subscription level. It uses the Virtual Machine Contributor role to grant the development team the ability to manage virtual machines within the specific resource group (RG-Web). Finally, it uses Azure Policy to enforce the presence of the 'Department' tag on virtual machines, separating access control from resource compliance.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC roles (Reader, Virtual Machine Contributor) manage access permissions based on identities and scope, while Azure Policy enforces compliance and resource properties.
Tahmini Süre:2m 0s