nerdexam
Microsoft

AZ-400 · Question #373

You have an Azure subscription that contains the resources shown in the following table. Project1 produces npm packages that are published to Feed1. Feed1 is consumed by multiple projects. You need to

The correct answer is B. Create a feed view named release and set @release as the default view.. https://learn.microsoft.com/en-us/azure/devops/artifacts/concepts/best-practices?view=azure- devops#create-and-publish-packages To make a package available to early adopters, you can select it from your feed and promote it to the @prerelease view. Once you've deemed the package t

Submitted by chen.hong· Mar 6, 2026Design and implement build and release pipelines

Question

You have an Azure subscription that contains the resources shown in the following table. Project1 produces npm packages that are published to Feed1. Feed1 is consumed by multiple projects. You need to ensure that only tested packages are available for consumption. The solution must minimize development effort. What should you do?

Options

  • ACreate a feed view named @default.
  • BCreate a feed view named release and set @release as the default view.
  • CCreate a feed view named @release and set @release as the default view.
  • DCreate a feed view named @default.

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    70% (14)
  • C
    15% (3)
  • D
    5% (1)

Explanation

https://learn.microsoft.com/en-us/azure/devops/artifacts/concepts/best-practices?view=azure- devops#create-and-publish-packages To make a package available to early adopters, you can select it from your feed and promote it to the @prerelease view. Once you've deemed the package to be of sufficient quality for a full release, you can promote it to the @release view. By promoting package versions to a view, you can prevent them from being deleted by retention policies.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice