From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep: 4 Design and Implement Build and Release Pipelines by Microsoft Press

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Lab A: Integrate Azure Pipelines with GitHub

Lab A: Integrate Azure Pipelines with GitHub

For this lab, we're going to create a repository in GitHub. So go ahead and log in to GitHub with your account and click on "New Repository." We're going to call this repository lab52. We're going to leave the description as it is, the visibility as it is. I'm going to add a README file. No gitignore, no license. And let's go ahead and click on "Create Repository." Once this is created, let's go ahead and add a file. Let's call this file 1, and the content is just going to be this is file 1. Let's go ahead and commit this to the main branch. Click on "Commit New File." So we should have this file right here in our repository. And let's head on over to Azure DevOps. Let's create a new project. Let's call it lab52 as well. And we're going to leave the settings with their default values, and we're going to click on "Create." Next, let's go ahead and click on "Pipelines" and create a new pipeline. Right here we're going to select GitHub, and it should ask you for your credentials. And if…

Contents