Fix typos and linguistic errors in documentation

Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
This commit is contained in:
Sebastien Dionne 2025-10-11 08:55:18 -04:00
parent baa4979e6e
commit 2b57842db2
8 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
--- ---
demo: demo:
title: 'Demonstration 03: Administer Azure Resources' title: 'Demonstration 03: Administer Azure Resources'
module: 'Administer Administer Azure Resources' module: 'Administer Azure Resources'
--- ---
# 03 - 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) **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. **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. 1. **Deploy** the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax.

View File

@ -91,7 +91,7 @@ In this task, you will assign the built-in *Require a tag and its value on resou
| Setting | Value | | 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`| | Description | `Require Cost Center tag and its value on all resources in the resource group`|
| Policy enforcement | Enabled | | Policy enforcement | Enabled |

View File

@ -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. 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**. 1. You should be presented with an XML-formatted message stating **ResourceNotFound** or **PublicAccessNotPermitted**.

View File

@ -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. 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. 1. Search for `App Services` and select your App Service web app. This returns you to the Production Deployment slot.

View File

@ -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. 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 | | Setting | Action |
|---|---| |---|---|
| Subscription | Select your Azure subscription | | Subscription | Select your Azure subscription |
| Resource group | `az104-rg9` | | Resource group | `az104-rg9` |
| Container app name | `my-app` | | Container app name | `my-app` |
| Region | **East US** (| | Region | **East US** |
| Container Apps Environment | Select **Create new** > Set Environment name to `my-environment` > **Create** | | 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. 1. Click **Next: Container** tab and ensure that **Use quickstart image** is checked. You may need to scroll up to view this setting.

View File

@ -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. 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**. 1. On the edit template page, select **Load file**.

View File

@ -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. 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**. 1. On the edit template page, select **Load file**.

View File

@ -10,7 +10,7 @@ This repository is for instructors teaching Microsoft courses. If you are in cla
## Security Issue - April 2023 ## 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? ## What are we doing?
@ -28,9 +28,9 @@ Effective immediately, the Admin password will be removed from the JSON template
## How do I contribute? ## 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? ## What about changes to the student handbook?