Aether Health System uses Azure Management Groups to govern their subscriptions. The hierarchy and governance configurations are structured as follows:
* Tenant Root Group
* Aether-Core-MG (Management Group)
* Clinical-Prod-MG (Management Group)
* Subscription A
* Research-Dev-MG (Management Group)
* Subscription B
* Lab-RG (Resource Group)
The following configurations are applied:
* Azure Policy: A policy restricting allowed resource locations to `East US` (Effect: Deny) is assigned to Aether-Core-MG. A policy restricting allowed resource locations to `East US 2` (Effect: Deny) is assigned to Research-Dev-MG.
* Role Assignments: User1 is assigned the Contributor role at Aether-Core-MG. User2 is assigned the Owner role at Clinical-Prod-MG and the Reader role at Research-Dev-MG.
* Locks: A `CanNotDelete` resource lock is applied directly to Lab-RG.
Which of the following statements regarding governance, resource actions, and subscription movement are correct? (Select TWO)
- A virtual machine deployment in Subscription B in the East US 2 region will fail because Azure Policy assignments are cumulative, requiring compliance with both the East US and East US 2 restrictions.Answer
- User2 cannot move Subscription B to Clinical-Prod-MG unless they are also granted write permissions on the source management group (Research-Dev-MG) or directly on Subscription B.Answer
- CThe location policy assigned to Research-Dev-MG overrides the policy at Aether-Core-MG, allowing resources in Subscription B to be deployed in East US 2 without a policy violation.
- DUser1 can delete any resource in Lab-RG because their Contributor role is inherited from Aether-Core-MG, which bypasses the local CanNotDelete resource lock.
- EUser2 can move Subscription B to Clinical-Prod-MG immediately because their Owner role on the target management group automatically grants permissions over the source subscription.