An administrator creates an Azure resource group named Dev-Web-RG. Is the following statement true or false?
To allow developers to manage existing resources in Dev-Web-RG, but prevent them from deploying other resource types (such as Virtual Machines) within that resource group, the administrator must assign the built-in Contributor role to the developers at the Dev-Web-RG scope.
Cevap: Cevap
Cevap
False
The statement is false because Azure RBAC built-in roles like Contributor grant permission to manage and create all types of resources at their scope. They cannot restrict the specific types of resources (like Virtual Machines) that can be deployed. To enforce resource type restrictions, Azure Policy must be used.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC vs. Azure Policy