Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure DevOps Basics - Coggle Diagram
Azure DevOps Basics
Practice
Agile planning. Together, we'll create a backlog of work that everyone on the team and in management can see. We'll prioritize the items so we know what we need to work on first. The backlog can include user stories, bugs, and any other information that helps us.
Continuous integration (CI). We'll automate how we build and test our code. We'll run that every time a team member commits changes to version control.
Continuous delivery (CD). CD is how we test, configure, and deploy from a build to a QA or production environment.
Monitoring. We'll use telemetry to get information about an application's performance and usage patterns. We can use that information to improve as we iterate.
Elite performers
-
Reduce lead time from commit to deploy: Lead time is the time it takes for a feature to make it to the customer. By working in smaller batches, automating manual processes, and deploying more frequently.
-
-
Azure tools
-
-
-
-
package management
Azure Artifacts
To create, host, and share packages.
-