Challenge 09 - Configure VM Scale Set to Run a Web Server

< Previous Challenge - Home - Next Challenge >

Introduction

The goals of this challenge include understanding:

Description

We have provided a script (install_apache_vmss.sh) that configures Apache web server on a Linux VMSS. When run on an individual VM instance, the script deploys a static web page that should be available at: http://<PublicIPofTheLoadBalancer>/wth.html

You can find the script in the Resources folder for /Challenge-09.

Your challenge is to:

Success Criteria

  1. Verify you can view the web page configured by the script

Learning Resources