Getting started
The first thing you must do is import the sample repository; let’s get to it.
Importing the sample repository
You will need to import the application and IaC sources from GitHub for this book, to be able to complete the end-to-end pipelines in this chapter and the next.
You can do this from the Azure Repos | Files section in the navigation menu, clicking on the repository dropdown on the top part of the screen and then clicking on the Import repository option, as shown in the following screenshot:
Figure 9.1 – Import repository
Enter https://github.com/PacktPublishing/Implementing-CI-CD-Using-Azure-Pipelines.git in the Clone URL field and Implementing-CI-CD-Using-Azure-Pipeline
in the Name field, and then hit the Import button:
Figure 9.2 – Importing the sample repository
After a few minutes, the process will be complete, and then you will be able to browse all the code in the...