Home / Community / Azure Administrator (AZ-104) - Identity & Governance
Public

Azure Administrator (AZ-104) - Identity & Governance

Master Microsoft Entra ID, Azure RBAC, Policies, and Conditional Access with these high-yield flashcards designed for the AZ-104 exam.

20 accessible of 20 cards

Card Preview

20 accessible of 20 cards

A quick, read-only look at the deck content.

Term

What is Microsoft Entra ID (formerly Azure Active Directory)?

Definition

Microsoft's cloud-based identity and access management (IAM) service. It provides user authentication, single sign-on (SSO), and access control to Azure resources, Microsoft 365, and external SaaS applications.

Term

What is an Azure AD / Microsoft Entra Tenant?

Definition

A dedicated, isolated instance of Microsoft Entra ID created when an organization signs up for a Microsoft cloud service. It represents the organization's cloud identity directory.

Term

Security Groups vs. Microsoft 365 Groups

Definition

Security Groups are used to assign permissions and access control to Azure resources and apps. Microsoft 365 Groups are built for team collaboration, providing shared mailboxes, calendars, files, and SharePoint sites.

Term

Static Assignment vs. Dynamic Membership in Microsoft Entra Groups

Definition

Static membership requires manually adding or removing individual users. Dynamic membership uses rule syntax (e.g., user.department -eq "Sales") to automatically manage group membership based on user attributes.

Term

What are Administrative Units (AUs)?

Definition

Entra ID resources used to delegate administrative permissions over a subset of users, groups, or devices. They allow regional or departmental helpdesks to manage only their assigned scope.

Term

What is the Azure RBAC Scope Hierarchy?

Definition

Permissions inherit downward through four levels of hierarchy:
Management Group Subscription Resource Group Resource.

Term

Difference between Azure RBAC Roles and Microsoft Entra ID Roles

Definition

Azure RBAC Roles grant permissions to manage Azure infrastructure resources (e.g., VMs, SQL databases, storage accounts). Microsoft Entra ID Roles grant permissions to manage directory-level resources (e.g., user accounts, domain names, licenses).

Term

What is an Azure Custom RBAC Role?

Definition

A user-defined role created via JSON or Azure Portal when built-in roles do not meet precise access control needs. Key JSON properties include Actions, NotActions, DataActions, NotDataActions, and AssignableScopes.