hands-on lab

Azure Availability sets and Azure Load Balancer Basic

Intermediate
Up to 2h
97
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

Introduction

An availability set represents a logical grouping of Azure VMs which controls their physical placement within the same Azure data center. Azure makes sure that the VMs within the same availability set run across multiple physical servers, compute racks, storage units, and network switches. If a hardware or software failure happens, only a subset of your VMs are impacted and your overall solution stays operational. Availability Sets are essential for building reliable cloud solutions. With availability sets, Azure offers 99.95% VM uptime SLA.

Availability zones represent unique physical locations within a single Azure region. Each zone is made up of one or more data centers equipped with independent power, cooling, and networking. The physical separation of availability zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across availability zones to protect from single points of failure. With availability zones, Azure offers 99.99% VM uptime SLA.

Azure virtual machine scale sets let you create and manage a group of identical, load-balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.

In this lab, you will understand the highly available Azure VMs.

  • residing in the same availability set behind a Basic Azure Load Balancer

  • residing in different availability zones behind a Standard Azure Load Balancer 

Learning Objectives

Upon completion of this lab, you will be able to:

  • Deploy highly available Azure VMs into an availability set behind a Basic Azure Load Balancer by using Azure Resource Manager templates
  • Analyze highly available Azure VMs deployed into an availability set behind a Basic Azure Load Balancer

Intended Audience

  • Candidates for Azure Administrator Certification
  • Cloud Engineers

 

About the author
Avatar
QA, opens in a new tab
Training Provider
Students
51,100
Labs
185
Courses
2,491
Learning paths
47

A world-leading tech and digital skills organization, we help many of the world’s leading companies to build their tech and digital capabilities via our range of world-class training courses, reskilling bootcamps, work-based learning programs, and apprenticeships. We also create bespoke solutions, blending elements to meet specific client needs.

Lab steps
Logging in to the Microsoft Azure Portal
Analyse highly available Azure VM deployments using availability sets and Azure Load Balancer Basic