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
Question
Options
- AUniversal Packages
- Bupstream sources
- Cviews in Azure Artifacts
- Da symbol server
How the community answered
(29 responses)- A7% (2)
- B79% (23)
- C3% (1)
- D10% (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
Community Discussion
No community discussion yet for this question.