Skip to content

Commit 0914e48

Browse files
committed
create feed
1 parent 520c6b7 commit 0914e48

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Diff for: docs/artifacts/feeds/project-scoped-feeds.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,22 @@ Azure Artifacts enables developers to manage their dependencies from a single fe
1616

1717
When creating a new feed in Azure Artifacts, you can choose to scope it to either a project or your organization, depending on your scenario. However, Azure Artifacts recommends scoping new feeds to a project. In this article, you'll learn about the key differences between the two types of feeds.
1818

19-
## Create a new feed
19+
## Create a feed
2020

21-
::: moniker range=">= azure-devops-2019"
22-
23-
Follow these instructions and select the appropriate scope for your need to create a project-scoped or an organization-scoped feed.
21+
1. Sign in to your Azure DevOps organization and navigate to your project.
2422

2523
1. Select **Artifacts**, and then select **Create Feed**.
2624

27-
:::image type="content" source="../media/new-feed-button-azure-devops-newnav.png" alt-text="A screenshot showing the create feed button.":::
28-
29-
1. Give your feed a **Name** and choose its **visibility**. Select **upstream sources** if you want to include packages from public registries.
25+
1. Provide a **Name** for your feed, choose its **Visibility** to specify who can view your packages, and check the **Include packages from common public sources** checkbox if you want to include packages from public sources such as *nuget.org*.
3026

31-
1. Select **Project** if you want to create a project-scoped feed, otherwise select **Organization**.
27+
1. Under **Scope**, select **Project** to create a project-scoped feed, or **Organization** if you want an organization-scoped feed.
3228

3329
1. Select **Create** when you're done.
3430

3531
:::image type="content" source="../media/proj-org-scoped-feed.png" alt-text="A screenshot showing how to create project and organization scoped feeds.":::
3632

37-
::: moniker-end
38-
3933
> [!NOTE]
40-
> Organization-scoped feeds cannot be converted into project-scoped feeds.
34+
> Organization-scoped feeds cannot be converted to project-scoped feeds.
4135
4236
## Project-scoped vs organization-scoped feeds
4337

0 commit comments

Comments
 (0)