From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Overview of Azure DevOps

Overview of Azure DevOps

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Overview of Azure DevOps

- [Instructor] Building applications is usually a team effort. Successful teams find an effective way to work on software at every stage of the development life cycle. In recent years, we've added DevOps to the life cycle to help standardize and automate the integration and deployment phase. DevOps as a practice is expanding into a growing range of organizations. It emphasizes collaboration between all parts of the IT organization and the continuous delivery of software. One key aspect of DevOps is the attempt to automate everything in the application life cycle. At least the parts that can be automated. Writing code or designing application UI is hard to automate. But automated code testing is very useful. A system where every code commit triggers an automated test sweep insures that software problems are discovered early. It's better to know you've written code that breaks the application now, instead of when it reaches the customer's computer or phone. It's better to automate the…

Contents