awesome-azure-devops

a curated list of awesome resource for azure devops

View project on GitHub

awesome-azure-devops

a curated list of awesome resource for azure devops 1

update github pages

table of contents

boards

  • overview - plan, track, and discuss work across teams. define and update issues, bugs, user stories, & other work with customizable scrum, kanban, and agile tools.
  • documentation - azure boards documentation
  • a brief intro to azure boards - a brief intro to azure boards

pipelines

  • overview - implement continuous integration and continuous delivery (ci/cd) for the app and platform of your choice
  • documentation - azure pipelines documentation
    • conditions - you can specify the conditions under which each stage, job, or step runs
    • expressions - expressions can be used in many places where you need to specify a string, boolean, or number value when authoring a pipeline
    • logging commands - logging commands are how tasks and scripts communicate with the agent
    • pipelines trigger - use triggers to run a pipeline automatically
    • predefined variables - variables give you a convenient way to get key bits of data into various parts of your pipeline. this is a list of predefined variables that are available for your use.
    • templates - templates let you define reusable content, logic, and parameters
    • variables - variables give you a convenient way to get key bits of data into various parts of the pipeline
    • yaml schema reference - detailed reference guide to azure pipelines yaml pipelines
  • automatic app versioning - learn how you can use azure pipelines to automatically generate a semantic version number

repos

test plans

  • overview - improve your overall code quality by using manual and exploratory testing services for your apps
  • documentation - azure test plans documentation

artifacts

  • overview - create, host, and share packages with your team
  • documentation - azure artifacts documentation

extensions

  • aws toolkit for azure devops - the aws toolkit for azure devops adds tasks to easily enable build and release pipelines in azure devops to work with aws services
  • azure pipelines for vs code - this extentions adds syntax highlighting and autocompletion for azure pipelines yaml to vs code. it also helps you set up continuous build and deployment for azure webapps without leaving vs code
  • delivery plans - delivery plans allow us to create a timelined overview over all iterations and planned work items cross projects and teams
  • feature timeline and epic roadmap - this extention can be used to plan epics (cross projects) and features in a project over all iterations. also it shows the status and progress of work items to feature completion
  • gittools - looks at your git history and works out the semantic version of the commit being built. it works with most branching strategies
  • market place - extensions for azure devops
  • retrospective board - easy way to create customizable retrospective boards. it allows us to quickly set up for sprint iterations and has all the abilities like vote, group, collect and categorize team input
  • team calendar - the team calendar allows teams to organize while not having to sync company calendars

widget

  • team project health on dashboard - this widget provides a brief overview of project health for instance pipeline runs and more details
  • work item details on dashboard - the work item details can be displayed on the dashboard to give for example stakeholders a brief and quick overview of that is currently in progress

others