Microsoft
AZ-400 · Question #554
You manage package feeds by using Azure Artifacts. You plan to create a new package feed that will include the following views: - @Local - @Latest - @Release - @Prerelease Which view should you create
The correct answer is B. @Latest. All Artifacts feeds come with three views: @local, @prerelease, and @release. The latter two are suggested views that you can rename or delete as desired. @local is the default view that's commonly used in upstream sources. https://learn.microsoft.com/en-us/azure/devops/artifacts
Submitted by asante_acc· Mar 6, 2026Design and implement build and release pipelines
Question
You manage package feeds by using Azure Artifacts. You plan to create a new package feed that will include the following views: - @Local - @Latest - @Release - @Prerelease Which view should you create manually?
Options
- A@Local
- B@Latest
- C@Release
- D@Prerelease
How the community answered
(65 responses)- A2% (1)
- B92% (60)
- C5% (3)
- D2% (1)
Explanation
All Artifacts feeds come with three views: @local, @prerelease, and @release. The latter two are suggested views that you can rename or delete as desired. @local is the default view that's commonly used in upstream sources. https://learn.microsoft.com/en-us/azure/devops/artifacts/concepts/views?view=azure- devops#default-view
Community Discussion
No community discussion yet for this question.