freeCodeCamp/guide/english/devops/azure/index.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Azure DevOps
---
## Azure DevOps
Azure DevOps Services is a cloud service for collaborating on code development. It provides an integrated set of features that you access through your web browser or IDE client, including the following:
* Git repositories for source control of your code
* Build and release management to support continuous integration and delivery of your apps
* Agile tools to support planning and tracking your work, code defects, and issues using Kanban and Scrum methods
* A variety of tools to test your apps, including manual/exploratory testing, load testing, and continuous testing
* Highly customizable dashboards for sharing progress and trends
* Built-in wiki for sharing information with your team
In addition, the Azure DevOps ecosystem provides support for adding extensions, integrating with other popular services, such as: Campfire, Slack, Trello, UserVoice, and more, and developing your own custom extensions.
Choose Azure DevOps Services when you want quick setup, maintenance-free operations, easy collaboration across domains, elastic scale, and rock-solid security. You'll also have access to cloud load testing, cloud build servers, and application insights.
### Resources
* [Microsoft Azure - Azure DevOps](https://azure.microsoft.com/services/devops)