From 632d13c713fb950f536bdbbbc1df23f2d75d36c0 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 22 May 2024 10:28:52 -0700 Subject: [PATCH] Update LAB_08-Manage_Virtual_Machines.md --- Instructions/Labs/LAB_08-Manage_Virtual_Machines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.