Challenge 6 - Configure a Linux Server

< Previous Challenge - Home - Next Challenge>

Introduction

If you are continuing with the remaining ARM Template challenges, we assume you have deployed Linux VM in the last challenge. The remaining challenges focus on extending the ARM template with more complex infrastructure around Linux VMs.

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 ARM-Challenge-06.

Your challenge is to:

Success Criteria

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

Tips