Update LAB_01-Manage_Entra_ID_Identities.md

This commit is contained in:
staleycyn 2023-12-04 12:52:08 -08:00 committed by GitHub
parent 40c8f4f815
commit b778bc9856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,24 +16,24 @@ Your organization is building out a new lab environment for pre-production testi
This lab requires access to the Azure portal and the ability to create group accounts.
## Estimated timing: 30 minutes
## Estimated timing: 40 minutes
## Tasks
In this lab, you will:
+ Task 1: Familiarize yourself with the Azure portal
+ Task 2: Create a resource group
+ Task 3: Familiarize yourself with user accounts and group membership
+ Task 4: Create groups with assigned and dynamic membership
+ Task 5: Familiarize yourself with the Cloud Shell
+ Task 6: Practice with Azure PowerShell
+ Task 7: Practice with Bash
+ Task 1: Familiarize yourself with the Azure portal.
+ Task 2: Create a resource group.
+ Task 3: Familiarize yourself with user accounts and group membership.
+ Task 4: Create security groups with assigned or dynamic membership.
+ Task 5: Familiarize yourself with the Cloud Shell.
+ Task 6: Practice with Azure PowerShell.
+ Task 7: Practice with Bash.
## Architecture diagram
![Diagram of the lab 01 architecture.](../media/az104-lab1-user-and-groups2.png)
## Task 1: Familiarize yourself with the Azure portal
## Task 1: Familiarize yourself with the Azure portal.
In this task, you familiarize yourself with the Azure portal. The Azure portal is a web-based, unified console that provides an alternative to command-line tools. With the Azure portal, you can manage your Azure subscription using a graphical user interface. You can build, manage, and monitor everything from simple web apps to complex cloud deployments in the portal.
@ -51,7 +51,7 @@ In this task, you familiarize yourself with the Azure portal. The Azure portal i
1. Lastly, in the top right corner is your user account information.
## Task 2: Create a new resource group
## Task 2: Create a new resource group.
In this task, you will create a new resource group. A resource group is a grouping of related resources (such as all the resources for a project, a department, or an application). For each lab in this course you will create a resource group.
@ -74,7 +74,7 @@ In this task, you will create a new resource group. A resource group is a groupi
![Screenshot of the resource group list.](../media/az104-lab1-create-resource-group.png)
## Task 2: Familiarize yourself with user accounts and group membership
## Task 2: Familiarize yourself with user accounts and group membership.
In this task, you will familiarize yourself with user account and profiles. You also view group membership.
@ -82,7 +82,7 @@ In this task, you will familiarize yourself with user account and profiles. You
1. In the **Manage** section, select the **Users** blade.
1. Select **New user** from the top menu. Notice the selections for **Create new user** and **Invite external user**. We will not be creating new users in this lab.
1. Select **New user** from the top menu. Notice the selections for **Create new user** and **Invite external user**.
1. **Search** for and select your user account. Your user account is shown in the upper right corner of the portal.
@ -92,7 +92,7 @@ In this task, you will familiarize yourself with user account and profiles. You
1. Notice the group information like **Membership type**, **Source**, and **Type**. Also notice, the number of members in the group.
## Task 4: Create groups with assigned and dynamic membership
## Task 4: Create groups with assigned and dynamic membership.
In this task, you will create a group. Groups are used for user accounts or devices. Some groups have members that are statically assigned. Some groups have members that are dynamically assigned. Dynamic groups update automatically based on the properties of user accounts or devices. Static groups require more administrative overhead (administrators have to add and remove members manually).
@ -107,19 +107,19 @@ In this task, you will create a group. Groups are used for user accounts or devi
| Group description | `Administrators that manage the IT lab` |
| Membership type | **Assigned** |
>**Note**: Your **Membership type** drop-down list might be grayed out. This is where you can switch from an assigned group to a dynamic group if you have an Entra ID Premium P1 or P2 license.
>**Note**: Your **Membership type** drop-down list might be grayed out. This is where you can switch from an assigned group to a dynamic group. This requires an Entra ID Premium P1 or P2 license.
![Screenshot of create assigned group.](../media/az104-lab1-create-assigned-group.png)
1. Select **No members selected**.
1. Click **No members selected**.
1. From the **Add members** blade, search for your user account. **Select** your user account to add to the group.
1. Click **Create** to finish creating the group.
## Task 4: Configure the Cloud Shell
## Task 4: Configure the Cloud Shell.
In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an interactive, authenticated, browser-accessible terminal for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell. In this task, we will use PowerShell.
In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an interactive, authenticated, browser-accessible terminal for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.
1. Select the **Cloud Shell** icon in the top right of the Azure Portal. Alternately, you can navigate directly to `https://shell.azure.com`.
@ -141,7 +141,7 @@ In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an inter
>**Note:** Task 5 let's you practice with Azure PowerShell. Task 6 let's you practice with the CLI. You may do both tasks or just the one you are most interested in.
## Task 5: Practice with PowerShell
## Task 5: Practice with PowerShell.
In this task, you will create a resource group and an Azure AD group by using Azure PowerShell session within Cloud Shell.
@ -182,7 +182,7 @@ In this task, you will create a resource group and an Azure AD group by using Az
1. Return to the Azure portal. Confirm you have a new resource group and a new Azure AD group.
## Task 6: Practice with Bash
## Task 6: Practice with Bash.
In this task, you will create a resource group and an Azure AD group by using Azure CLI session within Cloud Shell.
@ -226,6 +226,6 @@ In this task, you will create a resource group and an Azure AD group by using Az
## Review
Congratulations! You created and configured user accounts, created a group, created a resource group, assigned a role to a user, and deleted a user account.
Congratulations! You have familiarized yourself with the Azure portal, Cloud Shell, Azure PowerShell, and the CLI. You have also created a group and assigned a member.