Lab 01 - Manage Microsoft Entra ID Identities

Lab introduction

This is the first in a series of labs for Azure Administrators. In this lab, you learn about users and groups. Users and groups are the basic building blocks for an identity solution.

This lab requires an Azure subscription. Your subscription type may affect the availability of features in this lab. You may change the region, but the steps are written using East US.

Estimated timing: 30 minutes

Lab scenario

Your organization is building a new lab environment for pre-production testing of apps and services. A few engineers are being hired to manage the lab environment, including the virtual machines. To allow the engineers to authenticate by using Microsoft Entra ID, you have been tasked with provisioning users and groups. To minimize administrative overhead, membership of the groups should be updated automatically based on job titles.

Interactive lab simulation

This lab uses an interactive lab simulation. The simulation lets you to click through a similar scenario at your own pace. There are differences between the interactive simulation and this lab, but many of the core concepts are the same. An Azure subscription is not required.

Note: This simulation is being updated. Microsoft Entra ID is the new name for Azure Active Directory (Azure AD).

Architecture diagram

Diagram of the lab 01 architecture.

Job skills

  • Task 1: Create and configure user accounts.
  • Task 2: Create groups and add members.

Task 1: Create and configure user accounts

In this task, you will create and configure user accounts. User accounts will store user data such as name, department, location, and contact information.

  1. Sign in to the Azure portal - https://portal.azure.com.

    Note: The Azure portal is used in all the labs. If you are new to the Azure, search for and select Quickstart Center. Take a few minutes to watch the Getting started in the Azure portal video. Even if you have used the portal before, you will find a few tips and tricks on navigating and customizing the interface.

  2. Search for and select Microsoft Entra ID. Microsoft Entra ID is Azure’s cloud-based identity and access management solution. Take a few minutes to familiarize yourself with some of the features listed in the left pane.

  3. Select the Overview blade and then the Manage tenants tab.

    Did you know? A tenant is a specific instance of Microsoft Entra ID containing accounts and groups. Depending on your situation, you can create more tenants and Switch between them.

  4. Return to the Entra ID page and select Licenses. From here you can purchase a license, manage the licenses you have, and assign licenses to users and groups. Select Licensed features to see what is available.

Create a new user

  1. Select Users, then in the New user drop-down select Create new user.

  2. Create a new user with the following settings (leave others with their defaults). On the Properties tab notice all the different types of information that can be included in the user account.

    Setting Value
    User principal name az104-user1
    Display name az104-user1
    Auto-generate password checked
    Account enabled checked
    Job title (Properties tab) IT Lab Administrator
    Department (Properties tab) IT
    Usage location (Properties tab) United States
  3. Once you have finished reviewing, select Review + create and then Create.

  4. Refresh the page and confirm your new user was created.

Invite an external user

  1. In the New user drop-down select Invite an external user.

    Setting Value
    Email your email address
    Display name your name
    Send invite message check the box
    Message Welcome to Azure and our group project
  2. Move to the Properties tab. Complete the basic information, including these fields.

    Setting Value
    Job title IT Lab Administrator
    Department IT
    Usage location (Properties tab) United States
  3. Select Review + invite, and then Invite.

  4. Refresh the page and confirm the invited user was created. You should receive the invitation email shortly.

    Note: It is unlikely you will be creating user accounts individually. Do you know how your organization plans to create and manage user accounts?

Task 2: Create groups and add members

In this task, you create a group account. Group accounts can include user accounts or devices. These are two basic ways members are assigned to groups: Statically and Dynamically. Static groups require administrators to add and remove members manually. Dynamic groups update automatically based on the properties of a user account or device. For example, job title.

  1. In the Azure portal, search for and select Groups.

  2. Take a minute to familiarize yourself with the group settings in the left pane.

    • Expiration lets you configure a group lifetime in days. After that time the group must be renewed by the owner.
    • Naming policy lets you configure blocked words and add a prefix or suffix to group names.
  3. In the All groups blade, select + New group and create a new group.

    Setting Value
    Group type Security
    Group name IT Lab Administrators
    Group description Administrators that manage the IT lab
    Membership type Assigned

    Note: An Entra ID Premium P1 or P2 license is required for dynamic membership. If other Membership types are available, the options will show up in the drop-down.

    Screenshot of create assigned group.

  4. Select No owners selected.

  5. In the Add owners page, search for and select yourself as the owner. Notice you can have more than one owner.

  6. Select No members selected.

  7. In the Add members pane, search for and select the az104-user1 and the guest user you invited. Add both of the users to the group.

  8. Select Create to deploy the group.

  9. Refresh the page and ensure your group was created.

  10. Select the new group and review the Members and Owners information.

Note: You may be managing a large number of groups. Does your organization have a plan for creating groups and adding members?

Cleanup your resources

If you are working with your own subscription take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group.

  • In the Azure portal, select the resource group, select Delete the resource group, Enter resource group name, and then click Delete.
  • Using Azure PowerShell, Remove-AzResourceGroup -Name resourceGroupName.
  • Using the CLI, az group delete --name resourceGroupName.

Key takeaways

Congratulations on completing the lab. Here are some main takeways for this lab:

  • A tenant represents your organization and helps you to manage a specific instance of Microsoft cloud services for your internal and external users.
  • Microsoft Entra ID has user and guest accounts. Each account has a level of access specific to the scope of work expected to be done.
  • Groups combine together related users or devices. There are two types of groups including Security and Microsoft 365.
  • Group membership can be statically or dynamically assigned.

Learn more with self-paced training