From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Integrate external tools

Integrate external tools

We can integrate many tools such as GitHub and Jenkins, among others, into our Azure DevOps pipelines. The external version control systems that we can integrate into our pipelines are an Azure Git or Team Foundation Version Control repo from another project, a GitHub or GitHub Enterprise repository, a Bitbucket Cloud or Bitbucket Server instance, as well as Subversion. All of these previous systems are compatible with Classic Azure pipelines, and the only ones that are not compatible with YAML pipelines are Bitbucket, Team Foundation Version Control, and Subversion. Knowing further details about the integration of tools other than GitHub or Azure DevOps are out of scope for this certification, other than knowing that they are supported in Azure DevOps. The authentication between Azure DevOps and a GitHub repository can be set up through the following methods. One, is using an app known as the GitHub App, which is an app that you…

Contents