This sheet covers Exam AZ-104, the single exam behind the Microsoft Certified: Azure Administrator Associate credential, mapped to the official skills measured as of April 17, 2026. AZ-104 validates that you can implement, manage, and monitor an organization's Azure environment across identity and governance, storage, compute, virtual networking, and monitoring and backup. Microsoft grades it as a hands-on role exam, so most questions are scenario based: you pick the action an administrator takes in the portal, Azure CLI, or PowerShell, not just a definition. The fastest way to move the needle is to learn which tool or feature solves each scenario and why Microsoft prefers it rather than memorizing trivia, because the exam rewards the right default action under realistic constraints.
What This Cheat Sheet Covers
This topic spans 32 focused tables and 289 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: Manage Microsoft Entra Users and Groups
AZ-104 area "Manage Azure identities and governance" (20 to 25%), task "Manage Microsoft Entra users and groups": create and manage users, groups, group membership, licenses, external users, and self-service password reset.
| Concept | Example | Description |
|---|---|---|
Internal employee → UserType MemberInvited partner → UserType Guest | UserType records the user's relationship to the tenant, not how they sign in.• Member = internal employee with full default access • Guest = external collaborator with restricted default permissions | |
Grant a team access to a SharePoint site or app | Used to grant access to resources and apps. Can contain users OR devices. Supports dynamic membership. Not to be confused with a Microsoft 365 group, which adds collaboration services. | |
New Team → backed by a Microsoft 365 group | Collaboration group giving members a shared mailbox, calendar, SharePoint, and Planner; Teams uses it for membership. Contains only users, never devices. | |
Admin manually adds or removes each member | Membership is set by hand. Default for new groups. Use when membership doesn't follow a clean attribute rule, or for role-assignable groups. | |
user.department -eq "Sales" auto-fills the group | Membership is driven by an attribute rule, evaluated automatically. You can't manually add or remove a member. Requires a Microsoft Entra ID P1 license per member user. | |
device.deviceOSType -eq "Windows" | Only security groups can have device rules; Microsoft 365 groups can't. A single rule targets users or devices, never both, and a device rule can't reference the owner's user attributes. | |
Set user Usage location = US before assigning a license | A two-letter country property that must be set before a license can be assigned, since some services aren't sold in all regions. Group licensing never overwrites an existing value. | |
Assign Microsoft 365 E5 to a group → all members inherit it | Assign a license once to a security group and every member inherits it. Requires P1. Nested groups aren't supported (only first-level members get the license). | |
Can't remove a group-inherited license on the user blade | A license inherited from a group can only be changed on the group, not the user. Direct assignments coexist and can be removed without touching inherited ones. |