An enterprise is designing a subscription governance and access control model for its Azure environment. The environment consists of three business units: Finance, Retail, and Logistics. Each business unit has separate development and production subscriptions.
The design must meet the following requirements:
- Enable central IT to enforce compliance policies across all subscriptions.
- Allow the security audit team to view resource configurations in all subscriptions without viewing data plane payloads.
- Allow business unit administrators to manage resources only within their respective subscriptions.
- Follow the principle of least privilege and minimize administrative overhead.
Which two actions should you include in the governance design? (Select TWO.)
- Create a management group hierarchy under the Tenant Root Group with child management groups for each business unit, and assign the compliance policies at the parent management group level.Answer
- Create a Microsoft Entra ID group for the security audit team, and assign the Reader role to this group at the root management group level.Answer
- CAssign the Contributor role directly to each business unit administrator's individual Microsoft Entra ID user account at the subscription level.
- DCreate a custom policy definition with a Deny effect and assign it at the subscription level to automatically deploy diagnostic settings to all resources.