title | titleSuffix | description | ms.subservice | ms.assetid | ms.author | author | ms.topic | monikerRange | ms.date |
---|---|---|---|---|---|---|---|---|---|
Tools and clients that connect to Azure DevOps |
Azure DevOps |
Understand the tools that support connecting to Azure DevOps. |
azure-devops-new-user |
3836C81D-6E0A-46B5-8D1D-20E973E4F373 |
chcomley |
chcomley |
conceptual |
<= azure-devops |
12/16/2022 |
[!INCLUDE version-lt-eq-azure-devops]
Our platform of software development tools began more than 20 years ago. We released Visual Basic and Visual Studio as an integrated development environment (IDE). Visual Studio supports many plug-ins that extend its functionality. In particular, the Team Explorer plug-in allows the Visual Studio client to connect to Azure DevOps to support source control, work tracking, build, and test operations.
Developers have access to many tools through these versions of Visual Studio and plug-ins. To download any version of Visual Studio, go to the Visual Studio Downloads page. To understand what features you get with the Visual Studio versions, see Compare Visual Studio offerings.
- Visual Studio Community: A fully featured and extensible IDE for creating modern applications for Android, iOS, and Windows, including web applications and cloud services. (Replaces Visual Studio Express.)
- Visual Studio Professional: Development tools and services to support individual developers or small teams.
- Visual Studio Enterprise: Integrated, end-to-end development tools and solutions for teams of any size, and with a need to scale. It supports designing, building, and managing complex enterprise applications.
- Visual Studio Test Professional: Provides access to Microsoft Test and development tools to support quality and collaboration throughout the development process.
- Visual Studio Code: Free, open-source code editor with a free extension to support connecting to Git repositories on Azure DevOps.
- Android Studio with the Azure DevOps Services Plug-in for Android Studio: Free plug in to support Android developers and connect to Git repositories on Azure DevOps.
- IntelliJ with the Azure DevOps Services Plugin for IntelliJ: Free plug in to support developers who use IntelliJ IDEA or Android Studio to connect to Git repositories on Azure DevOps.
To get started with client libraries, see Client library samples.
Team Explorer plug-in
Team Explorer, a plug-in to all Visual Studio versions, connects Visual Studio to projects defined in Azure DevOps. You can manage source code, work items, and builds. For more information, see Work in Team Explorer.
[!div class="mx-tdBreakAll"]
Home page with Git Home page with TFVC
Visual Studio Git experience
Visual Studio 2019 and later versions provide a new Git experience through the Git menu as shown in the following image. For more information, see Git experience in Visual Studio and Side-by-side comparison of Git and Team Explorer.
:::image type="content" source="media/tools/visual-studio-git-menu.png" alt-text="Screenshot of Visual Studio 2019 Git menu.":::
::: moniker range="= azure-devops"
You can integrate the following Microsoft Office tools with Azure DevOps.
- Excel: Use Excel to add and bulk modify work items. Requires the Azure DevOps Office Integration 2019 add-in to be installed.
Important
Starting with Visual Studio 2019, the Azure DevOps Office Integration 2019 add-in for Office deprecated support for Microsoft Project. Project integration and the TFSFieldMapping command aren't supported for Azure DevOps Server 2019 nor for Azure DevOps Services. However, you can continue to use Microsoft Excel.
::: moniker-end
The following clients support specific tasks, such as managing testing efforts, providing feedback, or modifying work items:
- Azure Test Plans: Manage your test efforts, create and run manual tests, and create and track bugs that are found during test efforts.
- Test & Feedback extension (previously called the Exploratory Testing extension): This extension provides a lightweight plug-in to a web browser. Stakeholders can respond to feedback requests for user stories and features created in Azure DevOps. This extension is free to Stakeholders.
- Microsoft Feedback Client: Your Stakeholders can use this client to record feedback for your application as video, audio, or type-written comments. This client is installed with all versions of Visual Studio, or it can be installed from the free download. All feedback is stored in the work item data store and requires Stakeholders to have permissions.
The collaboration tools supported through the web portal are summarized under Essential services. New features are deployed every three weeks for Azure DevOps Services, and quarterly for Azure DevOps Server. For release notes, see Azure DevOps Services Features Timeline.
You can use the following browsers to access the web portal:
[!div class="mx-tdCol2BreakAll"]
Version Edge Internet Explorer Safari (Mac) Firefox Chrome Azure DevOps Services
Azure DevOps Server 2020.1Most recent Not supported 14.1 and later Most recent Most recent Azure DevOps Server 2020
Azure DevOps Server 2019
TFS 2018
TFS 2017Most recent 11 and later 14.1 and later Most recent Most recent TFS 2015 Most recent 9 and later 5 and later Most recent Most recent TFS 2013 9 and later 5 and later Most recent Most recent
Microsoft Edge, Firefox, and Chrome automatically update themselves, so Azure DevOps supports the most recent version.
For more information, see Web portal navigation.
Extensions built and maintained by the Azure DevOps Services product team:
- Code search: Increase cross-team collaboration and code sharing. Enables developers to quickly locate relevant information within the code base of all projects that are hosted within an organization or collection. You can discover implementation examples, browsing definitions, and error text.
- Work item search: To quickly find relevant work items, search across all work item fields over all projects in an organization. Do full-text searches across all fields to efficiently locate relevant work items. Use inline search filters, on any work item field, to quickly narrow down a list of work items.
Find more extensions in Azure DevOps Organization settings > Extensions > Browse marketplace. See also, Overview of extensions for Azure Boards.
You can do many code development and administrative tasks by using the following command-line tools:
::: moniker range="azure-devops"
- az devops commands
- Git commands
- TFVC commands
- TCM commands
- Manage permissions with command line tool (az devops security)
- witadmin (work item tracking)
::: moniker-end
::: moniker range="< azure-devops"
- Git commands
- TFVC commands
- TCM commands
- witadmin (work item tracking)
- TFSConfig
- TFSDeleteProject
- TFSSecurity
- TFSServiceControl
::: moniker-end
The following tools provide support for monitoring and interacting with Azure DevOps from a third-party application.
-
Azure Boards:
-
Azure Repos:
-
Azure Pipelines:
Visual Studio and Azure DevOps provide a wealth of features and functionality. They also provide a means to extend and share that functionality.
Extensions are simple add-ons that you can use to customize and extend your DevOps and work tracking experiences. They're written with standard technologies—HTML, JavaScript, and CSS. You can develop your own extensions by using your preferred dev tools.
You build extensions by using our RESTful API library. Publish your extensions to the Azure DevOps Marketplace. You can privately maintain or share them with millions of developers who use Visual Studio and Azure DevOps.
For more information, see the Azure DevOps Marketplace and Overview of extensions.
The Azure DevOps APIs are based on REST, OAuth, JSON, and service hooks—all standard web technologies broadly supported in the industry.
REST APIs are provided to support building extensions to Azure DevOps. For more information, see REST API overview.