Skip to content

Commit 61606f6

Browse files
authored
Merge pull request #1015 from survivant/master
Fix typos and linguistic errors in documentation / hacktoberfest
2 parents baa4979 + 2b57842 commit 61606f6

8 files changed

+15
-15
lines changed

Instructions/Demos/03 - Administer Azure Resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
demo:
33
title: 'Demonstration 03: Administer Azure Resources'
4-
module: 'Administer Administer Azure Resources'
4+
module: 'Administer Azure Resources'
55
---
66
# 03 - Administer Azure Resources
77

@@ -77,14 +77,14 @@ In this demonstration, we will explore QuickStart templates.
7777

7878
**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)
7979

80-
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.
80+
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.
8181

82-
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.
82+
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.
8383

84-
1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal.
84+
1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal.
8585

8686
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.
8787

88-
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/).
88+
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/).
8989

9090
1. **Deploy** the Bicep template and discuss how you can edit the template and parameters file. As you have time, review the syntax.

Instructions/Labs/LAB_02b-Manage_Governance_via_Azure_Policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In this task, you will assign the built-in *Require a tag and its value on resou
9191

9292
| Setting | Value |
9393
| --- | --- |
94-
| Assignment name | `Require Cost Center tag and its value on resources |
94+
| Assignment name | `Require Cost Center tag and its value on resources` |
9595
| Description | `Require Cost Center tag and its value on all resources in the resource group`|
9696
| Policy enforcement | Enabled |
9797

Instructions/Labs/LAB_07-Manage_Azure_Storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In this task, you will create a blob container and upload an image. Blob contain
137137

138138
1. Select your upload file and review the ellipsis (...) options including **Download**, **Delete**, **Change tier**, and **Acquire lease**.
139139

140-
1. Copy the file **URL** (Settings --> Properties blade) and paste into a new **Inprivate** browsing window.
140+
1. Copy the file **URL** (Settings --> Properties blade) and paste into a new **InPrivate** browsing window.
141141

142142
1. You should be presented with an XML-formatted message stating **ResourceNotFound** or **PublicAccessNotPermitted**.
143143

Instructions/Labs/LAB_09a-Implement_Web_Apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In this task, you will swap the staging slot with the production slot. Swapping
120120

121121
1. Review the default settings and click **Start Swap**. Wait for the notification that the swap has finished.
122122

123-
1. Return to the portal home page. You should have both a the production web app and the staging slot.
123+
1. Return to the portal home page. You should have both the production web app and the staging slot.
124124

125125
1. Search for `App Services` and select your App Service web app. This returns you to the Production Deployment slot.
126126

Instructions/Labs/LAB_09c-Implement-Azure-Container-Apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Azure Container Apps take the concept of a managed Kubernetes cluster a step fur
3535

3636
1. Select **+ Create**, from drop-down menu, **Container App**. Notice the other choices.
3737

38-
1. Use the following information to fill out the details on the **Basics** tab.*.
38+
1. Use the following information to fill out the details on the **Basics** tab.
3939

4040
| Setting | Action |
4141
|---|---|
4242
| Subscription | Select your Azure subscription |
4343
| Resource group | `az104-rg9` |
4444
| Container app name | `my-app` |
45-
| Region | **East US** (|
45+
| Region | **East US** |
4646
| Container Apps Environment | Select **Create new** > Set Environment name to `my-environment` > **Create** |
4747

4848
1. Click **Next: Container** tab and ensure that **Use quickstart image** is checked. You may need to scroll up to view this setting.

Instructions/Labs/LAB_10-Implement_Data_Protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this task, you will use a template to deploy a virtual machine. The virtual m
4242

4343
1. Search for and select `Deploy a custom template`.
4444

45-
1. On the custom deployment page, select **Build you own template in the editor**.
45+
1. On the custom deployment page, select **Build your own template in the editor**.
4646

4747
1. On the edit template page, select **Load file**.
4848

Instructions/Labs/LAB_11-Implement_Monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this task, you will deploy a virtual machine that will be used to test monito
4141

4242
1. From the Azure portal, search for and select `Deploy a custom template`.
4343

44-
1. On the custom deployment page, select **Build you own template in the editor**.
44+
1. On the custom deployment page, select **Build your own template in the editor**.
4545

4646
1. On the edit template page, select **Load file**.
4747

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository is for instructors teaching Microsoft courses. If you are in cla
1010

1111
## Security Issue - April 2023
1212

13-
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.
13+
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.
1414

1515
## What are we doing?
1616

@@ -28,9 +28,9 @@ Effective immediately, the Admin password will be removed from the JSON template
2828

2929
## How do I contribute?
3030

31-
- 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.
31+
- 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.
3232

33-
- You can submit bugs, changes, improvement and ideas. Find a new Azure feature before we have? Submit a new demo!
33+
- You can submit bugs, changes, improvement and ideas. Found a new Azure feature before we have? Submit a new demo!
3434

3535
## What about changes to the student handbook?
3636

0 commit comments

Comments
 (0)