Manage identities and governance in Azure Flashcards
What cloud service model does Microsoft Entra ID fall under?
Platform as a service (PaaS)
What is the function of Microsoft Entra ID?
Microsoft-managed directory service in the cloud.
What are the advantages of Microsoft Entra ID compared to AD DS?
MFA, SSO, identity protection, and self-service password reset.
How does Microsoft Entra ID differ to AD DS?
Focused on providing IAM services to web-based apps, unlike AD DS, which is more focused on on-premises apps.
What is an Entra ID domain referred to as?
A tenant.
Are organizations able to create multiple Entra ID tenants under a single subcription?
Yes.
Must an Azure subscription be associated with an Entra tenant?
Yes; Every Azure subscription must be associated with only one Microsoft Entra tenant.
Can a single Entra tenant be associated with multiple Azure subscirptons?
Yes; Allows you to use the same users, groups, and applications to manage resources across multiple Azure subscriptions.
Does an Entra tenant have a DNS name?
Yes; Each Microsoft Entra tenant is assigned the default DNS name, consisting of a unique prefix.
What is the prefix of an Entra tenant DNS name?
The prefix is the name derived from the Microsoft account used to create an Azure subscription or provided explicitly when creating an Entra tenant.
What is the full DNS naming convention of an Entra tenant?
“prefix.onmicrosoft.com”
What is the purpose of Entra ID?
Acts as a security boundary and a container for Microsoft Entra objects such as users, groups, and applications.
Describe the structure of Entra ID
Users and groups are created in a flat structure not a hierarchy, and there are no OUs or GPOs.
What protocol(s) does Entra ID use for communication and authentication/authorizatoin?
HTTP/HTTPs via SAML, OAuth, etc.
How is the Entra ID directory service queried?
Uses the REST API over HTTP and HTTPS instead of LDAP(s)
Aside from the free instances of Entra ID that come with O365, what are the two versions of Entra ID?
Microsoft Entra ID P1 or P2
What are the two ways an organization can implement an Entra ID license?
You can procure it as an extra license or as a part of the Microsoft Enterprise Mobility + Security.
Define ‘Microsoft Identity Manager (MIM)’
Hybrid identity solution; Can bridge on-premises authentication stores such as AD DS, LDAP, Oracle, etc., with Microsoft Entra ID.
How does Entra ID P2 differ from P1?
- Microsoft Entra ID Protection
- Microsoft Entra Privileged Identity Management
What SLA does Microsoft guarantee for Entra ID?
Guaranteed at least 99.9% availability.
Define ‘Microsoft Entra ID Protection’
Provides enhanced functionalities for monitoring and protecting user accounts; Define user risk policies and sign-in policies.
Define Microsoft Entra Privileged Identity Management.’
Lets you configure additional security levels for privileged users such as administrators.
What are the 3 types of supported user accounts in Entra ID?
- Cloud identity
- Directory-synchronized identity
- Guest user
Define a ‘Cloud identity’ user account type
A user account defined only in Microsoft Entra ID.
Define a ‘Directory-synchronized identity’ user account type
User accounts that are initially defined in an on-premises Active Directory synchronized through Entra Connect.
Define a ‘Guest user’ account type
Defined outside Azure.
What is the purpose of a guest user?
Useful when external vendors or contractors need access to your Azure resources.
Where is info and settings that describe a user stored?
In the user account profile.
What are the two types of groups used to organize user accounts?
- Security groups
- Microsoft 365 groups
Define a ‘Microsoft 365 group’
Provide collaboration opportunities; Access to a shared mailbox, calendar, files, SharePoint site, and more.
Describe a ‘Security group’ and its purpose
Used to manage access to resources based on user/device membership.
What is best practice for configuring user access to resources?
Use security groups to set permissions for all group members at the same time, rather than adding permissions to each member individually.
What is best practice for configuring guest access to resrouces?
Add Microsoft 365 groups to enable group access for guest users.
What are the 3 access designation methods that can be used to determine user/device group membership?
- Assigned
- Dynamic user
- Dynamic device
Define an ‘assigned’ access right
Members of a group must be assigned manually.
Define a ‘dynamic user’ access right
Dynamic membership rules automatically add and remove group members based on user attributes.
Define a ‘dynamic device’ access right
Dynamic membership rules automatically add and remove group members devices based on user attributes.
Can a dynamic device membership rule be applied to a Microsoft 365 group?
No; Security groups only.