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
Question
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)- A10% (2)
- B70% (14)
- C15% (3)
- D5% (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.