From 2b57842db2ac38145cf75545b89abd7441343610 Mon Sep 17 00:00:00 2001 From: Sebastien Dionne Date: Sat, 11 Oct 2025 08:55:18 -0400 Subject: [PATCH] Fix typos and linguistic errors in documentation Signed-off-by: Sebastien Dionne --- Instructions/Demos/03 - Administer Azure Resources.md | 10 +++++----- .../Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md | 2 +- Instructions/Labs/LAB_07-Manage_Azure_Storage.md | 2 +- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 +- .../Labs/LAB_09c-Implement-Azure-Container-Apps.md | 4 ++-- Instructions/Labs/LAB_10-Implement_Data_Protection.md | 2 +- Instructions/Labs/LAB_11-Implement_Monitoring.md | 2 +- readme.md | 6 +++--- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Instructions/Demos/03 - Administer Azure Resources.md b/Instructions/Demos/03 - Administer Azure Resources.md index 8b492415..5280639d 100644 --- a/Instructions/Demos/03 - Administer Azure Resources.md +++ b/Instructions/Demos/03 - Administer Azure Resources.md @@ -1,7 +1,7 @@ --- demo: title: 'Demonstration 03: Administer Azure Resources' - module: 'Administer Administer Azure Resources' + module: 'Administer Azure Resources' --- # 03 - Administer Azure Resources @@ -77,14 +77,14 @@ In this demonstration, we will explore QuickStart templates. **Reference**: [Tutorial - Create & deploy template - Azure Resource Manager](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell) -1. Start by browsing to the [Azure Quickstart Templates gallery](https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-resource-manager). Notice there are JSON and Bicep examples. +1. Start by browsing to the [Azure Quickstart Templates gallery](https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-resource-manager). Notice there are JSON and Bicep examples. -1. Ask students if there are any specific templates that are of interest. If not, select a template. For example, the [Deploy a simple Windows VM with tags](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-tags/) template. +1. Ask students if there are any specific templates that are of interest. If not, select a template. For example, the [Deploy a simple Windows VM with tags](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-tags/) template. -1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal. +1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal. 1. **Deploy** the JSON template and discuss how you can edit the template and parameters file. Review the purpose of the files. As you have time, review the syntax. -1. Return to the code samples gallery, and locate a Bicep template. For example, [Create a Create a Standard Storage Account](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/storage-account-create/). +1. Return to the code samples gallery, and locate a Bicep template. For example, [Create a Standard Storage Account](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/storage-account-create/). 1. **Deploy** the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax. diff --git a/Instructions/Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md b/Instructions/Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md index 209a5b43..52bb28d0 100644 --- a/Instructions/Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md +++ b/Instructions/Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md @@ -91,7 +91,7 @@ In this task, you will assign the built-in *Require a tag and its value on resou | Setting | Value | | --- | --- | - | Assignment name | `Require Cost Center tag and its value on resources | + | Assignment name | `Require Cost Center tag and its value on resources` | | Description | `Require Cost Center tag and its value on all resources in the resource group`| | Policy enforcement | Enabled | diff --git a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md index a0934588..5575498d 100644 --- a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md +++ b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md @@ -137,7 +137,7 @@ In this task, you will create a blob container and upload an image. Blob contain 1. Select your upload file and review the ellipsis (...) options including **Download**, **Delete**, **Change tier**, and **Acquire lease**. -1. Copy the file **URL** (Settings --> Properties blade) and paste into a new **Inprivate** browsing window. +1. Copy the file **URL** (Settings --> Properties blade) and paste into a new **InPrivate** browsing window. 1. You should be presented with an XML-formatted message stating **ResourceNotFound** or **PublicAccessNotPermitted**. diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index 18dfe7a4..9ecc3acf 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -120,7 +120,7 @@ In this task, you will swap the staging slot with the production slot. Swapping 1. Review the default settings and click **Start Swap**. Wait for the notification that the swap has finished. -1. Return to the portal home page. You should have both a the production web app and the staging slot. +1. Return to the portal home page. You should have both the production web app and the staging slot. 1. Search for `App Services` and select your App Service web app. This returns you to the Production Deployment slot. diff --git a/Instructions/Labs/LAB_09c-Implement-Azure-Container-Apps.md b/Instructions/Labs/LAB_09c-Implement-Azure-Container-Apps.md index f3f5b237..2de6565a 100644 --- a/Instructions/Labs/LAB_09c-Implement-Azure-Container-Apps.md +++ b/Instructions/Labs/LAB_09c-Implement-Azure-Container-Apps.md @@ -35,14 +35,14 @@ Azure Container Apps take the concept of a managed Kubernetes cluster a step fur 1. Select **+ Create**, from drop-down menu, **Container App**. Notice the other choices. -1. Use the following information to fill out the details on the **Basics** tab.*. +1. Use the following information to fill out the details on the **Basics** tab. | Setting | Action | |---|---| | Subscription | Select your Azure subscription | | Resource group | `az104-rg9` | | Container app name | `my-app` | - | Region | **East US** (| + | Region | **East US** | | Container Apps Environment | Select **Create new** > Set Environment name to `my-environment` > **Create** | 1. Click **Next: Container** tab and ensure that **Use quickstart image** is checked. You may need to scroll up to view this setting. diff --git a/Instructions/Labs/LAB_10-Implement_Data_Protection.md b/Instructions/Labs/LAB_10-Implement_Data_Protection.md index c0b9d9ec..fc0b3a96 100644 --- a/Instructions/Labs/LAB_10-Implement_Data_Protection.md +++ b/Instructions/Labs/LAB_10-Implement_Data_Protection.md @@ -42,7 +42,7 @@ In this task, you will use a template to deploy a virtual machine. The virtual m 1. Search for and select `Deploy a custom template`. -1. On the custom deployment page, select **Build you own template in the editor**. +1. On the custom deployment page, select **Build your own template in the editor**. 1. On the edit template page, select **Load file**. diff --git a/Instructions/Labs/LAB_11-Implement_Monitoring.md b/Instructions/Labs/LAB_11-Implement_Monitoring.md index 60ad0c78..13030933 100644 --- a/Instructions/Labs/LAB_11-Implement_Monitoring.md +++ b/Instructions/Labs/LAB_11-Implement_Monitoring.md @@ -41,7 +41,7 @@ In this task, you will deploy a virtual machine that will be used to test monito 1. From the Azure portal, search for and select `Deploy a custom template`. -1. On the custom deployment page, select **Build you own template in the editor**. +1. On the custom deployment page, select **Build your own template in the editor**. 1. On the edit template page, select **Load file**. diff --git a/readme.md b/readme.md index 4e03abb1..497e4d41 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ This repository is for instructors teaching Microsoft courses. If you are in cla ## Security Issue - April 2023 -Effective immediately, the Admin password will be removed from the JSON template parameter files. This means students will have to provide a password when the template is deployed. This effects Labs 4, 5, 6, 7, 10 and 11. The lab instructions will be changed to reflect this change. +Effective immediately, the Admin password will be removed from the JSON template parameter files. This means students will have to provide a password when the template is deployed. This affects Labs 4, 5, 6, 7, 10 and 11. The lab instructions will be changed to reflect this change. ## What are we doing? @@ -28,9 +28,9 @@ Effective immediately, the Admin password will be removed from the JSON template ## How do I contribute? -- Any MCT can submit a pull request to the code or content in the GitHub repro, Microsoft and the course author will triage and include content and lab code changes as needed. +- Any MCT can submit a pull request to the code or content in the GitHub repo, Microsoft and the course author will triage and include content and lab code changes as needed. -- You can submit bugs, changes, improvement and ideas. Find a new Azure feature before we have? Submit a new demo! +- You can submit bugs, changes, improvement and ideas. Found a new Azure feature before we have? Submit a new demo! ## What about changes to the student handbook?