Challenge 07 - Configure VM to Run a Web Server

< Previous Challenge - Home - Next Challenge >

Introduction

The goals for this challenge include understanding:

Description

We have provided a script (install_apache.sh) that configures a web server on a Linux VM. When run on the VM, the script deploys a static web page that should be available at http://<PublicIPofTheVM>/wth.html

You can find the script in the Resources folder for Bicep-Challenge-07.

Your challenge is to:

Success Criteria

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

Tips

Learning Resources