Practice free →
HomeAzure AZ-500cloudcomputingaz500identityaccess › Which Azure RBAC concept lets an engineer assign…

Which Azure RBAC concept lets an engineer assign a narrowly-scoped permission set (e.g. 'Reader' on one resource group) to a Microsoft Entra principal — instead of a broad subscription Owner role?

ADisabling RBAC entirely
BSharing the subscription Owner credentials with the engineer
CGranting Owner on the management group
DAn Azure role assignment scoped to the resource group (using a built-in or custom Azure role)
Answer & Solution
Correct answer: D. An Azure role assignment scoped to the resource group (using a built-in or custom Azure role)
Scoped role assignments are Azure's least-privilege primitive (per AZ-500 §1 identity). The others are textbook insecurity.
Solve this in the app — Azure AZ-500 practice & 24k+ MCQs →
Related questions