An enterprise is designing a subscription governance and access strategy for its multi-region Azure environment. The environment uses a management group hierarchy to segregate production and development workloads.
The design must satisfy the following requirements:
- A central security team must be able to view all resource configurations, including Network Security Groups (NSGs), across all subscriptions under the production management group.
- The members of the security team must only have read access when performing active audit tasks, and their access must be granted temporarily on-demand.
- New resource groups created in the production subscriptions must automatically be configured with a delete resource lock, without blocking the resource group creation process itself.
Which of the following configurations should you recommend in the governance design?
- AConfigure an eligible role assignment for each individual security team member to the Reader role at the production management group level using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect at the production management group level to apply the delete resource locks.
- Create a Microsoft Entra ID security group containing the security team members. Configure an eligible role assignment for the group to the Reader role at the production management group level using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect at the production management group level to apply the delete resource locks.Answer
- CCreate a Microsoft Entra ID security group containing the security team members. Configure a permanently active role assignment for the group to the Reader role at the production management group level. Deploy an Azure Policy with the DeployIfNotExists effect at the production management group level to apply the delete resource locks.
- DCreate a Microsoft Entra ID security group containing the security team members. Configure an eligible role assignment for the group to the Reader role at the production management group level using Privileged Identity Management (PIM). Deploy an Azure Policy with the Deny effect at the production management group level to block the creation of resource groups that do not have the delete resource lock.