Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Task 03 - Validate on-premises web application

Description

In this task, you will validate the web application hosted on the simulated on-premises APP virtual machine that was provisioned by the ARM Template deployment.

Success Criteria

  • Web Application is operating correctly.

Solution

Expand this section to view the solution
  1. In the Azure Portal, navigate to the Resource Group that you created for this lab, then select the On-premises APP VM named similar to terrafirm-onprem-app-vm.

    The Resource group with on-premises APP VM highlighted.

  2. On the Virtual Machine blade, locate and copy the Public IP Address for the VM.

    The Virtual machine blade with Public IP Address highlighted.

  3. Open a new browser window, then navigate to the following http:// URL to access the simulated on-premises web application provisioned for this lab. Be sure to replace the <ip-address> placeholder with the Public IP Address for the VM.

     http://<ip-address>
    

    Note: You should get the Red Hat Enterprise Linux Test Page The base website running on the VM

  4. When the web page loads, you may enter the following to the end of the URL.

     http://<ip-address>/orders.php
    
     for example http://74.235.231.226/orders.php
    

    The orders page for the web application is displayed.

At this point, things are ready for you to go through the lab.