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

Commit 83822dd

Browse files
authored
fixes proposed by Michael
1 parent 5ada8be commit 83822dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/AZ400_M10_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ In this task, you will install and configure the SonarCloud Azure DevOps extensi
130130
1. On the **Analyze with Azure Pipelines** page, in the **Install our extension** section, click **Continue**.
131131

132132
> **Note**: You can skip extension creation if you have already installed it.
133-
1. On the **Add a new Sonarcloud Service Endpoint**, follow the steps mentioned on your Azure DevOps project, give the name **SonarSC** to the service connection, **check** the box for granting access to all pipelines and click **Verify and save**. Back on Sonarcloud website, clik on **continue**.
134-
1. On the **Analyze with Azure Pipelines** page, in the **Configure Azure Pipelines** section, click **.NET**. This will display a sequence of steps required to **Prepare Analysis Configuration**, **Run Code Analysis**, and **Publish Quality Gate Result**. You will need this instructions for the pipeline definition.
133+
1. On the **Add a new Sonarcloud Service Endpoint**, follow the steps mentioned on your Azure DevOps project, give the name **SonarSC** to the service connection, **check** the box for granting access to all pipelines and click **Verify and save**. Back on Sonarcloud website, click on **continue**.
134+
1. On the **Analyze with Azure Pipelines** page, in the **Configure Azure Pipelines** section, click **.NET**. This will display a sequence of steps required to **Prepare Analysis Configuration**, **Run Code Analysis**, and **Publish Quality Gate Result**. You will need these instructions for the pipeline definition.
135135

136136
> **Note**: Review the listing of steps to accomplish each of these objectives. You will implement them in the subsequent tasks.
137137
@@ -150,7 +150,7 @@ In this task, you will begin creating the build pipeline for our project.
150150

151151
1. Switch to the web browser window displaying the **SonarExamples** pane in the Azure DevOps portal. Go to **Project settings** and change **Visibility** to private and **Save**.
152152

153-
> **Note**: We need to change because we have pipelines enabled only for private projects.
153+
> **Note**: This need to be done if you followed the steps in Mod 00 to setup a parallel job for private projects only and your organization currently has no jobs available for public project.
154154
155155
#### Task 2: Create a pipeline by using the YAML editor
156156

0 commit comments

Comments
 (0)