A ferry-terminal security desk re-creates the same Reader assignment for twelve individual users whenever a seasonal worker starts. What should the desk do instead so membership changes do not require new role assignments?
Select an answer to reveal the explanation.
Short Explanation
Stop laminating twelve badges every hiring day. Put Reader on one Entra security group at the resource group, then toss seasonal workers into or out of that group—membership changes, the role assignment stays put.
Full Explanation
Azure role assignments can target users, groups, service principals, and managed identities. Assigning a security group at the resource-group scope is the operational pattern: add or remove members in Microsoft Entra ID without creating or deleting RBAC assignments for each person.