fix: correct spelling and grammar errors across lab and demo instructions

This commit is contained in:
HendoBuilds 2026-02-13 02:53:22 +00:00
parent fc1b518417
commit b6d271374d
15 changed files with 17 additions and 19 deletions

View File

@ -12,7 +12,7 @@ This directory provides instructor demonstrations for the AZ-104 Azure Administr
- Most areas have a demonstration. Take the time to work through each one and decide which to use. Some of the demonstrations are simple show and tell walk-throughs of the Azure portal; others require scripting skills.
- Consider having the students follow along as you do the demonstration or have one of the students' "drive" and coach them through the steps.
- Consider having the students follow along as you do the demonstration or have one of the students "drive" and coach them through the steps.
- Consider doing the demonstration first and then using the slides to answer questions and ensure everything is covered.

View File

@ -15,7 +15,7 @@ In this demonstration, you will create virtual networks.
## Create a virtual network in the portal
1. Sign in the to the Azure portal and search for **Virtual Networks**.
1. Sign in to the Azure portal and search for **Virtual Networks**.
1. Create a virtual network, explaining the basic settings as you go. Ensure at least one subnet is created.
@ -43,7 +43,7 @@ In this demonstration, you will explore NSGs and service endpoints.
1. Discuss how the NSG can be associated with subnets or network interfaces.
1. Discuss the purpose inbound and outbound rules.
1. Discuss the purpose of inbound and outbound rules.
1. Review the default inbound and outbound rules.

View File

@ -18,7 +18,7 @@ demo:
1. Under **Settings**, select **Peerings** and **+ Add** a new peering.
1. Configure the peering the second virtual network. Use the information icons to review the different settings.
1. Configure the peering of the second virtual network. Use the information icons to review the different settings.
1. When the peering is complete, review the **Peering status**.

View File

@ -87,7 +87,7 @@ In this demonstration, we will work with files shares and snapshots.
**Reference**: [Copy or move data to Azure Storage by using AzCopy v10](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10?toc=/azure/storage/files/toc.json)
1. Discuss when to use AzCopy. View the help, **azcopy /?**.
1. Discuss when to use AzCopy. View the help, **azcopy /?**.
1. Scroll down the **Samples** section. As you have time, try any of the examples.

View File

@ -18,7 +18,7 @@ In this demonstration, we will explore backing up a file share in the Azure port
1. Use the Azure portal.
1. Search for an select **Recovery Services vaults**.
1. Search for and select **Recovery Services vaults**.
1. Create a **Recovery Services Vault**. Review the requirement that the vault be in the same region as the file share.

View File

@ -18,7 +18,7 @@ In this demonstration, we will create an alert rule.
1. Search for and select **Monitor** and then **Alerts**.
1. Select a scope for the alert rule. Discuss how You can filter by subscription, resource type, or resource location.
1. Select a scope for the alert rule. Discuss how you can filter by subscription, resource type, or resource location.
1. Set the conditions for the alert rule. Discuss how signals define what you want to measure.

View File

@ -151,7 +151,7 @@ Copilot can assist you in learning how to use the Azure scripting tools. Copilot
## Key takeaways
Congratulations on completing the lab. Here are some main takeways for this lab:
Congratulations on completing the lab. Here are some main takeaways for this lab:
+ A tenant represents your organization and helps you to manage a specific instance of Microsoft cloud services for your internal and external users.
+ Microsoft Entra ID has user and guest accounts. Each account has a level of access specific to the scope of work expected to be done.

View File

@ -134,7 +134,7 @@ In this task, you view the activity log to determine if anyone has created a new
1. In the portal locate the **az104-mg1** resource and select **Activity log**. The activity log provides insight into subscription-level events.
1. Review the activites for role assignments. The activity log can be filtered for specific operations.
1. Review the activities for role assignments. The activity log can be filtered for specific operations.
![Screenshot of the Activity log page with configured filter.](../media/az104-lab02a-searchactivitylog.png)

View File

@ -39,7 +39,7 @@ Your organization's cloud footprint has grown considerably in the last year. Dur
## Task 1: Assign tags via the Azure portal
In this task, you will create and assign a tag to an Azure resource group via the Azure portal. Tags are a critical component of a governance strategy as outlined by the Microsoft Well-Architected Framework and Cloud Adoption Framework. Tags can allow you to quickly identify resource owners, sunset dates, group contacts, and other name/value pairs that your organization deems important. For this task, you assign a tag identifying the resource Cost Center.
In this task, you will create and assign a tag to an Azure resource group via the Azure portal. Tags are a critical component of a governance strategy as outlined by the Microsoft Well-Architected Framework and Cloud Adoption Framework. Tags can allow you to quickly identify resource owners, sunset dates, group contacts, and other name/value pairs that your organization deems important. For this task, you assign a tag identifying the resource Cost Center.
1. Sign in to the **Azure portal** - `https://portal.azure.com`.

View File

@ -71,7 +71,7 @@ In this task, we will create a managed disk in the Azure portal. Managed disks a
## Task 2: Edit an Azure Resource Manager template and then redeploy the template
In this task, you use the downloaded template to deploy a new managed disk. This task outlines how to quicky and easily repeat deployments.
In this task, you use the downloaded template to deploy a new managed disk. This task outlines how to quickly and easily repeat deployments.
1. In the Azure portal, search for and select `Deploy a custom template`.
@ -104,7 +104,7 @@ In this task, you use the downloaded template to deploy a new managed disk. This
| --- |--- |
| Subscription | *your subscription* |
| Resource Group | `az104-rg3` |
| Region | **(US) East US)** |
| Region | **(US) East US** |
| Disk_name | `az104-disk2` |
1. Select **Review + Create** and then select **Create**.

View File

@ -120,7 +120,7 @@ In this task, you create the ManufacturingVnet virtual network and associated su
1. Be sure to **Save** your changes.
>**Note:** There is a completed template files in the lab files directory.
>**Note:** There are completed template files in the lab files directory.
### Make changes to the parameters file

View File

@ -211,7 +211,7 @@ In this task, you retest the connection between the virtual machines in differen
In this task, you want to control network traffic between the perimeter subnet and the internal core services subnet. A virtual network appliance will be installed in the perimeter subnet and all traffic should be routed there.
1. Search for select the `CoreServicesVnet`.
1. Search for and select the `CoreServicesVnet`.
1. Select **Subnets** and then **+ Subnet**. Be sure to select **Add** to save your changes.

View File

@ -94,7 +94,7 @@ In this task, you will configure Web App deployment settings. Deployment setting
1. In the staging slot, select **Deployment Center** and then select **Settings**.
>**Note:** Make sure you are on the staging slot blade (instead than the production slot).
>**Note:** Make sure you are on the staging slot blade (instead of the production slot).
1. In the **Source** drop-down list, select **External Git**. Notice the other choices.

View File

@ -26,8 +26,6 @@ Your organization is evaluating how to backup and restore Azure virtual machines
+ Task 4: Monitor Azure Backup.
+ Task 5: Enable virtual machine replication.
## Estimated timing: 40 minutes
## Architecture diagram
![Diagram of the architecture tasks.](../media/az104-lab10-architecture.png)
@ -172,7 +170,7 @@ In this task, you will deploy an Azure storage account. Then you will configure
1. On the Storage accounts page, select **Create**.
1. Use the following information to define the storage account, then and select **Review + create**.
1. Use the following information to define the storage account, then select **Review + create**.
| Settings | Value |
| --- | --- |

View File

@ -5,7 +5,7 @@
This repository is for instructors teaching Microsoft courses. If you are in class, please ask your instructor for assistance.
- **[Link to labs (HTML format)](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/)**
- **Are you a MCT?** - Have a look at our [GitHub User Guide for MCTs](https://microsoftlearning.github.io/MCT-User-Guide/)
- **Are you an MCT?** - Have a look at our [GitHub User Guide for MCTs](https://microsoftlearning.github.io/MCT-User-Guide/)
- To preview this course in a self-paced format, see our **[interactive lab simulations](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator)**. You may find slight differences between the interactive simulations and the hosted labs, but the core concepts and ideas being demonstrated are the same.
## Security Issue - April 2023