Let's carry out the following steps to create our Azure DevOps project:
- Azure DevOps can be found at https://dev.azure.com/. We can create an account for free if we haven't got one already. To create a new project, click the New project button on the home page and enter a name for the project in the panel that appears. We can choose to make our project public or private before clicking the Create button:
- Azure DevOps contains several areas, but we are focused on its pipeline feature. So, let's click on Pipelines in the left-hand navigation menu and then click on New pipeline.
- We will be asked to specify ...