Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ In this task, you will fork a GitHub repo and install Azure Pipelines in your Gi

In this task, you will configure the Azure Pipelines project based on the fork of the GitHub repo you created in the previous task.

> **Note**: You are now on the Azure DevOps site and need to set up your Azure Pipelines project.
> **Note**: You are now on the Azure DevOps site and need to set up your Azure Pipelines project.

1. In the Azure DevOps portal, click on **Pipelines** in the navigation panel on the left.

1. Click on the **New pipeline** button at top right.

1. On the **Select a repository** pane of the **Pipelines** view in the Azure DevOps portal, select the fork of the GitHub calculator repository you created in the previous task.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ This will open another browser tab displaying the **Service connections** pane i
1. On the **New service connection** pane, specify the following settings, using the information you copied to a text file in the first task of this exercise following creation of the service principal by using Azure CLI:

- Subscription Id: the value you obtained by running `az account show --query id --output tsv`
- Subscription Name: the value you obtained by running a`z account show --query name --output tsv`
- Subscription Name: the value you obtained by running `az account show --query name --output tsv`
- Service Principal Id: the value labeled **appId** in the output generated by running `az ad sp create-for-rbac --name <service-principal-name>`
- Service Principal key: the value labeled **password** in the output generated by running `az ad sp create-for-rbac --name <service-principal-name>`
- TenantId: the value labeled **tenant** in the output generated by running `az ad sp create-for-rbac --name <service-principal-name>`
Expand Down