Luminary Media Group organizes its Azure resources using the following management group hierarchy:
* Tenant Root Group
* Luminary-MG (An administrator assigns User1 the Reader role here)
* Content-MG (An Azure Policy is assigned here that denies resource creation if the 'Department' tag is missing)
* Sub-Production (Subscription) (An administrator assigns User1 the Contributor role here)
* RG-Video (Resource Group) (A CanNotDelete resource lock is applied here)
* Marketing-MG
* Sub-Marketing (Subscription)
Which two of the following statements are correct regarding the permissions and governance applied to User1 in this hierarchy?
- User1 can view resources within the Sub-Marketing subscription, but cannot delete resources in the RG-Video resource group.Answer
- User1 can create new resources in the RG-Video resource group, provided they include the 'Department' tag.Answer
- CUser1 can delete resources in the RG-Video resource group because the Contributor role at the subscription level overrides the CanNotDelete lock.
- DUser1 is blocked from reading resources in the Sub-Marketing subscription because the Contributor assignment at Sub-Production restricts User1 to that scope only.
Answer
User1 can view resources within the Sub-Marketing subscription but cannot delete resources in the RG-Video resource group, and User1 can create new resources in the RG-Video resource group provided they include the 'Department' tag.
The correct options accurately identify that the Reader role assigned at the parent management group inherits down to the Sub-Marketing subscription, enabling read access. Furthermore, they correctly state that User1 has Contributor rights in RG-Video but cannot delete resources due to the CanNotDelete lock, and that new creations require the 'Department' tag due to the inherited Azure Policy from Content-MG.
Step-by-Step Solution
Key Concept
Azure Management Groups allow for the hierarchical inheritance of RBAC roles, Azure Policies, and resource locks down to child subscriptions and resource groups.
Estimated Time:1m 30s