Skip to content

Commit 745ee73

Browse files
committed
refresh
1 parent 2dacd9c commit 745ee73

File tree

5 files changed

+96
-85
lines changed

5 files changed

+96
-85
lines changed

docs/marketplace-extensibility/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:Landing
22

33
title: Marketplace & Extensibility documentation
4-
summary: Discover, manage, develop extensions and widgets for integration with Azure DevOps.
4+
summary: Discover, manage, develop extensions, and widgets for integration with Azure DevOps.
55

66
metadata:
77
title: Marketplace & extensibility documentation
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page
1212
author: chcomley
1313
ms.author: chcomley
14-
ms.date: 10/08/2019
14+
ms.date: 03/03/2025
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -23,7 +23,7 @@ landingContent:
2323
linkLists:
2424
- linkListType: concept
2525
links:
26-
- text: About Azure DevOps Marketplace
26+
- text: Learn about Azure DevOps Marketplace
2727
url: ../extend/overview.md?toc=/azure/devops/marketplace-extensibility/toc.json
2828
- linkListType: how-to-guide
2929
links:
@@ -51,7 +51,7 @@ landingContent:
5151
linkLists:
5252
- linkListType: overview
5353
links:
54-
- text: Integration overview
54+
- text: Learn about integrating applications
5555
url: ../integrate/index.md?toc=/azure/devops/marketplace-extensibility/toc.json
5656
- linkListType: how-to-guide
5757
links:
@@ -69,11 +69,11 @@ landingContent:
6969
linkLists:
7070
- linkListType: how-to-guide
7171
links:
72-
- text: Azure Boards with Slack
72+
- text: Use Azure Boards with Slack
7373
url: ../boards/integrations/boards-slack.md?toc=/azure/devops/marketplace-extensibility/toc.json
74-
- text: Azure Pipelines with Slack
74+
- text: Use Azure Pipelines with Slack
7575
url: ../pipelines/integrations/slack.md?toc=/azure/devops/marketplace-extensibility/toc.json
76-
- text: Azure Pipelines with Microsoft Teams
76+
- text: Use Azure Pipelines with Microsoft Teams
7777
url: ../pipelines/integrations/microsoft-teams.md?toc=/azure/devops/marketplace-extensibility/toc.json
7878
- title: Integrate with Service hooks
7979
linkLists:

docs/marketplace/grant-permissions.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,47 @@ ms.subservice: azure-devops-marketplace
77
ms.assetid: 5b0786ec-9f5e-419f-acef-c15d15985285
88
ms.author: chcomley
99
author: chcomley
10-
ms.date: 10/12/2022
10+
ms.date: 03/03/2025
1111
monikerRange: '<= azure-devops'
1212
---
1313

1414
# Manage extension permissions
1515

1616
[!INCLUDE [version-lt-eq-azure-devops](../includes/version-lt-eq-azure-devops.md)]
1717

18-
Learn how to manage permissions for users or groups, so they can manage extensions.
18+
This article helps you understand how to grant and manage permissions for users or groups, enabling them to manage extensions effectively. By setting the appropriate permissions, you can maintain control over the extensions used within your organization and ensure compliance with your security policies.
1919

2020
## Prerequisites
2121
::: moniker range="azure-devops"
22-
- **Permissions:** Member of the Project Collection Administrators group. Organization owners are automatically members of this group.
23-
- **Extension sharing:** Private extensions [shared with your organization](../extend/publish/overview.md#share-your-extension).
22+
23+
| Category | Requirements |
24+
|--------------|-------------|
25+
|**Permissions**| Member of the Project Collection Administrators group. Organization owners are automatically members of this group. If you don't have permissions, you can [request extensions](./request-extensions.md) instead or [look up a project collection administrator](../organizations/security/look-up-project-collection-administrators.md).|
26+
|**Extension sharing** | Private extensions [shared with your organization](../extend/publish/overview.md#share-your-extension).|
27+
2428
::: moniker-end
2529

2630
::: moniker range="< azure-devops"
27-
- **Permissions:** Member of the Project Collection Administrators group or **Edit collection-level information** permissions. Organization owners are automatically members of this group.
28-
- **Extension sharing:** Private extensions [shared with your organization](../extend/publish/overview.md#share-your-extension).
31+
32+
| Category | Requirements |
33+
|--------------|-------------|
34+
|**Permissions**| Member of the Project Collection Administrators group or **Edit collection-level information** permissions. Organization owners are automatically members of this group.|
35+
|**Extension sharing**| Private extensions [shared with your organization](../extend/publish/overview.md#share-your-extension).|
36+
2937
::: moniker-end
3038

3139
## Manage permissions
3240

3341
::: moniker range="azure-devops"
3442

35-
1. Sign in to your organization (```https://dev.azure.com/{yourorganization}```).
43+
1. Sign in to your organization (```https://dev.azure.com/{Your_Organization}```).
3644
2. Select ![gear icon](../media/icons/gear-icon.png) **Organization settings**.
3745

38-
![Open Organization settings](../media/settings/open-admin-settings-vert.png)
46+
![Screenshot showing highlighted Organization settings button.](../media/settings/open-admin-settings-vert.png)
3947

4048
3. Select **Extensions**.
4149

42-
![Extension settings hub](media/manage-permissions/extensions-settings.png)
50+
![Screenshot showing Extension settings hub.](media/manage-permissions/extensions-settings.png)
4351

4452
4. Select **Security**.
4553

@@ -69,8 +77,6 @@ Learn how to manage permissions for users or groups, so they can manage extensio
6977

7078
::: moniker-end
7179

72-
73-
7480
## Related articles
7581

7682
- [Install extensions](install-extension.md)

0 commit comments

Comments
 (0)