Skip to content

Commit f59a051

Browse files
authored
Merge pull request #7991 from MicrosoftDocs/artifacts/438570
Package badges
2 parents 69816f7 + d0096e0 commit f59a051

File tree

4 files changed

+35
-23
lines changed

4 files changed

+35
-23
lines changed
10.5 KB
Loading
-538 Bytes
Loading
9.57 KB
Loading

docs/artifacts/package-badges.md

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,68 @@
11
---
2-
title: Share your Artifacts with package badges
3-
description: How to share your packages with package badges
2+
title: Share packages using package badges in Azure Artifacts
3+
description: Learn how to share your packages using package badges in Azure Artifacts.
44
ms.assetid: 60a3f33a-d8bc-436a-a676-c1bd4b3066e7
55
ms.service: azure-devops-artifacts
6-
ms.topic: conceptual
7-
ms.date: 06/21/2022
6+
ms.topic: how-to
7+
ms.date: 06/03/2025
88
monikerRange: '>= azure-devops-2020'
99
---
1010

11-
# Share your Artifacts with package badges
11+
# Share packages using package badges in Azure Artifacts
1212

1313
[!INCLUDE [version-gt-eq-2020](../includes/version-gt-eq-2020.md)]
1414

15-
With Azure Artifacts, you can share your packages anywhere you can share an image by using package badges. You can embed package badges directly into your project's home page or in any Markdown file for your customers to easily find and download your packages.
15+
Azure Artifacts enables developers to host various types of packages in a single feed and share them based on visibility settings, within a team, across an organization, or with external users.
1616

17-
## Enable package sharing
17+
One way to make your packages more discoverable is by using package badges; small embedded images that display key details like package type and version. You can add these badges to your project’s homepage or any Markdown file, making it easy for others to find and download your packages.
18+
19+
## Prerequisites
20+
21+
| **Product** | **Requirements** |
22+
|--------------------|----------------------|
23+
| **Azure DevOps** | - An Azure DevOps [organization](../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../organizations/projects/create-project.md).<br> - An [Azure Artifacts feed](start-using-azure-artifacts.md#create-a-new-feed). |
24+
25+
## Enable package badges
1826

1927
> [!NOTE]
20-
> You must be a feed administrator to enable package sharing.
28+
> You must be a **Feed Administrator** to enable package badges. See [Manage permissions](feeds/feed-permissions.md) for more details.
2129
22-
::: moniker range="<=azure-devops"
30+
Before you can start using package badges, you must first enable them in your feed settings:
2331

24-
1. Select **Artifacts**, and then select your feed from the dropdown menu. Select the gear icon ![gear icon](../media/icons/gear-icon.png) to access the **Feed settings**.
32+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
2533

26-
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot showing how to navigate to the feed settings":::
34+
1. Select **Artifacts**, select your feed from the dropdown menu, and then select the gear icon ![gear icon](../media/icons/gear-icon.png) to access **Feed settings**.
2735

28-
1. Find the **Package sharing** section and select the checkbox to **Enable package badges**.
36+
:::image type="content" source="media/feed-settings.png" alt-text="A screenshot displaying how to navigate to feed settings.":::
2937

30-
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot showing how to enable package badges":::
38+
1. Under **Feed Details**, find the **Package sharing** section and check the **Enable package badges** checkbox.
3139

32-
::: moniker-end
40+
1. Select **Save** when you're done.
41+
42+
:::image type="content" source="media\enable-package-badges.png" alt-text="A screenshot displaying how to enable package badges in Azure Artifacts.":::
3343

3444
## Create a package badge
3545

36-
With package-sharing enabled, you can create a badge for any package in your feed. But you can only create a badge for the latest version of each package.
46+
With package sharing enabled, you can now create a badge for any package in your feed. However, keep in mind that you can only create a badge for the latest version of each package.
47+
48+
1. Sign in to your Azure DevOps organization, and then navigate to your project.
3749

38-
::: moniker range="<=azure-devops"
50+
1. Select **Artifacts**, select your feed from the dropdown menu, then select the package you want to create a badge for.
3951

40-
1. From within your feed, select your package and then select **Create badge**.
52+
1. Under **Overview**, select the ellipsis button, and then select **Create badge**.
4153

4254
:::image type="content" source="media/create-badge-new-ui.png" alt-text="A screenshot showing how to create a new package badge.":::
4355

4456
1. Select a **Feed view** for your package badge. If you're using release views, select the view that contains the packages you want to share.
4557

4658
:::image type="content" source="media/package-badge-setup.png" alt-text="A screenshot showing the create a package badge panel.":::
4759

48-
1. You can now share your package by using the Markdown snippet or the direct image link.
60+
1. You can now share your package by copying the Markdown snippet or the direct image link, and pasting it into your project home page or any markdowm file.
61+
62+
## Related content
4963

50-
::: moniker-end
64+
- [Follow a package for publish alerts](how-to/follow-package-notifications.md)
5165

52-
## Related articles
66+
- [Limits on package sizes and counts](reference/limits.md)
5367

54-
- [Limits of package sizes and counts](./reference/limits.md)
55-
- [Package notifications](./how-to/follow-package-notifications.md)
56-
- [Delete and recover packages](./how-to/delete-and-recover-packages.md)
68+
- [Delete and recover packages](how-to/delete-and-recover-packages.md)

0 commit comments

Comments
 (0)