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

Commit 4f98eac

Browse files
committed
Fixing grammar and Azure Pipelines name.
1 parent 1f978e1 commit 4f98eac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Instructions/Labs/AZ400_M03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ lab:
2222

2323
YAML-based pipelines allow you to fully implement CI/CD as code, in which pipeline definitions reside in the same repository as the code that is part of your Azure DevOps project. YAML-based pipelines support a wide range of features that are part of the classic pipelines, such as pull requests, code reviews, history, branching, and templates.
2424

25-
Regardless of the choice of the pipeline style, to build your code or deploy your solution by using Azure Pipelines, you need an agent. An agent hosts compute resources that runs one job at a time. Jobs can be run directly on the host machine of the agent or in a container. You have an option to run your jobs using Microsoft-hosted agents, which are managed for you, or implementing a self-hosted agent that you set up and manage on your own.
25+
Regardless of the choice of the pipeline style, to build your code or deploy your solution by using Azure Pipelines, you need an agent. An agent hosts compute resources that run one job at a time. Jobs can be run directly on the host machine of the agent or in a container. You have an option to run your jobs using Microsoft-hosted agents, which are managed for you, or implementing a self-hosted agent that you set up and manage on your own.
2626

27-
In this lab, you will step through the process of converting a classic pipeline into a YAML-based one and running it first by using a Microsoft-hosted agent and then performing the equivalent task by using a self-hosted agent.
27+
In this lab, you'll step through converting a classic pipeline into a YAML-based one and running it first by using a Microsoft-hosted agent and then performing the equivalent task using a self-hosted agent.
2828

2929
## Objectives
3030

3131
After you complete this lab, you will be able to:
3232

33-
- implement YAML-based pipelines
34-
- implement self-hosted agents
33+
- Implement YAML-based pipelines
34+
- Implement self-hosted agents
3535

3636
## Estimated timing: 45 minutes
3737

@@ -59,9 +59,9 @@ In this task, you will use Azure DevOps Demo Generator to generate a new project
5959
6060
1. On the **Create New Project** page, click **Navigate to project**.
6161

62-
### Exercise 1: Author YAML-based Azure DevOps pipelines
62+
### Exercise 1: Author YAML-based Azure Pipelines
6363

64-
In this exercise, you will convert a classic Azure DevOps pipeline into a YAML-based one.
64+
In this exercise, you will convert a classic Azure Pipeline into a YAML-based one.
6565

6666
#### Task 1: Create an Azure DevOps YAML pipeline
6767

0 commit comments

Comments
 (0)