Skip to content

Commit

Permalink
Merge pull request #791 from MicrosoftLearning/2024-apr-update
Browse files Browse the repository at this point in the history
2024 apr update
  • Loading branch information
JeffKoMS authored Apr 26, 2024
2 parents 4ce9fcb + 51aaf95 commit 197d71b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Instructions/Labs/AZ-204_lab_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In this lab, you will implement the Azure Content Delivery Network capabilities
| **Subscription** drop-down list | Retain the default value |
| **Resource group** drop-down list | Select **MarketingContent** in the list |
| **Name** text box | Enter **landingpage**_[yourname]_ |
| **Publish** section | Select **Docker Container** |
| **Publish** section | Select **Container** |
| **Operating System** section | Select **Linux** |
| **Region** drop-down list | Select **East US** |
| **Linux Plan (East US)** section | Select **Create new**. In the **Name** text box, enter **MarketingPlan**, and then select **OK** |
Expand All @@ -103,16 +103,18 @@ In this lab, you will implement the Azure Content Delivery Network capabilities

![Screenshot displaying the configured settings on the Create Web App blade](./media/l12_create_web_app.png)

1. On the **Docker** tab, perform the following actions, and then select **Review + create**:
1. On the **Container** tab, perform the following actions, and then select **Review + create**:

| Setting | Action |
| -- | -- |
| **Options** drop-down list | Select **Single Container** |
| **Image Source** drop-down list | Select **Docker Hub** |
| **Access Type** drop-down list | Select **Public** |
| **Image and tag** text box | Enter **microsoftlearning/edx-html-landing-page:latest** |
| Setting | Action |
| -- | -- |
| **Sidecar support (preview)** | Select **Disabled** |
| **Image Source** | Select **Docker Hub or other registries** |
| **Options** | Select **Single container** |
| **Access Type** drop-down list | Select **Public** |
| **Registry server URL** | Enter `https://index.docker.io` |
| **Image and tag** text box | Enter **microsoftlearning/edx-html-landing-page:latest** |

The following screenshot displays the configured settings on the **Docker** tab.
The following screenshot displays the configured settings on the **Container** tab.

![Screenshot displaying the configured settings on the Create Web App - Docker Tab](./media/l12_create_web_app_docker.png)

Expand Down
Binary file modified Instructions/Labs/media/l12_create_web_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Instructions/Labs/media/l12_create_web_app_docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 197d71b

Please sign in to comment.