mediummultiple choiceObjective-mapped

A project team adds and removes contractors every month. The team wants Azure role assignments to stay the same when individual contractors leave or join, and access should be granted to everyone on the team through one control point. What should the administrator assign the Azure role to?

Question 1mediummultiple choice
Full question →

A project team adds and removes contractors every month. The team wants Azure role assignments to stay the same when individual contractors leave or join, and access should be granted to everyone on the team through one control point. What should the administrator assign the Azure role to?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

A Microsoft Entra security group

Security groups are the right choice for Azure RBAC delegation because membership can change without editing the role assignment itself.

B

Distractor review

A Microsoft 365 group

Microsoft 365 groups are optimized for collaboration services, but they are not the best default choice for RBAC delegation.

C

Distractor review

A guest user account

A guest user represents one external person, so it does not simplify access for a changing team membership.

D

Distractor review

A managed identity

Managed identities are for Azure resources and automation, not for grouping human users for role delegation.

Common exam trap

Common exam trap: authentication is not authorization

Logging in proves the user can authenticate. It does not automatically mean the user is allowed to enter privileged or configuration mode. Watch for AAA authorization, privilege level and command authorization details.

Technical deep dive

How to think about this question

This kind of question is testing the difference between identity and permission. A user may successfully log in to a router because authentication is working, but still fail to enter configuration mode because authorization is missing, misconfigured or mapped to a lower privilege level.

KKey Concepts to Remember

  • Authentication checks who the user is.
  • Authorization controls what the user is allowed to do after login.
  • Privilege levels affect access to EXEC and configuration commands.
  • AAA, TACACS+ and RADIUS can separate login success from command access.

TExam Day Tips

  • Do not assume successful login means full administrative access.
  • Look for words such as cannot enter configuration mode, privilege level, authorization or command access.
  • Separate login problems from permission problems before choosing the answer.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Authentication checks who the user is.

What is the correct answer to this question?

The correct answer is: A Microsoft Entra security group — Assigning the role to a Microsoft Entra security group lets the administrator manage access by changing group membership instead of repeatedly modifying Azure role assignments. That pattern is ideal for contractor or project teams because the permission target remains stable while people join or leave. It also supports least privilege when the same access must be shared by several users. In Azure, RBAC permissions can be assigned directly to groups, making administration simpler and less error-prone. Why others are wrong: A Microsoft 365 group is mainly intended for collaboration workloads and is not the best general-purpose RBAC delegation object. A guest user account represents only one external identity, so it does not scale for a team. A managed identity is tied to an Azure resource or workload, not a set of human administrators. None of those options provides the clean membership-based access control the scenario requires.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.