Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor corrections #849

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Instructions/Labs/AZ-204_lab_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In this lab, you will explore how to create a web application on Azure by using

1. On the **Storage accounts** blade, select **+ Create**.

1. On the **Create a storage account** blade, on the **Basics** tab, perform the following actions, and then select **Review**:
1. On the **Create a storage account** blade, on the **Basics** tab, perform the following actions, and then select **Review + create**:

| Setting | Action |
|--|--|
Expand All @@ -78,7 +78,7 @@ In this lab, you will explore how to create a web application on Azure by using

![Create a storage account blade](./media/l01_create_a_storage_account.png)

1. On the **Review** tab, review the options that you selected during the previous steps.
1. On the **Review + create** tab, review the options that you selected during the previous steps.

1. Select **Create** to create the storage account by using your specified configuration.

Expand Down Expand Up @@ -137,6 +137,7 @@ In this lab, you will explore how to create a web application on Azure by using
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **ManagedPlatform** |
| **Name** text box | Enter **imgapi**_[yourname]_ |
| **Secure unique default hostname** | **Disabled** |
| **Publish** section | Select **Code** |
| **Runtime stack** drop-down list | Select **.NET 8 (LTS)** |
| **Operating System** section | Select **Windows** |
Expand Down Expand Up @@ -281,6 +282,7 @@ In this exercise, you created a web app in Azure, and then deployed your `ASP.NE
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **ManagedPlatform** |
| **Name** text box | Enter **imgweb**_[yourname]_ |
| **Secure unique default hostname** | **Disabled** |
| **Publish** section | Select **Code** |
| **Runtime stack** drop-down list | Select **.NET 8 (LTS)** |
| **Operating System** section | Select **Windows** |
Expand Down
4 changes: 4 additions & 0 deletions Instructions/Labs/AZ-204_lab_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,12 @@ In this exercise, you created the Azure resources that you'll need for the polyg

1. On line 18, set the value of **PartitionKey** by replacing the empty string with **"/Category"**.

> **Note**: You need to select the two quotation characters so you overwrite them.
1. On line 19, set the value of **JsonFilePath** by replacing the empty string with **"F:\\\\Allfiles\\\\Labs\\\\04\\\\Starter\\\\AdventureWorks\\\\AdventureWorks.Upload\\\\models.json"**.

> **Note**: You need to select the two quotation characters so you overwrite them.
1. Within the try block, note the invocation of the **CreateDatabaseIfNotExistsAsync** method of the **CosmosClient** class. This will create a database if one doesn't already exist.

1. Note the invocation of the **DefineContainer** method of the **Database** class. This will create a container that will host the JSON items if one doesn't already exist.
Expand Down
17 changes: 8 additions & 9 deletions Instructions/Labs/AZ-204_lab_08.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,27 @@ In this proof of concept, you will create a containerized application to host a

1. On the **App Services** blade, select **+ Create**.

1. On the **Create Web App** blade, on the **Basics** tab, perform the following actions:
1. On the **Create Web App** blade, on the **Basics** tab, perform the following actions, and then select the **Container** tab:

| Setting | Action |
| -- | -- |
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **Create new**, enter **ApiService**, and then select **OK** |
| **Name** text box | Enter **httpapi** *[yourname]* |
| **Secure unique default hostname** | **Disabled** |
| **Publish** section | Select **Container** |
| **Operating System** section | Select **Linux** |
| **Region** drop-down list | Select the same Azure region as your resource group location |
| **Linux Plan** section | Select **Create new**, enter the value **ApiPlan** in the **Name** text box, and then select **OK** |
| **Pricing plan** section | Select **Explore pricing plans**, on the **Select App Service Pricing Plan** page, select **Basic B1**, and then select **Select** |

1. Select **Next: Database >**.

1. Select **Next: Container >**.

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 |
| -- | -- |
| **Image Source** drop-down list | Select **Docker Hub or other registries** |
| **Options** drop-down list | Select **Single Container** |
| **Access Type** drop-down list | Select **Public** |
| **Image Source** | Select **Other container registries** |
| **Access Type** | Select **Public** |
| **Registry server URL** | `https://index.docker.io` |
| **Image and tag** text box | Enter **kennethreitz/httpbin:latest** |

1. On the **Review + create** tab, review the options that you selected during the previous steps.
Expand All @@ -95,6 +92,8 @@ In this proof of concept, you will create a containerized application to host a

1. On the blade displaying the newly created app properties, select **Browse**.

>**Note**: There may be a 2-3 minute delay before the web page renders. If a 504 Gateway timeout occurs, Refresh your browser.

1. Within the web application, perform the following actions:

a. Select **Response formats**.
Expand Down
1 change: 1 addition & 0 deletions Instructions/Labs/AZ-204_lab_09.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ In this lab, you will start with a proof-of-concept web app, hosted in a contain
| **Subscription** drop-down list | Retain the default value |
| **Resource group** drop-down list | Select **PubSubEvents** in the list |
| **Name** text box | Enter **eventviewer**_[yourname]_ |
| **Secure unique default hostname** | **Disabled** |
| **Publish** section | Select **Container** |
| **Operating System** section | Select **Linux** |
| **Region** drop-down list | Select **East US** |
Expand Down