Challenge 1 - Setup your Environment and Discover

Home - Next Challenge [2] >

Pre-requisites

Introduction

In order for us to get started, let’s talk a few basics. Web Browsers are the general clients used to interact with Web Sites. For a Web Browser to load a web site, generally you need the following:

When it comes to DNS, you have to register Names in what’s called a “Domain”. For a DNS Name of www.contosomasks.com:

We’re going to setup a copy of the original Contoso Masks website. A link to deploy the ARM (Azure Resource Manager) template is in the Tips and with template located in the Resources folder folder. This will setup:

Once we get everything deployed, we will take some time and look to analyze the website using your Web Browser’s developer tools.

Description

For this challenge we are going to:

  1. Complete all the pre-requisites
  2. Deploy the ARM Template, you will be required to specify:
    1. Resource Group (best to create a new one)
    2. Region to deploy to
    3. Sitename: IMPORTANT - Must be unique identifier:
      1. Up to 13 characters long
      2. Must start with a lower case letter
      3. Next up to 12 characters can be either
        1. lower case character
        2. number
        3. dash ‘-‘
  3. In your Web Browser, load up your new copy of www.SITENAME.contosomasks.com, where SITENAME is that parameter you used in 2.iii. Use the Development tools in the Web Browser to understand how the web pages and resources are loading, where they are coming from, and detail on how each requests loads.

Deploy the Website

Use the link below to deploy the solution to your resource group.

Deploy the to Azure

Success Criteria

Learning Resources