AZ-400 · Question #284
AZ-400 Question #284: Real Exam Question with Answer & 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
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:
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
Community Discussion
No community discussion yet for this question.