Integrating Github with Azure Boards
Before creating the Github repo we will go to the marketplace and download the Azure Boards extension.
We will go to www.github.com, log in with our own account and create a new repository for the Epic we created in part 1 of this serie.
Back to the Project Settings, in the Boards section, we will create a new Github Connection.
We have different options for connecting to a Github repo, either using a Personal Access Token or connecting our own account. We will use the latter in this example. After successfully establishing the connection, we can look for our repo and add to this connection.
We created the Github repo and configured the connection between Github and Azure Boards. We can close our first feature and start to work on real development.
See you in the next part of this serie!