From f2357bf23f4d8b4b0fd4184afca0c8bb91a33b61 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:17:59 -0700 Subject: [PATCH] Update Lab_09c-Implement-Azure-Container-Apps.md.md --- .../Demos/Lab_09c-Implement-Azure-Container-Apps.md.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Instructions/Demos/Lab_09c-Implement-Azure-Container-Apps.md.md b/Instructions/Demos/Lab_09c-Implement-Azure-Container-Apps.md.md index edc80276..de85c141 100644 --- a/Instructions/Demos/Lab_09c-Implement-Azure-Container-Apps.md.md +++ b/Instructions/Demos/Lab_09c-Implement-Azure-Container-Apps.md.md @@ -16,7 +16,7 @@ Begin by signing in to the [Azure portal](https://portal.azure.com). To create your container app, start at the Azure portal home page. -1. Search for **Container Apps** in the top search bar. +1. Search for `Container Apps` in the top search bar. 1. Select **Container Apps** in the search results. 1. Select the **Create** button. @@ -29,8 +29,8 @@ In the *Basics* tab, do the following actions. | Setting | Action | |---|---| | Subscription | Select your Azure subscription. | - | Resource group | Select **Create new** and enter **az104-09c-rg1**. | - | Container app name | Enter **my-container-app**. | + | Resource group | Select **Create new** and enter `az104-09c-rg1`. | + | Container app name | Enter `my-container-app`. | #### Create an environment @@ -47,7 +47,7 @@ Next, create an environment for your container app. | Setting | Value | |--|--| - | Environment name | Enter **my-environment**. | + | Environment name | Enter `my-environment`. | | Zone redundancy | Select **Disabled** | 1. Select the **Monitoring** tab to create a Log Analytics workspace. @@ -55,7 +55,7 @@ Next, create an environment for your container app. | Setting | Value | |--|--| - | Name | Enter **my-container-apps-logs**. | + | Name | Enter `my-container-apps-logs` | The *Location* field is pre-filled with your region for you.