From eab6c5a25e15bd5a6771ab768c727cf7928cdde2 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:26:36 -0800 Subject: [PATCH] Update LAB_01-Manage_Entra_ID_Identities.md --- New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 fb80c5f2..60cbf811 100644 --- a/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md +++ b/New Instructions/Lab/LAB_01-Manage_Entra_ID_Identities.md @@ -144,6 +144,8 @@ 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. + >**Note:** 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 anytime 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. @@ -184,7 +186,9 @@ In this task, you create a resource group and an Azure AD group by using Azure P In this task, you create a resource group and an Azure AD group by using Azure CLI session within Cloud Shell. -1. Continue in the Cloud Shell. Use the drop-down to switch to **Bash**. +1. Continue in the Cloud Shell. Use the drop-down to switch to **Bash**. + + >**Note:** Use the arrow keys to move through the command history. Use the tab key to autocomplete commands and parameters. 1. The Azure CLI uses an easy to read syntax for most resource types and working with those resources. For example, to interact with resource groups, the command is **az group**.