AZ-500 · Question #375
SIMULATION You need to ensure that a user named user2-12345678 can manage the properties of the virtual machines in the RG1lod12345678 resource group. The solution must use the principle of least…
The Virtual Machine Contributor role is the correct choice because it grants the ability to manage virtual machine properties (start, stop, resize, etc.) without granting broader permissions like access to the underlying network or storage resources, or the ability to manage…
Question
Explanation
The Virtual Machine Contributor role is the correct choice because it grants the ability to manage virtual machine properties (start, stop, resize, etc.) without granting broader permissions like access to the underlying network or storage resources, or the ability to manage access rights - satisfying the principle of least privilege. Scoping the role assignment to the RG1lod12345678 resource group ensures user2-12345678 only has these permissions within that specific resource group, not across the entire subscription. The step-by-step process through Access Control (IAM) > Add Role Assignment is the standard Azure RBAC mechanism for delegating permissions.
Topics
Community Discussion
No community discussion yet for this question.