Which Azure DevOps feature supports planning and tracking of work across teams

Reading time : 2 minutes

Helping development teams build better applications faster is the mission of Azure DevOps. Following the principles of DevOps, this Microsoft platform offers many features to help you achieve your goals.

DevOps is an approach to unify software development (dev) and operations (ops). DevOps principles favour short development cycles, regular testing, more frequent deployments and continuous delivery. Modules are implemented progressively in accordance with your company’s priorities, while increasing end-user satisfaction.

Microsoft Azure DevOps was specifically developed to support the establishment and growth of a DevOps culture in companies. Among other things, this platform facilitates the planning of project-related tasks and promotes collaboration among team members.

Discover 6 Azure DevOps features that help build and deploy applications.

1.  Azure Repos (Git): Keep track of your projects’ source code.

This source code manager keeps a history of changes made to code under development. In addition to recording the work done, Azure Repos also distributes code changes throughout the team to establish better traceability of changes.

2.  Azure Pipeline: Make it easy to integrate and deliver your applications continuously

Azure Pipeline builds and tests your project code automatically and continuously, making it available quickly. It is the gatekeeper to quality standards and company policies, ensuring that standards are maintained. The result is earlier detection of errors, higher quality code, reduced costs, and increased team performance.

3.  Azure Boards: Manage the progress of your projects

Whether it’s Kanban, Scrum, customized dashboards or KPI reports, Azure Board provides your teams with a variety of tools. Planning and tracking tasks is made much easier! The boards are highly customizable and can be precisely adapted to the work of each team, whether they’re working in waterfall or agile mode (sprint).

4.  Azure Test Plans: Test your applications regularly

Azure Test Plans allows you to submit projects to different stakeholders: developers, UX specialists, end users, managers, executives, etc. User tests are formalized to avoid regression. The feedback collected from the tests allows you to make corrections and improvements during the project, thus increasing the quality of the result.

5.  Visual Studio Marketplace: Add extensions that meet your needs 

Integrate services that your business uses with Azure DevOps: Teams, Trello, Slack, UserVoice and GitHub, among others, are compatible with Azure DevOps. In addition, there are a large number of extensions available in the Visual Studio Marketplace that allow you to meet your business needs.

6.  Track the work of your external partners

Azure DevOps is a wonderful tracking tool when you partner with consultants, freelancers or external teams. Whether you’re structuring your activities or checking on their progress, this platform gives you a global view of your project’s progress on a daily basis.

Are you thinking of implementing Azure DevOps in your company?

Contact our experts—they’ll be happy to discuss it with you!

References:

(1) Microsoft Azure Devops

What Is Azure DevOps?

Azure DevOps (formerly Visual Studio Team Services—VSTS) is a set of tools and services that help DevOps teams provision and manage production environments. It helps teams automate, orchestrate, and manage application and service delivery.

Azure DevOps optimizes source control, build, test, and release processes to enable continuous delivery. It also promotes the use of DevOps practices across cloud and on-premises environments.

Microsoft also offers Azure DevOps Server, the evolution of Microsoft Team Foundation Server (TFS). Azure DevOps Server is an on-premises version of Azure DevOps, which you can deploy in your local data center and provides similar services and functionality to the cloud-based Azure DevOps service.

Azure DevOps Services and Tools

Azure Boards

Azure Boards offers interactive, customizable tools to help developers manage software development projects. It includes many capabilities, including an easy-to-configure dashboard, calendar views, integrated reporting, and native support for Scrum, Kanban, and Agile processes. 

Azure Repos

Azure Repos is a version control toolkit that helps teams manage their application code. Version control is useful for all software development projects, preferably implemented early on, regardless of size. 

A version control system is a software tool that helps users track the changes made to an application’s code over time. It takes snapshots of the files whenever a developer edits the code, saving the snapshot in a permanent record. Version control systems allow teams to coordinate their code changes and recall specific changes when required. 

Azure Pipelines

Azure Pipelines can automatically build and test code, making it available to various projects. It supports most languages and project types. Azure Pipelines offers combined continuous integration and continuous delivery (CI/CD) pipelines for building and testing code and shipping it to a target. Implementing a CI/CD pipeline helps ensure high-quality, consistent code while making it easily accessible to team members. 

Azure Pipelines offers a fast, secure, and easy way to automate the building process and make projects available to various users. It supports all languages and platforms, integrates with GitHub and Azure deployments, and can deploy to multiple targets simultaneously. Azure Pipelines is also well-suited for open source development projects and builds on Linux, Mac, and Windows machines.

Azure Test Plans

Azure Test Plans offers powerful, intuitive tools that team members can use to improve code quality and collaborate more easily throughout the software development process. This user-friendly, browser-driven test management platform provides the necessary capabilities to plan and implement manual and automated tests, including user acceptance and exploratory testing and collecting feedback from the relevant stakeholders.

Azure Artifacts

Azure Artifacts allows development teams to share and manage code efficiently using software packages controlled from a unified platform. Developers can use Azure Artifacts to publish packages to feeds and share them within a team, across the organization, or publicly. Developers can consume packages from multiple public registries like NuGet.org and npmjs.com. Azure Artifacts supports various packages, including npm, NuGet, Maven, and Python package types.

Example Implementation: Building a CI/CD Pipeline Using Azure DevOps

Here is a scenario providing architecture design tips for building a CI/CD pipeline. The example below uses a two-tiered web application, which the continuous integration and deployment pipeline deploys to Azure DevOps and related services like the App Service. This approach lets you focus on developing your applications rather than managing the underlying infrastructure.

Which Azure DevOps feature supports planning and tracking of work across teams
Image Source: Azure

The scenario has the following data flows:

  1. A developer makes a change to the application’s source code.
  2. The developer commits the application code to the Azure Repos source code repository and the web configuration file.
  3. The continuous integration system uses Azure Test Plans to trigger the application build process and run unit tests. 
  4. The continuous deployment component in Azure Pipelines automatically deploys the application artifacts using the configuration values specific to the environment.
  5. The pipeline deploys the artifacts to the App Service.
  6. Application Insights aggregates and analyzes data about the application’s usage, health, and performance. 
  7. The development team monitors and manages the application information.
  8. The team uses backlog information to prioritize bug fixes and new features on Azure Boards.

Azure DevOps Best Practices

The following best practices can help make the most of the Azure DevOps offerings.

Set Up the Project Teams

Azure Boards offers tools to help each team plan and track its progress. It defines default teams for each project and supports feature-specific teams. Defining teams ensures each project team can independently operate while enabling collaboration.

Set Up Sprints

Project teams use sprints, specified using Iteration Paths, to define the project’s sprint cadence, usually one to four weeks. Sprints can support hierarchies, including release pipelines. Each sprint represents an assignment a given team must deliver by the specified deadline. Organizations should define realistic sprint cadences that all team members can commit to, with a minimum of six iterations (i.e., for a six-month plan).

Support Searches and Filtering with Tags

Project teams can assign ad hoc work-item tags, enabling team members to query work items and filter boards and backlogs based on tags. The tags should provide general usage guidance. 

Here is a snapshot of a Kanban board showing a web keyword filter that displays items with a “Web” tag.

Which Azure DevOps feature supports planning and tracking of work across teams

Image Source: Azure

Organizations should implement policies specifying how teams use tags. These tags can support filtering and reporting and are useful for identifying cross-team dependencies.

Review the Features Board 

The Features board allows DevOps teams and managers to review a project’s progress and ensure the continuous flow of deliverables. The Features backlog offers a fast, visual monitoring approach. 

Here is an example of a customized Features board with “In progress” columns added to provide natural states during the design, development, and deployment of features to production.

Which Azure DevOps feature supports planning and tracking of work across teams

Image Source: Azure

Configuring project delivery plans allows multiple teams to review features for shared projects via an interactive board. Organizations can customize their Features board to support team-specific processes. The filter feature allows viewers to focus on a tagged item based on features, specific sprints, etc. Adding rollup columns to the Feature backlog helps monitor a project’s overall progress.

Codefresh: an Azure DevOps Alternative

Azure DevOps is a generic DevOps product that tries to work with both legacy and modern architectures. On the one hand this means great compatibility but on the other it means that you only get the lowest common denominator for your organization regardless of your position in the cloud native journey.

Codefresh is a modern alternative to Azure DevOps built specifically for Kubernetes applications and teams that want to adopt the GitOps methodology. Codefresh is powered by the Argo family of tools (Argo CD, Argo Rollouts, Argo Events, Argo Workflows) and is specifically designed for organizations that work with containers and cloud applications.

Codefresh lets you answer many important questions within your organization, whether you’re a developer or a product manager. For example:

  • What features are deployed right now in any of your environments?
  • What features are waiting in Staging?
  • What features were deployed last Thursday?
  • Where is feature #53.6 in our environment chain?

What’s great is that you can answer all of these questions by viewing one single dashboard. Our applications dashboard shows:

Which Azure DevOps feature supports planning and tracking of work across teams

Teams that adopt Codefresh deploy more often, with greater confidence, and are able to resolve issues in production much more quickly. This is because we unlock the full potential of Argo to create a single cohesive software supply chain. For users of traditional CI/CD tooling, the fresh approach to software delivery is dramatically easier to adopt, more scalable, and much easier to manage with the unique hybrid model.

Which Azure DevOps feature supports planning and tracking of work across teams

Conquer DevOps with Codefresh

Realize your true DevOps potential with the premier GitOps solution powered by Argo.

Check It Out

Which service of Azure DevOps can be used to plan and track work of the team?

The Scrum process provides several work item types—for example, product backlog items, tasks, bugs, features, and epics among others—to plan and track work.

Which Azure DevOps feature share packages across teams?

Azure Artifacts allows development teams to share and manage code efficiently using software packages controlled from a unified platform. Developers can use Azure Artifacts to publish packages to feeds and share them within a team, across the organization, or publicly.

Which feature of Azure Boards supports roadmap planning and tracking of program project progress?

Use the Feature Timeline to support the following tasks: Support roadmap planning. Produce reports at each business level to show high and low-level progress views.

Which work item is used to track the specific function of applications?

Product Backlog Items and Tasks are used to track work, Bugs track code defects, and Epics and Features are used to group work under larger scenarios.