You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,6 +25,74 @@ Azure Artifacts enables developers to efficiently manage all their dependencies
25
25
> [!NOTE]
26
26
> 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.
27
27
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)
0 commit comments