Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit afe39bf

Browse files
authored
Merge pull request #434 from MicrosoftLearning/minor-typo-formatting-fixes
All labs: quick format and typo fixes
2 parents dfa0d9f + 59014bd commit afe39bf

18 files changed

Lines changed: 1439 additions & 1482 deletions

Instructions/Labs/AZ400_M00_Validate_lab_environment.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Validate lab environment
88

9-
# Student lab manual
9+
## Student lab manual
1010

1111
## Instructions to create an Azure DevOps Organization (you only have to do this once)
1212

@@ -47,29 +47,29 @@ In this exercise, you will set up the prerequisites for the lab, which consist o
4747

4848
In this task, you will create an **eShopOnWeb** Azure DevOps project to be used by several labs.
4949

50-
1. On your lab computer, in a browser window open your Azure DevOps organization. Click on **New Project**. Give your project the following settings:
51-
- name: **eShopOnWeb**
52-
- visibility: **Private**
53-
- Advanced: Version Control: **Git**
54-
- Advanced: Work Item Process: **Scrum**
50+
1. On your lab computer, in a browser window open your Azure DevOps organization. Click on **New Project**. Give your project the following settings:
51+
- name: **eShopOnWeb**
52+
- visibility: **Private**
53+
- Advanced: Version Control: **Git**
54+
- Advanced: Work Item Process: **Scrum**
5555

56-
1. Click **Create**.
56+
2. Click **Create**.
5757

5858
![Create Project](images/create-project.png)
5959

6060
#### Task 2: Import eShopOnWeb Git Repository
6161

6262
In this task you will import the eShopOnWeb Git repository that will be used by several labs.
6363

64-
1. On your lab computer, in a browser window open your Azure DevOps organization and the previously created **eShopOnWeb** project. Click on **Repos>Files** , **Import a Repository**. Select **Import**. On the **Import a Git Repository** window, paste the following URL https://github.com/MicrosoftLearning/eShopOnWeb.git and click **Import**:
64+
1. On your lab computer, in a browser window open your Azure DevOps organization and the previously created **eShopOnWeb** project. Click on **Repos>Files** , **Import a Repository**. Select **Import**. On the **Import a Git Repository** window, paste the following URL https://github.com/MicrosoftLearning/eShopOnWeb.git and click **Import**:
6565

6666
![Import Repository](images/import-repo.png)
6767

68-
1. The repository is organized the following way:
69-
- **.ado** folder contains Azure DevOps YAML pipelines
70-
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces)
68+
2. The repository is organized the following way:
69+
- **.ado** folder contains Azure DevOps YAML pipelines.
70+
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
7171
- **.azure** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
7272
- **.github** folder container YAML GitHub workflow definitions.
7373
- **src** folder contains the .NET 6 website used on the lab scenarios.
7474

75-
You have now completed the necessary prerequisite steps to continue with the different individual labs for this AZ-400 course.
75+
You have now completed the necessary prerequisite steps to continue with the different individual labs for this AZ-400 course.

Instructions/Labs/AZ400_M01_L01_Agile_Planning_and_Portfolio_Management_with_Azure_Boards.md

Lines changed: 128 additions & 129 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M02_L02_Version_Controlling_with_Git_in_Azure_Repos.md

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M03_L03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 42 additions & 44 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M03_L04_Enabling_Continuous_Integration_with_Azure_Pipelines.md

Lines changed: 64 additions & 77 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md

Lines changed: 44 additions & 51 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md

Lines changed: 58 additions & 73 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M04_L07_Controlling_Deployments_using_Release_Gates.md

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M05_L08_Configuring_Pipelines_as_Code_with_YAML.md

Lines changed: 239 additions & 234 deletions
Large diffs are not rendered by default.

Instructions/Labs/AZ400_M05_L09_Setting_Up_and_Running_Functional_Tests.md

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)