Recall & Review
beginner
What is a user in Azure Active Directory?
A user is an individual identity that can sign in and access resources in Azure. It represents a person or service that needs access.
Click to reveal answer
beginner
What is a group in Azure Active Directory?
A group is a collection of users. It helps manage permissions by assigning access to many users at once instead of individually.
Click to reveal answer
beginner
Why use groups instead of assigning permissions to individual users?
Groups simplify management by letting you assign permissions once to the group. All members inherit those permissions, saving time and reducing errors.
Click to reveal answer
intermediate
What are the two main types of groups in Azure AD?
Security groups, used to manage member and device access to resources, and Microsoft 365 groups, which include collaboration tools like email and files.
Click to reveal answer
intermediate
How can you add a user to a group in Azure AD?
You can add a user to a group via the Azure portal by selecting the group and adding members, or programmatically using PowerShell or Microsoft Graph API.
Click to reveal answer
What does a user represent in Azure Active Directory?
✗ Incorrect
A user is an individual identity that can sign in and access resources.
What is the main benefit of using groups in Azure AD?
✗ Incorrect
Groups let you assign permissions once to many users, simplifying management.
Which type of Azure AD group includes collaboration tools like email and files?
✗ Incorrect
Microsoft 365 groups include collaboration features such as email and file sharing.
How can you add a user to a group in Azure AD?
✗ Incorrect
Users can be added to groups through multiple methods including the Azure portal and APIs.
What type of group is mainly used to control access to resources?
✗ Incorrect
Security groups are used to manage access permissions to resources.
Explain the difference between a user and a group in Azure Active Directory.
Think about managing access for one person versus many people.
You got /3 concepts.
Describe the two main types of groups in Azure AD and their purposes.
One is for security, the other for teamwork.
You got /3 concepts.