Challenge 7 - Implementing High Availability

< Previous Challenge - Home - Next Challenge>

Introduction

In this challenge, you will implement high availability for your webserver solution. In Azure high availability is typically defined as:

The goals for this challenge include understanding:

Description

Success Criteria

  1. Verify you can access the website at the public IP address of the Load Balancer. http://<LoadBalancerPublicIP>/wth.html
  2. Verify you can still access the website if one of the VMs is turned off

Learning Resources