Question 773 of 1,170
Manage Azure Identities and GovernancemediumMultiple ChoiceObjective-mapped

AZ-104 Manage Azure Identities and Governance Practice Question

This AZ-104 practice question tests your understanding of manage azure identities and governance. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Microsoft Entra group details
Group name: AppOps-Admins
Owners: Mia Lopez
Members: Sam Patel, Contractor01
Notes: Contractor01 is a temporary contractor with no existing Azure role assignments.
Requirement: Contractor01 must be able to add or remove members from AppOps-Admins for 30 days, but must not be able to manage Azure resources or receive broader directory permissions.

Based on the exhibit, which action should the administrator take so Contractor01 can manage the team membership without receiving Azure resource permissions?

Exhibit

Microsoft Entra group details
Group name: AppOps-Admins
Owners: Mia Lopez
Members: Sam Patel, Contractor01
Notes: Contractor01 is a temporary contractor with no existing Azure role assignments.
Requirement: Contractor01 must be able to add or remove members from AppOps-Admins for 30 days, but must not be able to manage Azure resources or receive broader directory permissions.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Add Contractor01 as an owner of the AppOps-Admins group.

Adding Contractor01 as an owner of the AppOps-Admins group grants them the ability to manage group membership (add/remove members) without inheriting any Azure resource permissions. Group ownership is an Azure AD role that controls group administration only, not access to Azure resources like VMs or storage. This meets the requirement of managing team membership without resource permissions.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Add Contractor01 as an owner of the AppOps-Admins group.

    Why this is correct

    Group owners can manage membership and ownership-related settings for that group without being granted Azure RBAC permissions on subscriptions or resource groups.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Add Contractor01 as a member of the AppOps-Admins group.

    Why it's wrong here

    Members inherit whatever the group is used for, but membership alone does not allow administering the group itself.

    When this WOULD be correct

    This option would be correct if the goal was to grant Contractor01 the same permissions as other team members (e.g., access to resources) without allowing them to manage group membership. For example, if the question asked 'Which action grants Contractor01 access to the resources assigned to AppOps-Admins?'

  • Assign Contractor01 the User Administrator role at the tenant scope.

    Why it's wrong here

    User Administrator is much broader than required and grants directory-wide capabilities that exceed the stated need.

    When this WOULD be correct

    This option would be correct if the question asked for an administrator who needs to manage user accounts, groups, and licensing for all users in the tenant, without any focus on Azure resource permissions or team membership management within a specific group.

  • Assign Contractor01 Contributor on the subscription.

    Why it's wrong here

    Contributor would allow resource management across the subscription and is far beyond simple group membership administration.

    When this WOULD be correct

    A question where the goal is to allow a user to manage all resources in a subscription (e.g., deploy and configure VMs, storage, etc.) without granting access to manage Azure AD or user permissions. For example: 'You need to grant a developer the ability to deploy and manage virtual machines in a subscription. Which role should you assign?'

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.

Add Contractor01 as an owner of the AppOps-Admins group.Correct answer

Why this is correct

Group owners can manage membership and ownership-related settings for that group without being granted Azure RBAC permissions on subscriptions or resource groups.

Add Contractor01 as a member of the AppOps-Admins group.Wrong answer — click to see why

Why this is wrong here

Adding Contractor01 as a member of AppOps-Admins grants them only group membership, not the ability to manage team membership. To manage membership, they need owner permissions on the group, not member permissions.

★ When this WOULD be the correct answer

This option would be correct if the goal was to grant Contractor01 the same permissions as other team members (e.g., access to resources) without allowing them to manage group membership. For example, if the question asked 'Which action grants Contractor01 access to the resources assigned to AppOps-Admins?'

Why candidates choose this

Candidates may confuse 'member' with 'owner' roles, assuming that being a member of a group allows management of that group, or they may think that adding as a member is sufficient to delegate group management.

Assign Contractor01 the User Administrator role at the tenant scope.Wrong answer — click to see why

Why this is wrong here

The User Administrator role at tenant scope grants permissions to manage user accounts and groups across the entire Azure AD tenant, which includes Azure resource permissions indirectly through group management. The question requires managing team membership without receiving Azure resource permissions, and this role provides broader administrative access than needed.

★ When this WOULD be the correct answer

This option would be correct if the question asked for an administrator who needs to manage user accounts, groups, and licensing for all users in the tenant, without any focus on Azure resource permissions or team membership management within a specific group.

Why candidates choose this

Candidates may think the User Administrator role is appropriate because it allows management of group memberships, but they overlook that it also grants broader Azure AD administrative privileges that could lead to unintended Azure resource permissions.

Assign Contractor01 Contributor on the subscription.Wrong answer — click to see why

Why this is wrong here

The Contributor role grants full management access to Azure resources, including permissions to create, modify, and delete resources, which contradicts the requirement to avoid giving Contractor01 Azure resource permissions.

★ When this WOULD be the correct answer

A question where the goal is to allow a user to manage all resources in a subscription (e.g., deploy and configure VMs, storage, etc.) without granting access to manage Azure AD or user permissions. For example: 'You need to grant a developer the ability to deploy and manage virtual machines in a subscription. Which role should you assign?'

Why candidates choose this

Candidates may confuse 'managing team membership' with general resource management, assuming Contributor is a catch-all role for any administrative task, or they may overlook the specific requirement to avoid Azure resource permissions.

Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Azure AD group ownership with Azure RBAC roles, assuming that managing a group requires a high-privilege directory role like User Administrator, or they mistakenly think adding the user as a member of the group will suffice without understanding that membership inherits the group's resource permissions.

Detailed technical explanation

How to think about this question

Azure AD group ownership is a directory-level permission that allows the owner to update group membership, properties, and settings, but it does not grant any RBAC role assignments on Azure resources. This separation is enforced by Azure AD's distinct authorization boundaries: directory roles (like Owner on a group) operate within Azure AD, while RBAC roles (like Contributor) operate on Azure resource management plane. In practice, this allows a contractor to manage a team's composition without being able to deploy or modify infrastructure, which is critical for compliance scenarios where resource access must be tightly controlled.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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.

Practice this exam

Start a free AZ-104 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Manage Azure Identities and Governance — This question tests Manage Azure Identities and Governance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Add Contractor01 as an owner of the AppOps-Admins group. — Adding Contractor01 as an owner of the AppOps-Admins group grants them the ability to manage group membership (add/remove members) without inheriting any Azure resource permissions. Group ownership is an Azure AD role that controls group administration only, not access to Azure resources like VMs or storage. This meets the requirement of managing team membership without resource permissions.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AZ-104 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.