Skip to main content

AZ-104 Azure Identity - Creating and Managing Users

Creating Azure Users

Manage Azure Users

Azure AD to Entra ID

  • Describing Users
  • Type of Users
  • Creating a User
  • Managing User Propertiies
  • Bulk Adding Users
  • Inviting Guests

Entra ID

Describing Members

  • Administrative users: Global admins, Billing Administrators, User Administrators.
  • Members: Employees such as a support engineer to manage virtual machines, organization data engineering team with access to specific services.
  • Guest users: Users invited from a different Microsoft Entra ID Tenant, etc.

All users are part of Azure AD Tenant and are all just identity objects with certain properties, each member will have a set of default permissions and all these members are all identity objects with JSON properties we can modify these properties such as job title, given name or user's location.

  • Administrators: users whit administrator role assigned
  • Members: Regular user that are native to Azure AD
  • Guest: External users that tare invited to the azure AD Tenant
Creating a user in Entra ID

Different methods of creating users

  • Auzure Portal: Navigate to Azure Entra ID select Users, new user
  • Azure CLI:  az ad user create
  • Powershell: New-AzureADUser

Exercise:

  1. Create/add a User - create a member account inside off Entra ID
  2. Update user properties - Update the properties to show this user is part of the HR department
  3. Bulk add users - Using a csv file, bulk add users to azure AD
  4. Invite a Guest account - Invite an External guest to Azure AD


Navigate to Entra ID and select users, add, create new user

image.png

Navigate to Properties to fill out personal user information such as first, last name, etc, here you can specify if its a member or a Guest.

image.png

After creating our user we can go back to list all user and select our new user, here we can edit properties, manage assigned roles, admin units, groups etc.

image.png

Inviting a Guest Account

image.png

image.png

An Invitation will be sent to access your Organization

Type of users - Administrators Members and Guest Accounts.

Role Assignment - Determines permissions and access.

Object Ownership - App, Devices, groups and resources that are owned.