An enterprise structures its resources using an Azure Management Group named 'Enterprise-MG'. This management group contains a single Azure subscription named 'Core-Sub'. Within 'Core-Sub', there is a resource group named 'Data-RG' containing an Azure SQL Database. You assign a user named Chloe the Reader role at the 'Enterprise-MG' level and the Contributor role at the 'Data-RG' level. Which of the following statements are true regarding Chloe's access permissions? (Select TWO).
- Chloe can delete the Azure SQL Database in the 'Data-RG' resource group.Answer
- Chloe can view all resources in the 'Core-Sub' subscription.Answer
- CChloe can configure an Azure Policy to restrict database deployment regions.
- DChloe can modify the Azure SQL Database even if a ReadOnly resource lock is applied to 'Data-RG' because she is a Contributor.
Answer
Chloe can delete the Azure SQL Database in the 'Data-RG' resource group, and she can view all resources in the 'Core-Sub' subscription.
The Reader role assigned at the management group level ('Enterprise-MG') is inherited by all child resources, meaning Chloe can view all resources within the child subscription ('Core-Sub'). Additionally, the Contributor role assigned directly to the resource group ('Data-RG') allows Chloe to modify and delete resources within that group, such as the Azure SQL Database.
Step-by-Step Solution
Key Concept
Azure RBAC inheritance and scope propagation