Configuring Repositories for Azure DevOps
Difficulty: Beginner
Duration: 2 minutes and 2 seconds
Students: 927
Rating: 4.3/5
Source control repositories are an important part of software development. They ensure that data can always be recovered and they also enable continuous integration. Azure DevOps includes features common to modern software development such as source control repositories, continuous integration pipelines, agile planning tools, and more. This lesson covers several topics which fall under the umbrella of configuring repositories for Azure DevOps.
Learning Objectives
- Integrating GitHub repositories with Azure DevOps Pipelines
- Configuring permissions in source control repositories
- Configuring tags to organize source control repositories
- Recovering data using Git commands
- Purging data from source control
Intended Audience
- Software engineers
- DevOps engineers
- Site reliability engineers
Prerequisites
- Be comfortable using Git
- Be familiar with Azure DevOps