0
0
Azurecloud~5 mins

Users and groups in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AA network security rule
BAn individual identity that can sign in
CA type of virtual machine
DA collection of devices
What is the main benefit of using groups in Azure AD?
ATo simplify permission management for multiple users
BTo create virtual machines
CTo monitor network traffic
DTo store files
Which type of Azure AD group includes collaboration tools like email and files?
ASecurity group
BDistribution group
CMicrosoft 365 group
DDevice group
How can you add a user to a group in Azure AD?
AVia Azure portal, PowerShell, or Microsoft Graph API
BOnly by editing the user profile
COnly by using PowerShell
DBy creating a new subscription
What type of group is mainly used to control access to resources?
AResource group
BMicrosoft 365 group
CDistribution list
DSecurity group
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.