Vanguard Renewable Systems manages its Azure environment using a Management Group (MG) hierarchy. The hierarchy and configuration are set up as follows:
* Tenant Root Group
* Retail-MG: An Azure Policy restricting virtual machine sizes to `Standard_D2s_v3` and `Standard_D4s_v3` is assigned here. User1 is assigned the Reader role.
* Online-MG: User2 is assigned the Contributor role.
* Online-Prod-Sub (Subscription)
* Web-RG (Resource Group): A `CanNotDelete` resource lock is applied to this resource group.
* Offline-MG
* Offline-Prod-Sub (Subscription)
* POS-RG (Resource Group): User1 is assigned the Owner role.
Which two statements are correct regarding the effective policies, permissions, and locks in this hierarchy?
- A virtual machine of size Standard_F4s_v2 cannot be deployed in the Web-RG resource group.Answer
- User2 cannot delete resources within the Web-RG resource group.Answer
- CUser1 can only perform read actions in POS-RG because the Reader role inherited from Retail-MG overrides the Owner role assigned at the resource group level.
- DThe VM size restriction policy does not apply to resources in Online-Prod-Sub because policies assigned at a management group level must be explicitly activated at the subscription level.