You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/azure-devops-extension.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you don't have access to install the extension, you must request access from
32
32
33
33
**To configure the Microsoft Security DevOps Azure DevOps extension**:
34
34
35
-
1. Sign in to [Azure DevOps](https://dev.azure.com/)
35
+
1. Sign in to [Azure DevOps](https://dev.azure.com/).
36
36
37
37
1. Navigate to **Shopping Bag** > **Manage extensions**.
38
38
@@ -41,21 +41,21 @@ If you don't have access to install the extension, you must request access from
41
41
1. Select **Shared**.
42
42
43
43
> [!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.
45
45
46
46
1. Select **Microsoft Security DevOps**.
47
47
48
48
:::image type="content" source="media/msdo-azure-devops-extension/marketplace-shared.png" alt-text="Screenshot that shows where to select Microsoft Security DevOps.":::
49
49
50
50
1. Select **Install**.
51
51
52
-
1. Select the appropriate Organization from the dropdown menu.
52
+
1. Select the appropriate organization from the dropdown menu.
53
53
54
54
1. Select **Install**.
55
55
56
56
1. Select **Proceed to organization**.
57
57
58
-
## Configure your Pipelines using YAML
58
+
## Configure your pipelines using YAML
59
59
60
60
**To configure your pipeline using YAML**:
61
61
@@ -81,7 +81,7 @@ If you don't have access to install the extension, you must request access from
81
81
82
82
:::image type="content" source="media/msdo-azure-devops-extension/starter-piepline.png" alt-text="Screenshot showing where to select starter pipeline.":::
83
83
84
-
1. Paste the following YAML into the pipeline
84
+
1. Paste the following YAML into the pipeline:
85
85
86
86
```yml
87
87
# Starter pipeline
@@ -110,7 +110,7 @@ If you don't have access to install the extension, you must request access from
110
110
111
111
1. Select **Save and run**.
112
112
113
-
1. Select **Save and run** to commit the pipeline.
113
+
1. To commit the pipeline, select **Save and run**.
114
114
115
115
The pipeline will run for a few minutes and save the results.
116
116
@@ -125,4 +125,4 @@ Learn more about [Defender for DevOps](defender-for-devops-introduction.md).
125
125
126
126
Learn how to [connect your Azure DevOps](quickstart-onboard-devops.md) to Defender for Cloud.
127
127
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