AZ-104-MicrosoftAzureAdmini.../New Instructions/Lab/LAB_08-Manage_Virtual_Machines.md
2023-12-17 05:41:10 -08:00

14 KiB

lab
lab
title module
Lab 08: Manage Virtual Machines Administer Virtual Machines

Lab 08 - Manage Virtual Machines

Student lab manual

Lab scenario

Your organization wants to explore deploying and configuring Azure virtual machines. First, you need to determine different compute and storage resiliency and scalability options you can implement when using Azure virtual machines. Next, you need to investigate compute and storage resiliency and scalability options that are available when using Azure virtual machine scale sets.

Note: An interactive lab simulation is available that allows you to click through this lab at your own pace. You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same.

Objectives

In this lab, you will:

  • Task 1: Deploy zone-resilient Azure virtual machines by using the Azure portal
  • Task 2: Scale compute and storage for Azure virtual machines
  • Task 3: Deploy zone-resilient Azure virtual machine scale sets by using the Azure portal
  • Task 4: Scale compute and storage for Azure virtual machine scale sets

Estimated timing: 30 minutes

Architecture diagram

image

Instructions

Exercise 1

Task 1: Deploy zone-resilient Azure virtual machines by using the Azure portal

In this task, you will deploy two Azure virtual machines into different availability zones by using the Azure portal. Availability zones offer the highest level of uptime SLA for virtual machines at 99.99%. To achieve this SLA, you must deploy at least two virtual machines across different availabiliy zones.

  1. Sign in to the Azure portal.

  2. In the Azure portal, search for and select Virtual machines and, on the Virtual machines blade, click + Create, click + Azure virtual machine.

  3. On the Basics tab of the Create a virtual machine blade, in the Availability zone drop down menu, place a checkmark next to Zone 2. This should select both Zone 1 and Zone 2.

    Note

    : This will deploy two virtual machines in the selected region, one in each zone. You achieve the 99.99% uptime SLA because you have at least two VMs distributed across at least two zones. In the scenario where you might only need one VM, it is a best practice to still deploy the VM to a zone to ensure that the disk and corresponding resources are colocated in the same zone.

  4. On the Basics tab, use the following settings to complete the fields (leave others with their default values):

    Setting Value
    Subscription the name of your Azure subscription
    Resource group az104-rg1 (If necessary, click Create new)
    Virtual machine names az104-vm1 and az104-vm2 (After selecting both availability zones, select Edit names under the VM name field.)
    Region East US (or a region that is near you)
    Availability options Availability zone
    Availability zone Zone 1 and Zone 2
    Security type Standard
    Image Windows Server 2019 Datacenter - x64 Gen2
    Azure Spot instance No
    Size Standard D2s v3
    Username localadmin
    Password Provide a secure password
    Public inbound ports None
    Would you like to use an existing Windows Server license? Unchecked

    image

  5. Click Next: Disks > and, on the Disks tab of the Create a virtual machine blade, specify the following settings (leave others with their default values):

    Setting Value
    OS disk type Premium SSD
    Enable Ultra Disk compatibility Unchecked
  6. Click Next: Networking > and, on the Networking tab of the Create a virtual machine blade, click Create new below the Virtual network textbox.

  7. On the Create virtual network blade, specify the following settings (leave others with their default values):

    Setting Value
    Name az104-vnet01
    Address range 10.80.0.0/20
    Subnet name subnet0
    Subnet range 10.80.0.0/24
  8. Click OK and, back on the Networking tab of the Create a virtual machine blade, specify the following settings (leave others with their default values):

    Setting Value
    Subnet subnet0
    Public IP Leave the default settings
    NIC network security group basic
    Public inbound Ports None
    Accelerated networking Off
    Load balancing options None
  9. Click Next: Management > and, on the Management tab of the Create a virtual machine blade, specify the following settings (leave others with their default values):

    Setting Value
    Patch orchestration options Manual updates
  10. Click Next: Monitoring > and, on the Monitoring tab of the Create a virtual machine blade, specify the following settings (leave others with their default values):

    Setting Value
    Boot diagnostics Disable
    1. Click Next: Advanced >, on the Advanced tab of the Create a virtual machine blade, review the available settings without modifying any of them, and click Review + Create.
  11. On the Review + Create blade, click Create.

Task 2: Manage compute and storage scaling for virtual machines

In this task, you will scale the compute for a virtual machine by adjusting its size to a different SKU. Azure provides flexability in VM size selection so that you can adjust a VM for periods of time if it needs more (or less) compute and memory allocated. This concept is extended to disks, where you can modify the performance of the disk, or increase the allocated capacity.

  1. In the Azure portal, search for and select Virtual machines and, on the Virtual machines blade, click az104-vm1.

  2. On the az104-vm1 virtual machine blade, click Size and set the virtual machine size to DS1_v2 and click Resize

    Note

    : Choose another size if Standard DS1_v2 is not available.

    image

  3. On the az104-vm1 virtual machine blade, click Disks, Under Data disks click + Create and attach a new disk.

  4. Create a managed disk with the following settings (leave others with their default values):

    Setting Value
    Disk name vm1-disk1
    Storage type Standard HDD
    Size (GiB) 32
  5. Click Apply.

  6. After the disk has been created, click Detach, and then click Apply.

    Note

    : You might need to scroll right to see the detach icon.

  7. From the Azure portal, search for and select Disks.

  8. From the list of disks, select the vm1-disk1 object.

  9. From vm1-disk1, select Size + performance.

  10. From Size + performance, set the storage type to Standard SSD, and then click Save.

    Note

    : You cannot change the storage type of the disk while it is attached or while the VM is running.

  11. Navigate back to the az104-vm1 virtual machine, and select Disks.

  12. Under data disks, select Attach existing disks.

  13. Select vm1-disk1 and then select Apply.

Task 3: 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.

  1. In the Azure portal, search for and select Virtual machine scale sets and, on the Virtual machine scale sets blade, click + Create.

  2. On the Basics tab of the Create a virtual machine scale set blade, specify the following settings (leave others with their default values) and click Next : Spot >:

    Setting Value
    Subscription the name of the your Azure subscription
    Resource group az104-rg1
    Virtual machine scale set name vmss1
    Region East US (or a region near you)
    Availability zone Zones 1, 2, 3
    Orchestration mode Uniform
    Security type Standard
    Image Windows Server 2019 Datacenter - x64 Gen2
    Run with Azure Spot discount No
    Size Standard D2s_v3
    Username localadmin
    Password Provide a secure password
    Already have a Windows Server license? Unchecked

    Note

    : For the list of Azure regions which support deployment of Windows virtual machines to availability zones, refer to What are Availability Zones in Azure?

    image

  3. On the Spot tab, accept the defaults and select Next: Disks >.

  4. On the Disks tab, accept the default values and click Next : Networking >.

  5. On the Networking tab, click the Create virtual network link below the Virtual network textbox and create a new virtual network with the following settings (leave others with their default values).

    Setting Value
    Name vmss-vnet
    Address range 10.82.0.0/20
    Subnet name subnet0
    Subnet range 10.82.0.0/24
  6. Back on the Networking tab, click the Edit network interface icon to the right of the network interface entry.

  7. On the Edit network interface blade, in the NIC network security group section, click Advanced and click Create new under the Configure network security group drop-down list.

  8. On the Create network security group blade, specify the following settings (leave others with their default values):

    Setting Value
    Name vmss1-nsg
  9. Click Add an inbound rule and add an inbound security rule with the following settings (leave others with their default values):

    Setting Value
    Source Any
    Source port ranges *
    Destination Any
    Service HTTP
    Protocol TCP
    Action Allow
    Priority 1010
    Name allow-http
  10. Click Add and, back on the Create network security group blade, click OK.

  11. Back on the Edit network interface blade, in the Public IP address section, click Enabled and click OK.

  12. Back on the Networking tab, under the Load balancing section, specify the following (leave others with their default values).

    Setting Value
    Load balancing options Azure load balancer
    Select a load balancer Create a load balancer
  13. On the Create a load balancer page, specify the load balancer name and take the defaults. Click Create when you are done then Next : Scaling >.

    Setting Value
    Load balancer name vmss-lb
  14. On the Scaling tab, specify the following settings (leave others with their default values) and click Next : Management >:

    Setting Value
    Initial instance count 2
    Scaling policy Manual
  15. On the Management tab, specify the following settings (leave others with their default values):

    Setting Value
    Boot diagnostics Disable
  16. Click Next : Health >:

  17. On the Health tab, review the default settings without making any changes and click Next : Advanced >.

  18. On the Advanced tab, click Review + create.

  19. On the Review + create tab, ensure that the validation passed and click Create.

    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

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.

  1. In the Azure portal, search for and select Virtual machine scale sets and select the vmss1 scale set

  2. In the vmss1 blade, in the Settings section, click Size.

  3. In the list of available sizes, select DS1_v2.

  4. Click Resize, and then click Resize again.

    image

  5. In the Settings section, click Instances, select the checkboxes next to the two instances of the virtual machine scale set, click Upgrade, and then, when prompted for confirmation, click Yes.

  6. In the list of instances, click the entry representing the first instance and, on the scale set instance blade, note its Location (it should be one of the zones in the target Azure region into which you deployed the Azure virtual machine scale set).

  7. Return to the vmss1 - Instances blade, click the entry representing the second instance and, on the scale set instance blade, note its Location (it should be one of the other two zones in the target Azure region into which you deployed the Azure virtual machine scale set).

  8. From vmss1, select Configuration.

  9. On the Configuration page, for Enable overprovisioning, select On.

  10. Select Apply.

Review

Congratulations! You have successfully deployed individual virtual machines across availability zones, and then managed the scaling of the compute and storage for a VM. You also created a virtual machine scale set, and managed the networking and configuration of the VMSS.