Skip to content

Commit 3b9b85f

Browse files
Merge pull request #214418 from memildin/patch-47
Tiny language tweaks
2 parents 9485859 + d96f35e commit 3b9b85f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/defender-for-cloud/azure-devops-extension.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't have access to install the extension, you must request access from
3232

3333
**To configure the Microsoft Security DevOps Azure DevOps extension**:
3434

35-
1. Sign in to [Azure DevOps](https://dev.azure.com/)
35+
1. Sign in to [Azure DevOps](https://dev.azure.com/).
3636

3737
1. Navigate to **Shopping Bag** > **Manage extensions**.
3838

@@ -41,21 +41,21 @@ If you don't have access to install the extension, you must request access from
4141
1. Select **Shared**.
4242

4343
> [!Note]
44-
> If you have already [installed the Microsoft Security DevOps extension](azure-devops-extension.md), it will be listed under Installed tab.
44+
> If you've already [installed the Microsoft Security DevOps extension](azure-devops-extension.md), it will be listed in the **Installed** tab.
4545
4646
1. Select **Microsoft Security DevOps**.
4747

4848
:::image type="content" source="media/msdo-azure-devops-extension/marketplace-shared.png" alt-text="Screenshot that shows where to select Microsoft Security DevOps.":::
4949

5050
1. Select **Install**.
5151

52-
1. Select the appropriate Organization from the dropdown menu.
52+
1. Select the appropriate organization from the dropdown menu.
5353

5454
1. Select **Install**.
5555

5656
1. Select **Proceed to organization**.
5757

58-
## Configure your Pipelines using YAML
58+
## Configure your pipelines using YAML
5959

6060
**To configure your pipeline using YAML**:
6161

@@ -81,7 +81,7 @@ If you don't have access to install the extension, you must request access from
8181

8282
:::image type="content" source="media/msdo-azure-devops-extension/starter-piepline.png" alt-text="Screenshot showing where to select starter pipeline.":::
8383

84-
1. Paste the following YAML into the pipeline
84+
1. Paste the following YAML into the pipeline:
8585

8686
```yml
8787
# Starter pipeline
@@ -110,7 +110,7 @@ If you don't have access to install the extension, you must request access from
110110
111111
1. Select **Save and run**.
112112
113-
1. Select **Save and run** to commit the pipeline.
113+
1. To commit the pipeline, select **Save and run**.
114114
115115
The pipeline will run for a few minutes and save the results.
116116
@@ -125,4 +125,4 @@ Learn more about [Defender for DevOps](defender-for-devops-introduction.md).
125125
126126
Learn how to [connect your Azure DevOps](quickstart-onboard-devops.md) to Defender for Cloud.
127127
128-
[Discover misconfigurations in Infrastructure as Code (IaC)](iac-vulnerabilities.md)
128+
[Discover misconfigurations in Infrastructure as Code (IaC)](iac-vulnerabilities.md).

0 commit comments

Comments
 (0)