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
Question
Exhibit
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
