Microsoft Azure – Create Project in Azure Devops using Agile Process Last Updated : 03 Apr, 2023 Comments Improve Suggest changes 1 Likes Like Report Agile Process is used when a team uses Agile planning methods, including Scrum, and used to track development and test activities separately. Agile provides different work items using these work items you can track different types of work [ features, user stories, and tasks] based on Agile principles and values. Step 1: Go to Azure DevOps Portal and Sign in with your Microsoft Account. You will also need to choose your Organization (If you don’t have an organization create one) Step 2: Create Project with Agile Process in Azure Devops Click on New Project button on the top right corner.Enter information into the Panel that opens:Enter the name of your project.Project name can’t contain special characters such as / : \ ~ & % ; @ ' " ? < > | # $ * } { , + = [ ], can't begin with an underscore and must be 64 or fewer characters.Enter the description this field is optional.Choose the visibility of either public or private.Public: With public visibility, anyone on the internet has the right to view your project.Private: With private visibility, only people to whom you give access can view your project.Choose the right version control.Choose the Work Item Process. Step 3: Click the Create button. Navigated to Welcome page. You can choose one of the options display on the welcome screen to continue. Step 4: Overview of work item types available in the Agile process Below is the list of work item types available in the Agile processBug : Bug is something that is missed or implemented in the wrong way.Epic : Epic is something that represents the business initiative to be accomplished.Feature : A feature typically represents a shippable component of the software. Suppose we have an application working fine on the server and we want to improve its user experience (epic) so things required to improve the user experience comes under (feature).Issue: Any custom type (to implement something not listed under the given work item)Task: Task is the smallest unit of work. We can create multiple tasks under one User story or Bug.Test Case: It is used when we want to write the test case for a particular feature.User story: User story is the implementation of new work.Work items relationship in Agile process: On the top we have Epic, we can create multiple features under one epic.Under each feature, we can create multiple user stories.Under each User Story, we can create multiple tasks.Under each Bug, we can create multiple tasks.The issue is something that is very independent.The Test plan is something that is used by the QA and these test plans are used to write proper test steps on a particular feature. Create Quiz Comment A asmitas2701 Follow 1 Improve A asmitas2701 Follow 1 Improve Article Tags : Cloud Computing Cloud-Computing Explore Basics Of Cloud ComputingIntroduction to Cloud Computing 10 min read History of Cloud Computing 4 min read Evolution of Cloud Computing 6 min read Characteristics of Cloud Computing 2 min read Advantages of Cloud Computing 8 min read Architecture of Cloud Computing 6 min read Cloud Computing Infrastructure 3 min read Cloud Management in Cloud Computing 6 min read What is Cloud Storage? 15 min read Real World Applications of Cloud Computing 6 min read Cloud Deployment ModelsCloud Deployment Models 12 min read Types of Cloud Computing 12 min read Difference Between Public Cloud and Private Cloud 6 min read Public Cloud vs Private Cloud vs Hybrid Cloud 7 min read Cloud Service ModelsCloud Based Services 11 min read Platform As A Service (PaaS) and its Types 11 min read Software As A Service (SaaS) 2 min read SaaS, PaaS and IaaS 4 min read Cloud VirtualizationVirtualization in Cloud Computing and Types 6 min read Difference between Cloud Computing and Virtualization 4 min read Pros and Cons of Virtualization in Cloud Computing 5 min read Data Virtualization 9 min read Hardware Based Virtualization 5 min read Server Virtualization 3 min read Types of Server Virtualization in Computer Network 4 min read Network Virtualization in Cloud Computing 4 min read Operating system based Virtualization 5 min read Cloud Service ProviderAmazon Web Services (AWS) Tutorial 9 min read Microsoft Azure Tutorial 13 min read Google Cloud Platform Tutorial 8 min read Advanced Concepts of CloudOn Premises VS On Cloud 3 min read Differences between Cloud Servers and Dedicated Servers 4 min read Cloud Networking 4 min read Server Consolidation in Cloud Computing 6 min read Hypervisor Security in Cloud Computing 5 min read Cloud Computing Security 5 min read Security Issues in Cloud Computing 5 min read 7 Privacy Challenges in Cloud Computing 5 min read Security Threats in Implementing SaaS of Cloud Computing 6 min read Multitenancy in Cloud computing 2 min read Middleware in Grid Computing 2 min read Difference between Cloud Computing and Grid Computing 4 min read Scalability and Elasticity in Cloud Computing 4 min read Cloud Bursting vs Cloud Scaling 7 min read Automated Scaling Listener in Cloud Computing 4 min read Difference Between Multi-Cloud and Hybrid Cloud 5 min read Difference Between Cloud Computing and Fog Computing 3 min read Overview of Multi Cloud 10 min read Service level agreements in Cloud computing 6 min read Overview of Everything as a Service (XaaS) 5 min read Resource Pooling Architecture in Cloud Computing 3 min read Load balancing in Cloud Computing 6 min read Overview of Desktop as a Service (DaaS) 5 min read IoT and Cloud Computing 6 min read Container as a Service (CaaS) 5 min read Principles of Cloud Computing 3 min read Resiliency in Cloud Computing 4 min read Serverless Computing 3 min read Like