Azure DevOps is a set of practices that collaborate development(Dev) and operation(Ops) team to work closely along with the tools which are optimized for this collaboration aiming to increase the ability to develop applications faster than the traditional software development process. DevOps lifecycle includes initial software planning, code, build, test, release phases, operations, ongoing monitoring, customer feedback and improvement. Components of Azure DevOps The main components of Azure DevOps are 1. Azure DevOps Boards 2. Azure DevOps Repository 3. Azure DevOps Pipeline 4. Azure DevOps Test Plans 5. Azure Artifacts Azure DevOps boards Azure board is one of the main component of azure DevOps that helps in managing the work for the project under development. Azure DevOps board main features are Work Item Its a defined unit of work along with some important attributes like the type of work, its severity, estimated time to com...