Update LAB_08-Manage_Virtual_Machines.md

This commit is contained in:
staleycyn 2023-12-20 12:26:37 -08:00 committed by GitHub
parent 1dadfae199
commit a6f5c6ebcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,17 +21,16 @@ There are interactive lab simulations that you might find useful for this topic.
+ [Create a virtual machine with PowerShell](https://mslearn.cloudguides.com/en-us/guides/AZ-900%20Exam%20Guide%20-%20Azure%20Fundamentals%20Exercise%2010). Use Azure PowerShell to deploy a virtual machine. Review Azure Advisor recommendations.
+ [Create a virtual machine with the CLI](https://mslearn.cloudguides.com/en-us/guides/AZ-900%20Exam%20Guide%20-%20Azure%20Fundamentals%20Exercise%2011). Use the CLI to deploy a virtual machine. Review Azure Advisor recommendations.
## Exercise 1: Azure Virtual Machines
## Architecture diagram
![Diagram of the architecture tasks.](./media/az104-lab08-architecture-diagram.png)
## Tasks
+ Task 1: Deploy zone-resilient Azure virtual machine scale sets by using the Azure portal
+ Task 1: Deploy zone-resilient Azure virtual machines by using the Azure portal
+ Task 2: Manage compute and storage scaling for virtual machines
+ Task 3: Scale compute and storage for Azure virtual machine scale sets
+ Task 4: Configure Azure virtual machine diagnostic settings
## Task 1: Deploy zone-resilient Azure virtual machines by using the Azure portal
@ -136,9 +135,16 @@ In this task, you will scale the compute for a virtual machine by adjusting its
1. Navigate back to the **az104-vm1** virtual machine, and select **Disks**.
1. Verify the disk is now **Standard HDD**.
## Task 3: Deploy zone-resilient Azure virtual machine scale sets by using the Azure portal
1. Verify the disk is now **Standard HDD**.
## Exercise 2: Azure Virtual Machine Scale Sets
## Tasks
+ Task 1: Scale compute and storage for Azure virtual machine scale sets
+ Task 2: Configure Azure virtual machine diagnostic settings
## Task 1: Deploy zone-resilient Azure virtual machine scale sets by using the Azure portal
In this task, you will deploy an Azure virtual machine scale set across availability zones. With individual VMs, you would need other automation to deploy and configure additional VMs if your application needs additional compute. VM Scale Sets reduce the administrative overhead of automation by enabling you to configure metrics or conditions that allow the scale set to automatically scale up or down the number of VMs in the set.
@ -242,7 +248,7 @@ In this task, you will deploy an Azure virtual machine scale set across availabi
>**Note**: Wait for the virtual machine scale set deployment to complete. This should take appoximately 5 minutes.
## Task 4: Scale compute and storage for Azure virtual machine scale sets
## Task 2: Scale compute and storage for Azure virtual machine scale sets
In this task, you will change the size of virtual machine scale set, and then upgrade the instances of the scale set to force them to the new size. You will also manage the configuration of the scale set to enable overprovisioning. This allows the service to spin up additional instances until the number of desired instances are achieved, and delete any extras, speeding up the overall deployment time.