From f089ae27f77851ee104b53783b6d71e5655bac68 Mon Sep 17 00:00:00 2001 From: Concrete Gannet Date: Wed, 3 Feb 2021 11:51:19 +1100 Subject: [PATCH 1/2] Update AZ400_M06_Integrating_External_Source_Control_with_Azure_Pipelines.md Add instruction to click New Pipeline. --- ...egrating_External_Source_Control_with_Azure_Pipelines.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M06_Integrating_External_Source_Control_with_Azure_Pipelines.md b/Instructions/Labs/AZ400_M06_Integrating_External_Source_Control_with_Azure_Pipelines.md index 783f9274c..c44c79115 100644 --- a/Instructions/Labs/AZ400_M06_Integrating_External_Source_Control_with_Azure_Pipelines.md +++ b/Instructions/Labs/AZ400_M06_Integrating_External_Source_Control_with_Azure_Pipelines.md @@ -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. From 2f73c268d3aa3fb1631747565428e87b5f1b95ac Mon Sep 17 00:00:00 2001 From: Concrete Gannet Date: Wed, 3 Feb 2021 15:01:20 +1100 Subject: [PATCH 2/2] Fix typo in Azure CLI code formatting --- .../AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md index f71c58576..b0a592752 100644 --- a/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md +++ b/Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md @@ -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 key: the value labeled **password** in the output generated by running `az ad sp create-for-rbac --name ` - TenantId: the value labeled **tenant** in the output generated by running `az ad sp create-for-rbac --name `