From 04a8abd738868c15db6d8a92dc1d430691cd4231 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:28:26 -0800 Subject: [PATCH] Update LAB_01-Manage_Entra_ID_Identities.md --- .../Lab/LAB_01-Manage_Entra_ID_Identities.md | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md b/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md index 8d16c2fd..7072767b 100644 --- a/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md +++ b/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md @@ -106,7 +106,7 @@ In this task, you will create a group. Groups are used for user accounts or devi >**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. - ![Screenshot of create assigned group.](./media/az104-lab1-create-assigned-group.png) + ![Screenshot of create assigned group.](../media/az104-lab1-create-assigned-group.png) 1. Select **No members selected**. @@ -114,7 +114,31 @@ In this task, you will create a group. Groups are used for user accounts or devi ![Screenshot of the add member to group page.](../media/az104-lab1-add-member-to-group.png) -#### Review +## Task 4: Create groups with PowerShell and the CLI + +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. + +### Access and configure the Cloud Shell + +1. Select the **Cloud Shell** icon in the top right of the Azure Portal. + + ![Screenshot of Azure Portal Azure Cloud Shell icon.](../images/1002.png) + +3. When prompted to select either **Bash** or **PowerShell**, select **PowerShell**. + +4. On the **You have no storage mounted** screen select **Show advanced settings** then fill in the information below + + | Settings | Values | + | -- | -- | + | Resource Group | **Create new resource group** | + | Storage account (Create a new account a use a globally unique name (ex: cloudshellstoragemystorage)) | **cloudshellxxxxxxx** | + | File share (create new) | **shellstorage** | + +5. Select **Create Storage** + + + +## 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.