An enterprise is designing its Azure subscription governance and access control model. The organization has the following management group and subscription hierarchy:
* Tenant Root Group
* Corporate (Management Group)
* Production (Management Group)
* Subscription A
* Subscription B
* Non-Production (Management Group)
* Subscription C
You need to design a solution that meets the following security and governance requirements:
1. A team of external auditors must be able to view all Azure resources in the Corporate management group and its children, but they must never be allowed to view sensitive data such as Key Vault secrets or VM administrative credentials.
2. The internal DevOps team requires administrative control over Subscription A and Subscription B, but they must be prevented from deleting any resource groups or modifying resource locks.
3. Landing Zone administrators must only use Microsoft Entra ID groups for RBAC assignments and must be prevented from assigning permissions directly to individual user accounts.
Which two configurations should you recommend to meet the governance and security requirements? (Select TWO.)
- Implement a custom RBAC role with Actions set to '*' and NotActions containing 'Microsoft.Authorization/locks/*' and 'Microsoft.Resources/subscriptions/resourceGroups/delete', and assign this role to a Microsoft Entra ID group for the DevOps team at the Production management group level.Cevap
- Create and assign an Azure Policy definition at the Corporate management group level that uses the Deny effect to block the creation of role assignments where the principalType property of the Microsoft.Authorization/roleAssignments resource is set to 'User'.Cevap
- CAssign the Reader role directly to the individual Microsoft Entra ID user accounts of the external auditors at the Corporate management group level to verify compliance.
- DAssign the User Access Administrator role to the Landing Zone administrators group at the Corporate management group level, configuring their role assignments in Microsoft Entra Privileged Identity Management (PIM) as permanently active.