AZ-400 · Question #436
AZ-400 Question #436: Real Exam Question with Answer & Explanation
The correct answer is D: Create two feed views named @prerelease and @release.. When a package is ready for early adopters, select that package from within your feed and promote it to the @prerelease view. When the package is deemed of sufficient quality to be released, promote that package to the @release view. https://learn.microsoft.com/en-us/azure/devops
Question
You have an Azure DevOps project that produces Node Package Manager (npm) packages. Multiple projects consume the packages. You need to configure Azure Artifacts to ensure that both the latest and pre-release versions of the packages are available for consumption. What should you do?
Options
- ACreate two feed views named @prerelease and @release,
- BCreate a feed view named @prerelease.
- CCreate two feed views named @prerelease and @default.
- DCreate two feed views named @prerelease and @release.
Explanation
When a package is ready for early adopters, select that package from within your feed and promote it to the @prerelease view. When the package is deemed of sufficient quality to be released, promote that package to the @release view. https://learn.microsoft.com/en-us/azure/devops/artifacts/concepts/best-practices?view=azure- devops#create-and-publish-packages
Community Discussion
No community discussion yet for this question.