AZ-400 · Question #285
Drag and Drop Question 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. Whic
The correct answer is Create a release pipeline.; Add an Azure Resource Group Deployment task.; Set the template parameters.. To consolidate packages from multiple public feeds into a single Azure Artifacts feed, you first create a release pipeline to automate the process, then add an Azure Resource Group Deployment task to provision the necessary infrastructure (such as the Artifacts feed resource), an
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Create a release pipeline.
- Add an Azure Resource Group Deployment task.
- Set the template parameters.
Explanation
To consolidate packages from multiple public feeds into a single Azure Artifacts feed, you first create a release pipeline to automate the process, then add an Azure Resource Group Deployment task to provision the necessary infrastructure (such as the Artifacts feed resource), and finally set the template parameters to configure the feed sources and upstream settings. This sequence establishes the automation framework, deploys the required Azure resources, and configures the specifics of package consolidation through upstream sources in Azure Artifacts.
Topics
Community Discussion
No community discussion yet for this question.

