nerdexam
Microsoft

AZ-400 · Question #284

Drag and Drop Question As part of your application build process, you need to deploy a group of resources to Azure by using an Azure Resource Manager template located on GitHub. Which three action sho

The correct answer is Create a release pipeline.; Add an Azure Resource Group Deployment task.; Set the template parameters.. To deploy an ARM template from GitHub using Azure DevOps, you first Create a release pipeline to define the deployment workflow, then Add an Azure Resource Group Deployment task which specifically handles ARM template deployments and allows you to reference a template from a URL

Submitted by khalil_dz· Mar 6, 2026Design and Implement a Release Strategy / Deploy infrastructure using Azure Resource Manager templates via Azure Pipelines

Question

Drag and Drop Question As part of your application build process, you need to deploy a group of resources to Azure by using an Azure Resource Manager template located on GitHub. Which three action 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:

Exhibit

AZ-400 question #284 exhibit

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 deploy an ARM template from GitHub using Azure DevOps, you first Create a release pipeline to define the deployment workflow, then Add an Azure Resource Group Deployment task which specifically handles ARM template deployments and allows you to reference a template from a URL (such as GitHub), and finally Set the template parameters to configure the values the ARM template requires for deployment. This sequence logically progresses from pipeline creation to task configuration to parameterization.

Topics

#Azure DevOps#ARM Templates#Release Pipelines#Infrastructure as Code

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice