A company has an Azure environment with an active subscription named Enterprise-Sub. Inside this subscription, there is a resource group named App-RG, which contains an Azure App Service plan and an Azure SQL database.
Taylor is assigned the built-in Contributor role at the Enterprise-Sub subscription level.
Which of the following actions can Taylor perform within the App-RG resource group due to role inheritance? (Select TWO.)
- Create a new Web App under the App Service plan in App-RG.Cevap
- Delete the Azure SQL database inside App-RG.Cevap
- CCreate an Azure Policy assignment to ensure all resources in App-RG are deployed only to the East US region.
- DApply an Azure Policy that retroactively deletes any existing non-compliant resources inside App-RG.
Cevap
Taylor can create a new Web App under the App Service plan in App-RG, and delete the Azure SQL database inside App-RG.
Due to Azure RBAC inheritance, the Contributor role assigned at the subscription scope propagates down to all resource groups and resources under that subscription. Therefore, Taylor inherits Contributor rights in App-RG. The Contributor role allows full management of resources, including creating new resources (like a Web App) and deleting existing resources (like a SQL database).
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC inheritance and the capabilities of the built-in Contributor role compared to Azure Policy.