Which of the following statements correctly describes the difference between the Owner and Contributor built-in roles in Azure?
Think about who can change who else can access resources.
The Owner role has full access including managing access permissions, while the Contributor can manage resources but cannot assign roles or change access permissions.
What is the expected behavior of a user assigned the Reader role on an Azure resource group?
Consider what 'Reader' implies about permissions.
The Reader role allows viewing resources and their properties but does not allow any modifications or role assignments.
Which security risk is most associated with assigning the Owner role to many users in an Azure subscription?
Think about what full access means for security.
Assigning Owner role grants full control including managing access permissions, which can lead to accidental or malicious changes if too many users have it.
You have a team where some members need to deploy and manage resources, others only need to monitor resources, and a few need to manage access permissions. Which combination of built-in roles should you assign?
Match roles to the level of access needed for each task.
Owner role is needed for managing access, Contributor for resource management, and Reader for monitoring only.
What is the best practice to minimize security risks when assigning built-in roles like Owner, Contributor, and Reader in Azure?
Think about security principles and ongoing management.
Following the least privilege principle and reviewing assignments regularly reduces risk of unauthorized access or accidental changes.