nerdexam
Microsoft

AZ-400 · Question #595

Drag and Drop Question You have an Azure subscription that contains a resource group named RG1. You have a template artifact named template1. You plan to use Azure Pipelines to deploy an app named App

The correct answer is Incremental; "Linked artifact"; azuredeploy.json; "Resource Group"; "Management Group". To deploy template1 (an ARM template artifact) to RG1 using Azure Pipelines, you configure the ARM Template Deployment task with Deployment Mode set to 'Incremental' (which adds/updates resources without deleting existing ones), Template location set to 'Linked artifact' (since t

Submitted by ngozi_ng· Mar 6, 2026Implement and manage continuous delivery (CD) pipelines using Azure DevOps, including ARM template deployments to Azure resource groups

Question

Drag and Drop Question You have an Azure subscription that contains a resource group named RG1. You have a template artifact named template1. You plan to use Azure Pipelines to deploy an app named App1 to RG1. App1 requires template1. You need to deploy template1 to RG1. How should you configure the pipeline task? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-400 question #595 exhibit

Answer Area

Drag items

azuredeploy.jsonIncremental"Linked artifact""Management Group""Resource Group"

Correct arrangement

  • Incremental
  • "Linked artifact"
  • azuredeploy.json
  • "Resource Group"
  • "Management Group"

Explanation

To deploy template1 (an ARM template artifact) to RG1 using Azure Pipelines, you configure the ARM Template Deployment task with Deployment Mode set to 'Incremental' (which adds/updates resources without deleting existing ones), Template location set to 'Linked artifact' (since template1 is a pipeline artifact linked to the build), Template field pointing to 'azuredeploy.json' (the standard ARM template filename), and Deployment Scope set to 'Resource Group' (since the target is RG1, a resource group). The 'Management Group' scope is used as the override location/scope when deploying at management group level, not resource group level.

Topics

#Azure Pipelines#ARM Templates#Azure Blueprints#Resource Deployment

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice