AZ-104 Manage Azure Identities and Governance Practice Question
This AZ-104 practice question tests your understanding of manage azure identities and governance. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 ID
Group name: App-Support
Type: Security
Owners: None
Members: 28 users
Requirement: Service desk analysts must add and remove employees from App-Support each week. They must not receive permissions to Azure subscriptions, resource groups, or resources.
Current approach: Analysts sign in with their regular work accounts.
Based on the exhibit, what should you configure so the analysts can manage group membership without granting Azure resource permissions?
Exhibit
Microsoft Entra ID
Group name: App-Support
Type: Security
Owners: None
Members: 28 users
Requirement: Service desk analysts must add and remove employees from App-Support each week. They must not receive permissions to Azure subscriptions, resource groups, or resources.
Current approach: Analysts sign in with their regular work accounts.
A
Assign the service desk analysts the User Administrator role in Microsoft Entra ID.
Why wrong: This role can manage many directory objects, not just one application group. It is broader than the requirement and increases privilege unnecessarily.
B
Add the service desk analysts as owners of the App-Support group.
Group ownership lets those analysts manage membership for that specific group without giving them Azure resource permissions. This is the least-privilege approach for delegating ongoing membership changes.
C
Create separate local administrator accounts for each analyst.
Why wrong: Local administrator accounts are unrelated to Microsoft Entra group membership and would not delegate control over the cloud group.
D
Assign Contributor on the subscription to the service desk analysts.
Why wrong: Contributor grants broad Azure resource management permissions and does not solve Entra group membership delegation. It is far more access than needed.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Add the service desk analysts as owners of the App-Support group.
Option B is correct because adding the service desk analysts as owners of the App-Support group grants them the ability to manage group membership directly within Microsoft Entra ID (formerly Azure AD) without assigning any Azure RBAC permissions on resources. Group owners can add or remove members from the group, but they do not inherit any permissions to manage Azure resources like VMs or storage accounts.
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.
✗
Assign the service desk analysts the User Administrator role in Microsoft Entra ID.
Why it's wrong here
This role can manage many directory objects, not just one application group. It is broader than the requirement and increases privilege unnecessarily.
When this WOULD be correct
This option would be correct if the question required analysts to manage all user accounts and groups in the directory, including resetting passwords and managing role assignments, and the scope of management was not limited to a single group.
✓
Add the service desk analysts as owners of the App-Support group.
Why this is correct
Group ownership lets those analysts manage membership for that specific group without giving them Azure resource permissions. This is the least-privilege approach for delegating ongoing membership changes.
Related concept
Read the scenario before looking for a memorised answer.
✗
Create separate local administrator accounts for each analyst.
Why it's wrong here
Local administrator accounts are unrelated to Microsoft Entra group membership and would not delegate control over the cloud group.
When this WOULD be correct
This option would be correct in a scenario where analysts need to perform administrative tasks on on-premises or Azure VMs, such as installing software or configuring settings, and the question specifies that they should have local admin rights on those machines without any Azure resource or directory-level permissions.
✗
Assign Contributor on the subscription to the service desk analysts.
Why it's wrong here
Contributor grants broad Azure resource management permissions and does not solve Entra group membership delegation. It is far more access than needed.
When this WOULD be correct
If the question required granting analysts the ability to manage all resources within a subscription (e.g., deploy and manage virtual machines, storage accounts, etc.) without granting administrative roles like Owner, then Contributor would be the correct role.
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 the service desk analysts as owners of the App-Support group.Correct answer▾
Why this is correct
Group ownership lets those analysts manage membership for that specific group without giving them Azure resource permissions. This is the least-privilege approach for delegating ongoing membership changes.
✗Assign the service desk analysts the User Administrator role in Microsoft Entra ID.Wrong answer — click to see why▾
Why this is wrong here
The User Administrator role grants broad permissions to manage all users and groups in Microsoft Entra ID, including resetting passwords and managing roles, which exceeds the requirement to only manage group membership without granting Azure resource permissions.
★ When this WOULD be the correct answer
This option would be correct if the question required analysts to manage all user accounts and groups in the directory, including resetting passwords and managing role assignments, and the scope of management was not limited to a single group.
Why candidates choose this
Candidates may think that assigning a built-in directory role like User Administrator is the standard way to delegate group management, overlooking that it grants excessive privileges beyond just managing group membership.
✗Create separate local administrator accounts for each analyst.Wrong answer — click to see why▾
Why this is wrong here
Creating separate local administrator accounts for each analyst grants local machine administrative privileges, not the ability to manage group membership in Microsoft Entra ID, and does not address the requirement of managing Azure AD groups without granting Azure resource permissions.
★ When this WOULD be the correct answer
This option would be correct in a scenario where analysts need to perform administrative tasks on on-premises or Azure VMs, such as installing software or configuring settings, and the question specifies that they should have local admin rights on those machines without any Azure resource or directory-level permissions.
Why candidates choose this
Candidates may think that local admin accounts are a safe way to grant management capabilities without affecting Azure resources, misunderstanding that the question is about managing Microsoft Entra ID group membership, not local machine administration.
✗Assign Contributor on the subscription to the service desk analysts.Wrong answer — click to see why▾
Why this is wrong here
Assigning Contributor on the subscription grants full management access to all resources, including the ability to create, modify, and delete Azure resources, which goes beyond managing group membership and would grant Azure resource permissions.
★ When this WOULD be the correct answer
If the question required granting analysts the ability to manage all resources within a subscription (e.g., deploy and manage virtual machines, storage accounts, etc.) without granting administrative roles like Owner, then Contributor would be the correct role.
Why candidates choose this
Candidates may confuse the Contributor role with a limited management role, not realizing it provides broad resource permissions across the entire subscription, far exceeding the scope of managing group membership only.
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 Microsoft Entra ID administrative roles (like User Administrator) with the more granular group ownership delegation, assuming that managing group membership requires a broader directory role rather than simply being added as an owner of the specific group.
Detailed technical explanation
How to think about this question
In Microsoft Entra ID, group ownership is a delegated administration model where owners can manage group membership, update group properties, and approve or deny membership requests, but they have no inherent Azure RBAC permissions. This is implemented via the 'owner' relationship in the Microsoft Graph API, where the group's 'owners' property contains references to user objects. A real-world scenario is when a helpdesk team needs to control access to an application by adding/removing users from a security group that is used for role assignments, without giving them the ability to modify the Azure resources themselves.
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.
Quick reference
Access Control Model Comparison
Model
Acronym
Who Controls Access?
Best For
Discretionary Access Control
DAC
Resource owner
Small teams, file shares
Mandatory Access Control
MAC
System / security labels
Classified govt / military
Role-Based Access Control
RBAC
Administrator (via roles)
Enterprise environments
Attribute-Based Access Control
ABAC
Policy engine (user + resource attributes)
Fine-grained, dynamic policies
Rule-Based Access Control
RuBAC
System rules / ACLs
Firewall rules, network ACLs
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this AZ-104 question in full detail.
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 the service desk analysts as owners of the App-Support group. — Option B is correct because adding the service desk analysts as owners of the App-Support group grants them the ability to manage group membership directly within Microsoft Entra ID (formerly Azure AD) without assigning any Azure RBAC permissions on resources. Group owners can add or remove members from the group, but they do not inherit any permissions to manage Azure resources like VMs or storage accounts.
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 →
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.
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.
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.
Sign in to join the discussion.