Technical requirements
To follow this chapter, you need to have an active Azure DevOps organization and a GitHub account. You can sign up for a GitHub account here: https://github.com/join.
Let's get this chapter's prerequisites ready. This chapter requires that you have the Parts Unlimited GitHub repository cloned to your GitHub account. You will also need an Azure DevOps project to follow the examples in this chapter. Follow these steps before moving on to the next section:
- Launch a browser instance and go to https://github.com/microsoft/PartsUnlimitedE2E.
- Click Fork, as shown in the following screenshot:
- GitHub should prompt you to log into your account if you're not logged in already. Select the account you wish to clone the repository to.
- This will take a couple of minutes to complete. You should see the repository in your account upon completion.
- We will be using this repository...