Configure user and group accounts Flashcards
Cloud identity
A user account with a cloud identity is defined only in Microsoft Entra ID. This type of user account includes administrator accounts and users who are managed as part of your organization. A cloud identity can be for user accounts defined in your Microsoft Entra organization, and also for user accounts defined in an external Microsoft Entra instance. When a cloud identity is removed from the primary directory, the user account is deleted.
Directory-synchronized identity
User accounts that have a directory-synchronized identity are defined in an on-premises Active Directory. A synchronization activity occurs via Microsoft Entra Connect to bring these user accounts in to Azure. The source for these accounts is Windows Server Active Directory.
Guest user
Guest user accounts are defined outside Azure. Examples include user accounts from other cloud providers, and Microsoft accounts like an Xbox LIVE account. The source for guest user accounts is Invited user. Guest user accounts are useful when external vendors or contractors need access to your Azure resources.
Consider where users are defined.
Determine where your users are defined. Are all your users defined within your Microsoft Entra organization, or are some users defined in external Microsoft Entra instances? Do you have users who are external to your organization? It’s common for businesses to support two or more account types in their infrastructure.
Consider support for external contributors
Allow external contributors to access Azure resources in your organization by supporting the Guest user account type. When the external contributor no longer requires access, you can remove the user account and their access privileges.
Consider a combination of user accounts.
Implement the user account types that enable your organization to satisfy their business requirements. Support directory-synchronized identity user accounts for users defined in Windows Server Active Directory. Support cloud identities for users defined in your internal Microsoft Entra structure or for user defined in an external Microsoft Entra instance.
Things to know about cloud identity accounts
A new user account must have a display name and an associated user account name. An example display name is Aran Sawyer-Miller and the associated user account name could be asawmill@contoso.com.
Information and settings that describe a user are stored in the user account profile.
The profile can have other settings like a user’s job title, and their contact email address.
A user with Global administrator or User administrator privileges can preset profile data in user accounts, such as the main phone number for the company.
Non-admin users can set some of their own profile data, but they can’t change their display name or account name.
Consider user profile data.
Allow users to set their profile information for their accounts, as needed. User profile data, including the user’s picture, job, and contact information is optional. You can also supply certain profile settings for each user based on your organization’s requirements.
Consider restore options for deleted accounts.
Include restore scenarios in your account management plan. Restore operations for a deleted account are available up to 30 days after an account is removed. After 30 days, a deleted user account can’t be restored.
Consider gathered account data.
Collect sign-in and audit log information for user accounts. Microsoft Entra ID lets you gather this data to help you analyze and improve your infrastructure.
Things to know about bulk account operations
Only Global administrators or User administrators have privileges to create and delete user accounts in the Azure portal.
To complete bulk create or delete operations, the admin fills out a comma-separated values (CSV) template of the data for the user accounts.
Bulk operation templates can be downloaded from the Microsoft Entra admin center.
Bulk lists of user accounts can be downloaded.
Consider naming conventions.
Establish or implement a naming convention for your user accounts. Apply conventions to user account names, display names, and user aliases for consistency across the organization. Conventions for names and aliases can simplify the bulk create process by reducing areas of uniqueness in the CSV file. A convention for user names could begin with the user’s last name followed by a period, and end with the user’s first name, as in Sawyer-Miller.Aran@contoso.com.
Consider using initial passwords.
Implement a convention for the initial password of a newly created user. Design a system to notify new users about their passwords in a secure way. You might generate a random password and email it to the new user or their manager.
Consider strategies for minimizing errors.
View and address any errors, by downloading the results file on the Bulk operation results page in the Azure portal. The results file contains the reason for each error. An error might be a user account that’s already been created or an account that’s duplicated. Generally, it’s easier to upload and troubleshoot smaller groups of user accounts.
Security groups
are used to manage member and computer access to shared resources for a group of users. You can create a security group for a specific security policy and apply the same permissions to all members of a group.