Azure Repos

Managing source control with Azure Repos for modern software development.

Azure Repos is a cloud-based source control service that enables teams to manage their code repositories effectively within the Azure DevOps ecosystem. It supports both Git and Team Foundation Version Control (TFVC), allowing teams to choose the version control system that best fits their workflow. By providing a centralised platform for code collaboration, Azure Repos facilitates seamless integration with other Azure DevOps services, such as Azure Pipelines and Azure Boards, enhancing the overall development lifecycle.

The importance of Azure Repos lies in its ability to foster collaboration among team members, enabling them to work concurrently on code without conflicts. This capability is crucial for delivering value predictably and sustainably, as it supports continuous integration and continuous delivery practices. With features like pull requests, branch policies, and code reviews, Azure Repos ensures that code quality is maintained while allowing for rapid iteration and innovation.

Moreover, Azure Repos contributes to a culture of transparency and accountability, as it tracks changes and provides a clear history of contributions. This long-term, systemic approach to source control not only streamlines development processes but also aligns with agile principles by promoting adaptability and responsiveness to change. By integrating with other tools and practices, Azure Repos empowers teams to focus on delivering high-quality software that meets customer needs efficiently and effectively.

The strongest work on Azure Repos — ranked by substance, not recency. How this is ranked

Article Engineering Excellence

Branch Policies for TFVC

Explains how to apply and manage branch policies in TFVC using regular expressions, enabling code reviews, branch locks, and work item …

Read article
Article Engineering Excellence

Create a Build vNext build definition

Step-by-step guide to creating a Build vNext build definition in Visual Studio Online, covering task setup, options, triggers, variables, …

Read article
Article Engineering Excellence

Configure a Build vNext Agent

Learn how to set up a Build vNext Agent for Visual Studio Online or TFS 2015, including prerequisites, VM setup, agent configuration, and …

Read article
Article Engineering Excellence

Migrating source from Perforce to Git on VSO

Step-by-step guide to migrating source code from Perforce to Git on VSO, covering repository setup, dependency management, build processes, …

Read article
Article Engineering Excellence

Access denied for orchestration plan on Build

Explains how to resolve TFS build errors caused by missing write permissions for the Project Collection Build Service on orchestration …

Read article