Update LAB_08-Manage_Virtual_Machines.md

This commit is contained in:
staleycyn 2024-05-22 10:28:52 -07:00 committed by GitHub
parent a066af1dfd
commit 632d13c713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.