Ch. 1 Managing Azure Identities and Governance Flashcards
Azure AD B2C
Azure Active Directory
Business - to Customer
- allows customers to sign in to applications using their social media accounts, such as Facebook
Azure AD B2B
Azure Active Directory
Business - to Business
- extends Azure AD to business partners
What are the two types of users in Azure AD?
- cloud-only users
2. users synchronized from an on-premises directory
cloud - only users
- users that are created and managed exclusively in Azure AD
- their attributes can be updated directly in Azure AD
What role must you be assigned to create a cloud - only user?
Global Administrator or User Administrator
Where can you create a cloud-only user?
the Azure portal, Azure PowerShell, can the Azure command-line interface (CLI)
What attributes are mandatory when creating a new user?
the username (sign in address for Azure AD) and the user’s name (given name and surname)
groups
groups of objects that make role assignments and access permissions easier to manage
What objects can a group contain?
groups, users, devices, or service principles
Where can a group be created?
Azure portal, Azure PowerShell, the Azure CLI, and Microsoft Graph
What are the two types of groups?
- Security
2. Office 365
security group
a group that allows you to share Azure resources access to a group of users, devices, or service principals
Office 365 group
a group that allows access to a shared mailbox, calendar, SharePoint site, and so on
What are the 3 types of memberships a group can be assigned?
- Assigned
- Dynamic User
- Dynamic Device
Membership Type: Assigned
this value allows you to select one or more users and add them to the group. Adding and removing users is performed manually.
Membership Type: Dynamic User
This value allows you to use dynamic group rules to automatically add and remove members.
Membership Type: Dynamic Device
This value allows you to use dynamic group rules to automatically add and remove devices.
Dynamic group requirement
You can only create a dynamic group if you have a Premium AD license. Otherwise, the Membership Type option is unavailable and is set to Assigned.
How do dynamic groups work?
Rules are created in a dynamic group. If a user or device has an attribute that matches the rule then that user or device is added to the group.
If the attributes changes and the user or device no longer matches the criteria for group membership, the entity will removed.
Dynamic group membership processing
- processing is not immediate
- if an error occurs while processing a membership rule, it appears on the Group page in the Azure portal
- the current processing status can be viewed from the Group page
Can you create a dynamic group for users and devices at the same time.
No
Can user attributes be in a device-based ruled?
No
Can the membership type of a group be changed after it is created?
Yes
Changing a static group to a dynamic group will remove all members from the static group and apply dynamic membership rules.
This change will also affect the access to the resources if the static groups has any previously assigned access for its members.
Where can devices be managed in the Azure portal?
- Under Devices in the Azure AD tenant.
2. Through the Devices blade for an individual user.
What permissions do you need to enable or disable a device?
You must be a Global Administrator
Disabling a device
- prevents a device from accessing Azure AD resources
- prevents a user from accessing Azure AD resources through that device
Deleting a device
- prevents a device from accessing your Azure AD resources and removes all details that are attached to the device ( including BitLocker keys for Windows devices)
- a non-recoverable activity and is not recommended unless it is required for an activity such as device decommissioning
Bulk Updates
- bulk user creations can now be done in Azure portal through a .csv file
- under Users you can select Bulk create, Bulk invite, and Bulk delete