From 1beaac868edd5f6dc1b6e40b1e83405a7022e225 Mon Sep 17 00:00:00 2001 From: cuzza0 Date: Fri, 17 May 2019 13:56:29 +0800 Subject: [PATCH] Updated services and details of plans (#27912) Added the names of the services and extended information about plans and tiers of services --- guide/english/devops/azure/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/guide/english/devops/azure/index.md b/guide/english/devops/azure/index.md index 44257ab032..ac72037232 100644 --- a/guide/english/devops/azure/index.md +++ b/guide/english/devops/azure/index.md @@ -5,16 +5,20 @@ title: 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 +* Azure repos - Unlimited, cloud-hosted private Git repositories for source control of your code +* Azure pipelines - Build and release management to support continuous integration and delivery of your apps +* Azure boards - Agile tools to support planning and tracking your work, code defects, and issues using Kanban and Scrum methods +* Azure test plans - A variety of tools to test your apps, including manual/exploratory testing, load testing, and continuous testing +* Azure artifacts - Universal package respository allowing you to share defined packages such as Maven, npm and NuGet from public and private sources. * 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. +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. Azure Devops includes two flavors of free tier, one allowing unlimited users and build minutes in Azure Pipelines, however only public repos are allowed to be configured. Alternatively, unlimited private Git repos will only allow up to 5 users and limited to one concurrent Azure Pipeline with 1,800 monthly build minutes. + +If you're also a current Visual Studio subscriber, you get access to the same free tier features without counting towards your free tier user count. Visual Studio Enterprise also includes Azure Artifacts and Azure Test Plans access. ### Resources * [Microsoft Azure - Azure DevOps](https://azure.microsoft.com/services/devops) +* [Microsoft Azure - Azure DevOps Plans & Pricing](https://azure.microsoft.com/en-au/pricing/details/devops/azure-devops-services/)