DRAG DROP –
You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable.
You need to consolidate the packages into a single feed.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Correct Answer:
1. Create an azure artifacts feed that uses upstream sources
Upstream sources enable you to use a single feed to store both the packages you produce and the packages you consume from both public packages managers (npmjs.com, NuGet.org, Maven Central, and PyPI) and Artifacts feeds.
2. Modify the configuration files to reference the Arure Artifacts feed
Since they were referencing the public feeds
3. Run an initial package restore
To pull the packages from the public feed and save them in the azure upstream feed:
Packages belonging to an upstream are available downstream soon after they are published, but will only show up in the feed’s UI once they have been ‘ingested,’ which requires installing the package version for the first time in the downstream feed.