nerdexam
Microsoft

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

Submitted by devops_kid· Mar 6, 2026Design and Implement a Dependency Management Strategy - AZ-400 / Azure DevOps Engineer Expert certification, specifically covering consolidation of package feeds and upstream source configuration using Azure Artifacts and release pipelines.

Question

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. 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. Answer:

Exhibits

AZ-400 question #285 exhibit 1
AZ-400 question #285 exhibit 2

Answer Area

Drag items

Set the template parameters.Create a package.Create a release pipeline.Create a job agent.Add an Azure Resource Group Deployment task.

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

#Azure Artifacts#Package Management#Release Pipelines#Azure Resource Manager

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice