Open In App

Microsoft Azure – Create Project in Azure Devops using Basic Process

Microsoft Azure DevOps currently has three types of processes:

But the problem with these processes is that they are very process or methodology-heavy. Suppose you are a new engineer, and you are working with Github and you want to use Azure DevOps, then you will need to deal with product backlog items, user storage, and all the technical mambo-jumbo. These make adopting Azure DevOps very complicated.



So to remove these complexities the Azure DevOps introduced the Basic process. With this users could just literally add project issues and start working on them immediately. Basic Process is the most lightweight. You should choose Basic when your team wants to develop or create the simplest model that uses Issues, Tasks, and Epics to track work.  

There are 3 work items in Azure Boards with the Basic process:



  1. Epic: Under epic, we can create multiple types of issues.
  2. Issue: Issue may be a bug, user story, or an improvement.
  3. Task: Task is the smallest unit of work, for each issue we can create multiple tasks.

In this article, we will look into the process of creating a project on Azure DevOps using Basic Process. To do so follow the below steps:

Step 1: Sign-in or Sign up to Azure DevOps  

Step 2: Create Project with Basic Process in Azure DevOps

Step 3: Click Create button. Navigated to Welcome page.

Step 4: You can choose the options display on the welcome screen to continue.

At this stage, you have successfully created a project on Azure DevOps using the Basic Process.


Article Tags :