Howto configure Azure Pipelines for GitHub (part-2)

What do you need?

  1. Azure Devops account (signup here : https://aka.ms/SignupAzureDevOps )
  2. GitHub account (signup here: https://github.com/join )

I will not elaborate how to create project in Azure Devops or GitHub. In this example, I created generator-office-x repository in both GitHub and Azure Devops account. The GitHub will be used to store the source code and Azure Devops will be used to run the build pipeline.

Add “Azure pipeline” GitHub App to the Repository

1 - Open Github marketplace and search for “azure pipeline”

Figure 1. Searching “axure pipeline” in marketplace

2 - Click and install to the account

For the rest of the process visit this article “Integrate Your GitHub Projects With Azure Pipelines”.

Grant access to Azure pipeline

Select from available repository

Select pipeline type

Check the yaml configuration

Tested and ready

Tested and ready

Avatar
Riwut Libinuko
Sr. Cloud Solution Architect

My research interests include distributed robotics, mobile computing and programmable matter.

comments powered by Disqus

Related