From 3b393937e491afa6833aa53a747f5bb1ce0d0ec9 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:04:26 -0800 Subject: [PATCH] Update LAB_01-Manage_Entra_ID_Identities.md --- New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md | 4 +--- 1 file changed, 1 insertion(+), 3 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 9d45ae42..4ed08991 100644 --- a/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md +++ b/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md @@ -152,9 +152,7 @@ In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an inter In this task, you create a resource group and an Azure AD group by using Azure PowerShell session within Cloud Shell. You may use Azure PowerShell scripts throughout the course. -1. Use the arrow keys to move through the command history. Use the tab key to autocomplete commands and parameters. - -1. Continue working in the Cloud Shell. At any time use **cls** to clear the command window. +1. Use the arrow keys to move through the command history. Use the tab key to autocomplete commands and parameters. At any time use **cls** to clear the command window. 1. Azure PowerShell uses a *Verb*-*Noun* format for cmdlets. For example, the cmdlet to create a new resource group is **New-AzResourceGroup**. To view how to use the cmdlet, run the Get-Help command.