diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 23e8e1be..e2c3c0d9 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -343,7 +343,7 @@ In this task, you scale the virtual machine scale set using a custom scale rule. 1. Use the icon (top right) to launch a **Cloud Shell** session. Alternately, navigate directly to `https://shell.azure.com`. -1. Be sure to select **PowerShell**. If necessary, use the **Show advanced settings** and configure the shell storage. +1. Be sure to select **PowerShell**. If necessary, configure the shell storage. 1. Run the following command to create a virtual machine. When prompted, provide a username and password for the VM. While you wait check out the [New-AzVM](https://learn.microsoft.com/powershell/module/az.compute/new-azvm?view=azps-11.1.0) command reference for all the parameters associated with creating a virtual machine. @@ -384,7 +384,7 @@ In this task, you scale the virtual machine scale set using a custom scale rule. 1. Use the icon (top right) to launch a **Cloud Shell** session. Alternately, navigate directly to `https://shell.azure.com`. -1. Be sure to select **Bash**. If necessary, use the **Show advanced settings** and configure the shell storage. +1. Be sure to select **Bash**. If necessary, configure the shell storage. 1. Run the following command to create a virtual machine. When prompted, provide a username and password for the VM. While you wait check out the [az vm create](https://learn.microsoft.com/cli/azure/vm?view=azure-cli-latest#az-vm-create) command reference for all the parameters associated with creating a virtual machine.