nerdexam
Microsoft

AZ-400 · Question #277

You have an Azure DevOps project that uses many package feeds. You need to simplify the project by using a single feed that stores packages produced by your company and packages consumed from remote f

The correct answer is B. upstream sources. Upstream sources enable you to use a single feed to store both the packages you produce and the packages you consume from "remote feeds". This includes both public feeds, such as npmjs.com and nuget.org, and authenticated feeds, such as other Azure DevOps feeds in your organizati

Submitted by klara.se· Mar 6, 2026Design and implement build and release pipelines

Question

You have an Azure DevOps project that uses many package feeds. You need to simplify the project by using a single feed that stores packages produced by your company and packages consumed from remote feeds. The solution must support public feeds and authenticated feeds. What should you enable in DevOps?

Options

  • AUniversal Packages
  • Bupstream sources
  • Cviews in Azure Artifacts
  • Da symbol server

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    79% (23)
  • C
    3% (1)
  • D
    10% (3)

Explanation

Upstream sources enable you to use a single feed to store both the packages you produce and the packages you consume from "remote feeds". This includes both public feeds, such as npmjs.com and nuget.org, and authenticated feeds, such as other Azure DevOps feeds in your organization. Once you've enabled an upstream source, any user connected to your feed can install a package from the remote feed, and your feed will save a copy. https://azure.microsoft.com/en-us/blog/deep-dive-into-azure-artifacts/

Topics

#Azure Artifacts#upstream sources#package feeds#authenticated feeds

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice