MicrosoftLearning / AZ-104-MicrosoftAzureAdministrator

AZ-104 Microsoft Azure Administrator

Home Page:https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Instructions Lab 06

jmenne opened this issue · comments

Module: 06

Lab/Demo: 06

Task: 03

Steps: 12,19,21

There are wrong names in the architecture Diagram:

  • The application gateway name should be az104-appgw instead of az104-06-appgw5
  • The IP address Name should be az104-gwpip instead of az104-06-pip5

Since we do not have a /image or /video folder in our website we will see a 404 Error page in steps 19 and 21
If we just call http:// we will the a Hello world from VM*

Corrected the diagrams. Good catch. The template installs an image and video directory with a customized message. Can you retest or suggest a workaround? Thanks.

The problem here is, that both VMs are in the same backendpool. The solution: Create two more Backend Pools and adjust the path based rules:

Steps 9,10 and 11:

  1. Click Next: Backends > and then Add a backend pool. This is the backend pool for the Homepage. Specify the following settings (leave others with their default values). When completed click Add.

    Setting Value
    Name az104-appgwbe
    Add backend pool without targets No
    Virtual machine az104-rg6-nic1 (10.60.1.4)
    Virtual machine az104-rg6-nic2 (10.60.0.4)
  2. Click Add a backend pool. This is the backend pool for images. Specify the following settings (leave others with their default values). When completed click Add.

    Setting Value
    Name az104-imagebe
    Add backend pool without targets No
    Virtual machine az104-rg6-nic1 (10.60.1.4)
  3. Click Add a backend pool. This is the backend pool for videos. Specify the following settings (leave others with their default values). When completed click Add.

    Setting Value
    Name az104-videobe
    Add backend pool without targets No
    Virtual machine az104-rg6-nic2 (10.60.0.4)

Step 14:

  1. In the Path based routing section, select Add multiple targets to create a path-based rule. You will create two rules. Click Add after the first rule and then add the second rule.

    Rule - routing to the images backend

    Setting Value
    Path /image/*
    Target name images
    Backend settings az104-http
    Backend target az104-imagebe

    Rule - routing to the videos backend

    Setting Value
    Path /video/*
    Target name videos
    Backend settings az104-http
    Backend target az104-videobe

@jmenne - Worked great! All fixed up. There is a thread in the MCT Tech Community for any general comments or feedback that you have. https://techcommunity.microsoft.com/t5/courseware-information/mct-feedback-needed-az-104-new-proposed-labs/ba-p/4033688