Skip to content

Commit

Permalink
Merge pull request #801 from MicrosoftLearning/2024-05-fixes
Browse files Browse the repository at this point in the history
2024 05 fixes
  • Loading branch information
JeffKoMS authored May 20, 2024
2 parents ea20337 + 2fcd286 commit 9ad5325
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 138 deletions.
80 changes: 34 additions & 46 deletions Instructions/Labs/AZ-204_lab_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ In this lab, you will explore how to create a web application on Azure by using

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

| Setting | Action |
| --------------------------------- | ------------------------------------------------------------------------ |
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **Create new**, enter **ManagedPlatform**, and then select **OK** |
| **Storage account name** text box | Enter **imgstor**_[yourname]_ |
| **Region** drop-down list | Select **(US) East US** |
| **Performance** section | Select the **Standard** option |
| **Redundancy** drop-down list | Select **Locally-redundant storage (LRS)** |
| Setting | Action |
|--|--|
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **Create new**, enter **ManagedPlatform**, and then select **OK** |
| **Storage account name** text box | Enter **imgstor**_[yourname]_ |
| **Region** drop-down list | Select **(US) East US** |
| **Performance** section | Select the **Standard** option |
| **Redundancy** drop-down list | Select **Locally-redundant storage (LRS)** |

The following screenshot displays the configured settings on the **Basics** tab of the **Create a storage account** blade.

Expand Down Expand Up @@ -101,23 +101,23 @@ In this lab, you will explore how to create a web application on Azure by using

1. In the **New container** window, perform the following actions, and then select **Create**.

| Setting | Action |
| ------------------------------- | -------------------------------------------------------------------- |
| **Name** text box | Enter **images** |
| Setting | Action |
| --- | --- |
| **Name** text box | Enter **images** |

1. On the **Containers** blade, navigate into the newly created **images** container.

1. On the **images** blade, select **Upload**.

1. In the **Upload blob** window, perform the following actions:

| Setting | Action |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **Files** section | Select **Browse for files** or use the drag and drop feature |
| **File Explorer** window | Browse to **Allfiles (F):\\Allfiles\\Labs\\01\\Starter\\Images**, select the **grilledcheese.jpg** file, and then select **Open** |
| **Overwrite if files already exist** check box | Ensure that the check box is selected, and then select **Upload** |
| Setting | Action |
|--|--|
| **Files** section | Select **Browse for files** or use the drag and drop feature |
| **File Explorer** window | Browse to **Allfiles (F):\\Allfiles\\Labs\\01\\Starter\\Images**, select the **grilledcheese.jpg** file, and then select **Open** |
| **Overwrite if files already exist** check box | Ensure that the check box is selected, and then select **Upload** |

> **Note**: Wait for the blob to upload before you continue with this lab.
> **Note**: Wait for the blob to upload before you continue with this lab.
#### Task 4: Create a web app

Expand Down Expand Up @@ -159,33 +159,21 @@ In this lab, you will explore how to create a web application on Azure by using

#### Task 5: Configure the web app

1. On the **App Service** blade, in the **Settings** section, select the **Configuration** link.

1. If you have the tab **Application Settings** in the **Configuration** section, perform the following actions, select **Save**, and then select **Continue**.

| Setting | Action |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Application settings** tab | Select **+ New application setting** |
| **Add/Edit application setting** pop-up dialog | In the **Name** text box, enter **StorageConnectionString** |
| **Value** text box | Paste the storage connection string that you previously copied to Notepad |
| **Deployment slot setting** check box | Retain the default value, and then select **OK** to close the pop-up dialog and return to the **Configuration** section |
| Click **Save** in the top menu | This will save the configuration value you just entered |
1. On the **App Service** blade, in the **Settings** section, select the **Environment variables** link.

Wait for your application settings to save before you continue with the lab.
1. In the **App settings** tab, select **+ Add**. Enter the following information in the **Add/Edit application setting** pop-up dialog:

1. If you don't have **Application settings** tab in the **Configuration** section, check if you have the link **Environment variables** in the **Settings** section, select it and perform the following actions:
| Setting | Action |
|--|--|
| **Name** text box | Enter **StorageConnectionString** |
| **Value** text box | Paste the storage connection string that you previously copied to Notepad |
| **Deployment slot setting** check box | Retain the default value |

| Setting | Action |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **App settings** tab | Select |
| First textbox available in the **Name** column | **StorageConnectionString** |
| Textbox on the **Value** column | Paste the storage connection string that you previously copied to Notepad |
| Click **Apply** on the bottom | This will open the confirmation pop-up |
| Click on **Confirm** in the confirmatioj Po-up | This will save the configuration value you just entered |
1. Select **Apply** to close the pop-up dialog and return to the **App settings** section.

Wait for your application settings to save before you continue with the lab.
1. At the bottom of the **App settings** section, select **Apply**.

1. On the **App Service** blade in the Settings section, select the **Properties** link to view more information about App Services.
>**Note:** You may receive a warning that your app may restart when updating app settings. Select **Confirm**. Wait for your application settings to save before you continue with the lab.
1. To get the App Service's URL, go to the **Overview** link, copy the value from the **Default domain** section, and then paste it to Notepad. Prepend `https://` to the domain name in Notepad. You’ll use this value later in the lab.

Expand Down Expand Up @@ -318,13 +306,13 @@ The following screenshot displays the configured settings on the **Create web ap

1. In the **Configuration** section, perform the following actions, select **Save**, and then select **Continue**:

| Setting | Action |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Application settings** tab | Select **New application setting** |
| **Add/Edit application setting** pop-up dialog | In the **Name** text box, enter **ApiUrl** |
| **Value** text box | Enter the web app URL that you copied previously in this lab. **Note**: Make sure you include the protocol **https://**, in the URL that you copy into the **Value** text box for this application setting |
| **Deployment slot setting** check box | Retain the default value, and then select **OK** |
| Click **Save** in the top menu | This will save the configuration value you just entered |
| Setting | Action |
|--|--|
| **Application settings** tab | Select **New application setting** |
| **Add/Edit application setting** pop-up dialog | In the **Name** text box, enter **ApiUrl** |
| **Value** text box | Enter the web app URL that you copied previously in this lab. **Note**: Make sure you include the protocol **https://**, in the URL that you copy into the **Value** text box for this application setting |
| **Deployment slot setting** check box | Retain the default value, and then select **OK** |
| Click **Save** in the top menu | This will save the configuration value you just entered |

> **Note**: Wait for the application settings to save before you continue with this lab.
Expand Down
12 changes: 9 additions & 3 deletions Instructions/Labs/AZ-204_lab_05.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,19 @@ In this lab, you will explore how to create and deploy containers to the Azure C

1. Switch to the browser window displaying the Azure portal.

1. In the Azure portal, select the **Cloud Shell** icon ![Cloud Shell icon](./media/az204_lab_CloudShell.png) to open a new Bash session. If Cloud Shell defaults to a PowerShell session, select **PowerShell**, and then in the drop-down menu, select **Bash**.
1. In the Azure portal, select the **Cloud Shell** icon ![Cloud Shell icon](./media/az204_lab_CloudShell.png) to open a the Cloud Shell. If Cloud Shell defaults to a PowerShell session, select **Switch to Bash** in the **Cloud Shell** menu and then select **Confirm**.

> **Note**: The **Cloud Shell** icon is represented by a greater than sign (\>) and underscore character (\_).

> **Note**: If this is the first time you're starting **Cloud Shell**, when prompted to select either **Bash** or **PowerShell**, select **Bash**. When you're presented with the **You have no storage mounted** message, select the subscription you're using in this lab, and then select **Create storage**.
If this is the first time you're starting **Cloud Shell** you will be presented with a series of prompts to create the resource. Perform the actions presented in the following table:

1. In the **Cloud Shell** pane, select the upload/download button (represented by a folded page with two arrows pointing in the opposite directions in the lower right corner) and, in the drop-down menu, select **Upload**.
| Prompt | Action |
|--|--|
| Welcome to Azure Cloud Shell | Select **Bash**. |
| Getting Started | Select **Mount storage account**, then select your **Storage account subscription** from the drop-down, and finally select **Apply**. |
| Mount storage account | Select **We will create a storage account for you**, and then select **Next**. |

1. In the **Cloud Shell** pane, select **Manage files** and, in the drop-down menu, select **Upload**.

1. In the **Open** dialog box, navigate to the **Allfiles (F):\\Allfiles\\Labs\\05\\Starter** empty directory, select **lab05.zip**, and then select **Open**.

Expand Down
12 changes: 10 additions & 2 deletions Instructions/Labs/AZ-204_lab_06.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,17 @@ In this lab, you will register an application in Microsoft Entra ID, add a user,

#### Task 5: Create a Microsoft Entra ID user

1. In the Azure portal, select the **Cloud Shell** icon ![Cloud Shell icon](./media/az204_lab_CloudShell.png) to open a new PowerShell session. If Cloud Shell defaults to a Bash session, select **Bash** and then, in the drop down menu, select **PowerShell**.
1. In the Azure portal, select the **Cloud Shell** icon ![Cloud Shell icon](./media/az204_lab_CloudShell.png) to open a the Cloud Shell. If Cloud Shell defaults to a PowerShell session, select **Switch to Bash** in the **Cloud Shell** menu and then select **Confirm**.

> **Note**: If this is the first time you're starting **Cloud Shell**, when prompted to select either **Bash** or **PowerShell**, select **PowerShell**. When the **You have no storage mounted** message appears, select the subscription you're using in this lab, and then select **Create storage**.
> **Note**: The **Cloud Shell** icon is represented by a greater than sign (\>) and underscore character (\_).
If this is the first time you're starting **Cloud Shell** you will be presented with a series of prompts to create the resource. Perform the actions presented in the following table:

| Prompt | Action |
|--|--|
| Welcome to Azure Cloud Shell | Select **Bash**. |
| Getting Started | Select **Mount storage account**, then select your **Storage account subscription** from the drop-down, and finally select **Apply**. |
| Mount storage account | Select **We will create a storage account for you**, and then select **Next**. |

1. In the **Cloud Shell** pane, run the following command to sign in to the Microsoft Entra tenant associated with your Azure subscription:

Expand Down
Loading

0 comments on commit 9ad5325

Please sign in to comment.