Skip to content

Commit

Permalink
Merge pull request #796 from WigF1/master
Browse files Browse the repository at this point in the history
Updated function app UI
  • Loading branch information
JeffKoMS authored May 17, 2024
2 parents 8a45a07 + c81d5f0 commit fa18857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Instructions/Labs/AZ-204_lab_02.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Finally, you will demonstrate how an Azure function can connect to other Azure r

1. On the **Access keys** blade, select **Show keys**.

1. On the **Access keys** blade, review any one of the **Connection string**s (using **Show** button), and then record the value of either **Connection string** boxes in Notepad. The **Key**s are platform managed encryption keys and are **not** used for this lab.
1. On the **Access keys** blade, review any one of the **Connection string**\s (using **Show** button), and then record the value of either **Connection string** boxes in Notepad. The **Key**\s are platform managed encryption keys and are **not** used for this lab.

> **Note**: It doesn't matter which connection string you choose. They are interchangeable.
Expand All @@ -108,19 +108,19 @@ Finally, you will demonstrate how an Azure function can connect to other Azure r

1. On the **Function App** blade, select **Create**.

1. On the **Create Function App** blade, on the **Basics** tab, perform the following actions, and then select **Next: Storage**:
1. On the **Create Function App** blade, ensure **Consumption** is the selected hosting plan, and then click **Select**.

1. On the **Create Function App (Consumpotion)** blade, on the **Basics** tab, perform the following actions, and then select **Next: Storage**:

| Setting | Action |
| -- | -- |
| **Subscription** drop-down list | Retain the default value |
| **Resource group** section | Select **Serverless** |
| **Function App name** text box | Enter **funclogic**_[yourname]_ |
| **Publish** section | Select **Code** |
| **Runtime stack** drop-down list | Select **.NET** |
| **Version** drop-down list | Select **8 (LTS), isolated worker model ** |
| **Region** drop-down list | Select the **East US** region |
| **Operating System** option | Select **Linux** |
| **Plan type** drop-down list | Select **Consumption (Serverless)** |

The following screenshot displays the configured settings in the **Create Function App** blade.

Expand Down
Binary file modified Instructions/Labs/media/l02_create_a_function_app.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 fa18857

Please sign in to comment.