image
DEMO: Not Using an Azure Repo?
Start course
Difficulty
Intermediate
Duration
38m
Students
2661
Ratings
4.1/5
Description

This course explores how to implement version control on Azure repos. It begins with an overview of what source control is and the different types of source control available. It then looks at the key elements of branching, different branching strategies, and how they impact the development process. You'll move on to learn about pull requests and merging as repository functions, and the different merging scenarios available to you. Finally, you'll be guided through using third-party systems in conjunction with Azure DevOps. This course contains several guided demonstrations from inside the Azure portal to give you real-world exposure to the concepts covered throughout the course.

If you have any feedback relating to this course, please feel free to reach out to us at support@cloudacademy.com with any questions or comments.

Learning Objectives

  • Understand what version control and Git-based repositories are
  • Learn about branching and the branching strategies
  • Learn about pull requests and merging in Azure DevOps
  • Set permissions on repositories and on TFVC in Azure DevOps
  • Use Azure DevOps in conjunction with build pipelines set up on other platforms

Intended Audience

This is an intermediate level course suited to developers, engineers, and project managers.

Prerequisites

To get the most out of this course, you should have a basic understanding of the software development lifecycle. Knowing what's involved in deploying software to a production environment would also be helpful. If you want to follow along with the demonstrations in this course, you'll need to have an Azure DevOps account.

Transcript

Before there were Azure DevOps Git repos, there were just Git repos. And as you would expect, they function identically. So it's very easy to integrate a non-Azure Repository with an Azure Pipeline. When you create your pipeline, just select the appropriate provider from where is your code. Next, select your repository and supply your credentials. Once the pipeline is configured, you'll be able to run it, pulling the code from the Vanilla GitHub repository. As we set this up using the Wizard, we're still none the wiser about the mechanism for connecting to the GitHub repo. If I go into project settings and then into service connections, I can see the connection to github.com. Drilling down into it, we can see the authentication details. Alternatively, you may want to import a GitHub repo to your Azure DevOps project. This is easily done by going to your projects repo and under files, select import repository from the repo drop-down list. As I've already authenticated with GitHub, I'm not asked to provide my credentials and the import goes ahead.

About the Author
Students
20985
Courses
72
Learning Paths
14

Hallam is a software architect with over 20 years experience across a wide range of industries. He began his software career as a  Delphi/Interbase disciple but changed his allegiance to Microsoft with its deep and broad ecosystem. While Hallam has designed and crafted custom software utilizing web, mobile and desktop technologies, good quality reliable data is the key to a successful solution. The challenge of quickly turning data into useful information for digestion by humans and machines has led Hallam to specialize in database design and process automation. Showing customers how leverage new technology to change and improve their business processes is one of the key drivers keeping Hallam coming back to the keyboard.