Skip to content

Commit 6554b1d

Browse files
committed
versions
1 parent 9704498 commit 6554b1d

File tree

1 file changed

+75
-3
lines changed

1 file changed

+75
-3
lines changed

docs/artifacts/start-using-azure-artifacts.md

+75-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 12/07/2023
1010
monikerRange: '<= azure-devops'
1111
---
1212

13-
# Get started with Azure Artifacts
13+
# Azure Artifacts overview
1414

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

@@ -25,6 +25,74 @@ Azure Artifacts enables developers to efficiently manage all their dependencies
2525
> [!NOTE]
2626
> If you expect to exceed the allocated 2-GiB storage, it is recommended to [set up billing](../organizations/billing/set-up-billing-for-your-organization-vs.md) for your organization.
2727
28+
::: moniker range="azure-devops"
29+
30+
## Get started with Azure Artifacts
31+
32+
With Azure Artifacts, you can publish and consume different types of packages. Select your package type to get started:
33+
34+
# [NuGet](#tab/nuget)
35+
36+
- [Get started with NuGet packages in Azure Artifacts](./get-started-nuget.md)
37+
38+
# [Npm](#tab/npm)
39+
40+
- [Get started with npm packages in Azure Artifacts](./get-started-npm.md)
41+
42+
# [Maven](#tab/maven)
43+
44+
- [Get started with Maven packages in Azure Artifacts](./get-started-maven.md)
45+
46+
# [Gradle](#tab/gradle)
47+
48+
- [Get started with Gradle packages in Azure Artifacts](./maven/publish-with-gradle.md)
49+
50+
# [Python](#tab/python)
51+
52+
- [Get started with Python packages in Azure Artifacts](./quickstarts/python-packages.md)
53+
54+
# [Cargo](#tab/cargo)
55+
56+
- [Get started with Cargo packages in Azure Artifacts](./get-started-cargo.md)
57+
58+
# [Universal Packages](#tab/universalpackages)
59+
60+
- [Get started with Universal Packages in Azure Artifacts](./quickstarts/universal-packages.md)
61+
62+
---
63+
64+
::: moniker-end
65+
66+
::: moniker range="azure-devops-2019 || azure-devops-2020 || azure-devops-2022"
67+
68+
## Get started with Azure Artifacts
69+
70+
With Azure Artifacts, you can publish and consume different types of packages. Select your package type to get started:
71+
72+
# [NuGet](#tab/nuget)
73+
74+
- [Get started with NuGet packages in Azure Artifacts](./get-started-nuget.md)
75+
76+
# [Npm](#tab/npm)
77+
78+
- [Get started with npm packages in Azure Artifacts](./get-started-npm.md)
79+
80+
# [Maven](#tab/maven)
81+
82+
- [Get started with Maven packages in Azure Artifacts](./get-started-maven.md)
83+
84+
# [Gradle](#tab/gradle)
85+
86+
- [Get started with Gradle packages in Azure Artifacts](./maven/publish-with-gradle.md)
87+
88+
# [Python](#tab/python)
89+
90+
- [Get started with Python packages in Azure Artifacts](./quickstarts/python-packages.md)
91+
92+
---
93+
94+
::: moniker-end
95+
2896
::: moniker range="tfs-2018"
2997

3098
## Install Azure Artifacts
@@ -44,7 +112,7 @@ Azure Artifacts comes pre-installed in TFS 2018. If the extension is removed, yo
44112

45113
## Get started with Azure Artifacts
46114

47-
Using Azure Artifacts, you have the capability to both publish and consume various package types. Select your preferred package type to get started:
115+
With Azure Artifacts, you can publish and consume different types of packages. Select your package type to get started:
48116

49117
# [NuGet](#tab/nugettfs)
50118

@@ -60,10 +128,12 @@ Using Azure Artifacts, you have the capability to both publish and consume vario
60128

61129
# [Gradle](#tab/gradletfs)
62130

63-
- [Publish artifacts with Gradle](./maven/publish-with-gradle.md)
131+
- [Get started with Gradle packages in Azure Artifacts](./maven/publish-with-gradle.md)
64132

65133
---
66134

135+
::: moniker-end
136+
67137
## Feature availability
68138

69139
| Package type | Azure DevOps Services | Azure DevOps Server | TFS-2018 |
@@ -76,6 +146,8 @@ Using Azure Artifacts, you have the capability to both publish and consume vario
76146
| **Python packages** | :::image type="icon" source="../media/icons/checkmark.png" border="false"::: | :::image type="icon" source="../media/icons/checkmark.png" border="false"::: | :::image type="icon" source="../media/icons/delete-icon.png" border="false"::: |
77147
| **Universal Packages** | :::image type="icon" source="../media/icons/checkmark.png" border="false"::: | :::image type="icon" source="../media/icons/delete-icon.png" border="false"::: | :::image type="icon" source="../media/icons/delete-icon.png" border="false"::: |
78148

149+
::: moniker range="tfs-2018"
150+
79151
## FAQs
80152

81153
##### Q: Which artifacts count toward my total billed storage?

0 commit comments

Comments
 (0)