title | description | ms.topic | ms.technology | ms.assetid | ms.author | author | ms.date | monikerRange |
---|---|---|---|---|---|---|---|---|
Visual Studio Marketplace overview | Azure DevOps |
Overview of Visual Studio, Visual Studio Code, and Azure DevOps extensions offered through the Visual Studio Marketplace |
conceptual |
devops-marketplace |
50c06553-9fba-40da-8c04-357497cc1db7 |
chcomley |
chcomley |
07/23/2020 |
>= tfs-2015 |
[!INCLUDE version-gt-eq-2015]
Extensions are simple add-ons that can be used to customize and extend your experience with Azure DevOps. The Marketplace is home to hundreds of extensions that can be installed to help with the following tasks:
- Planning and tracking of work items, sprints, scrums, and so on
- Pipelines build and release flows
- Code testing and tracking
- Collaboration among team members
In the Azure DevOps Marketplace you can do the following tasks:
- Discover and install extensions for Azure DevOps, Visual Studio, and Visual Studio Code
- Purchase Visual Studio subscriptions
Most extensions are available for free. For information on purchasing, see the following articles:
You can quickly add extensions to your organization by doing the following steps:
- Search and find extensions for your organization in the Marketplace > Azure DevOps.
- Install the extension from the Marketplace and start using it in Azure DevOps.
To upload, install, or assign extensions you need Project Collection Administrator or organization Owner permissions.
::: moniker range="= azure-devops"
Add an extension to your organization by first searching for and then installing the extension from the Marketplace > Azure DevOps.
Search for extension | Install extension
You can search for extensions from the marketplace with the az devops extension search command. To get started, see Get started with Azure DevOps CLI.
az devops extension search --search-query
- search-query: Specify a term to search in the marketplace.
The following command searches the marketplace for the term Timetracker and returns the Publisher ID and Extension ID in table format.
az devops extension search --search-query Timetracker --output table
Publisher Id Extension Id Name
-------------- -------------- -----------
7pace Timetracker Timetracker
7pacelabs kitten Kitten
::: moniker-end
[!INCLUDE temp]
Product | Articles |
---|---|
Azure DevOps | Get extensions for Azure DevOps Develop extensions for Azure DevOps |
Visual Studio | Get extensions for Visual Studio Develop extensions for Visual Studio |
Visual Studio Code | Get extensions for Visual Studio Code Develop extensions for Visual Studio Code |