- Lab
- A Cloud Guru
Configure Branch Policies in Azure Repos
Your company, Globomantics, has started using Azure Repos to manage code. They want you to make a policy that requires at least 1 review, and for any comments to be resolved before merging code into the main branch.
Path Info
Table of Contents
-
Challenge
Create a New Azure DevOps Organization and Project
- Log in to the Azure portal
- Create a new private project named AwesomeProject
-
Challenge
Import an Existing Repo into Azure Repos
- Create a new Azure Repo by importing a GitHub Repo: https://github.com/pluralsight-cloud/AZ-400-Designing-and-Implementing-Microsoft-DevOps-Solutions
-
Challenge
Configure Branch Policies
- Configure the main branch policies to require 1 reviewer (make sure to check the Allow requestors to approve their own changes box) and require comments to be resolved
-
Challenge
Create a New Branch and Update the Code
- Create a new branch, update some code in an .cshtml file, then commit the change, and create a pull request
-
Challenge
View Pull Request and Merge Branch
- View the pull request, add a comment, and then resolve it
- Approve and merge the branch into the main branch
- Check the main branch to ensure your changes have been merged correctly
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.