exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 15 discussion

Actual exam question from Microsoft's AZ-400
Question #: 15
Topic #: 8
[All AZ-400 Questions]

DRAG DROP -
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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Create a release pipeline
You need to create a new pipeline.
You can integrate Azure Resource Manager templates (ARM templates) with Azure Pipelines for continuous integration and continuous deployment (CI/CD).
Step 2: Add an Azure Resource Group Deployment task
Step 3: Set the template parameters
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/add-template-to-azure-pipelines

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ash111
Highly Voted 3 years, 7 months ago
Given ans is correct
upvoted 32 times
...
meinekarte
Highly Voted 3 years, 10 months ago
1- create Release pipeline 2- create agent job 3- ARM deployment template task
upvoted 14 times
mcguirk
3 years, 9 months ago
Agent job is already created when you create a new release pipeline, so given answer is correct.
upvoted 29 times
Beast_Hollow
3 years, 9 months ago
Tested @mcguirk and indeed an Agent job already exists when you create a new release pipeline so the given answer is correct : 1. Create Release pipeline 2. Add ARM Template deployment 3. Template parameters
upvoted 35 times
...
...
...
vsvaid
Most Recent 1 year, 1 month ago
Agree with answer
upvoted 1 times
...
varinder82
1 year, 2 months ago
Final answer after going thorugh all the comments 1. Create Release pipeline 2. Add ARM Template deployment 3. Template parameters
upvoted 2 times
...
Spectrum128k
1 year, 3 months ago
Hmm, the question talks about the build pipeline but the answers that people have selected are about the deployment pipeline? I'm confused.
upvoted 1 times
...
yana_b
1 year, 4 months ago
Provided answer is correct
upvoted 1 times
...
klayytech
1 year, 11 months ago
No it is not correct, it is clearly says "As part of your application build process", ARM deployment template task can be added in the build pipeline. so the correct answer is - Create agent job - ARM deployment template task. - Modify Settings
upvoted 2 times
xRiot007
1 year, 6 months ago
Build process could be manual or just CI pipeline. Second, you do not need to create an agent job, that will be created for you when you create a pipeline, which you should do first. Then, you add a deployment task and set its parameters. Azure tasks are nothing more than nicely wrapped scripts to make it super easy to use and integrate withing Azure Pipelines.
upvoted 1 times
hotspot02103
7 months, 1 week ago
as you say, you can build with CI pipeline, but not with release pipeline (which is the option in the answer). I just think this Q is another one categorized as "clever" ones....
upvoted 1 times
...
...
...
syu31svc
2 years, 6 months ago
Answer is correct and provided link supports it
upvoted 2 times
...
UnknowMan
2 years, 9 months ago
Correct ;)
upvoted 1 times
...
rdemontis
2 years, 10 months ago
correct answer even if the Azure Resource Group Deployment task isn't available now in the library. I think it has been replaced by ARM template deployment task https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/add-template-to-azure-pipelines https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureResourceGroupDeploymentV2/README.md
upvoted 1 times
...
Nilf
3 years, 9 months ago
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software Answer is right 1. Creare Release pilpine 2. Create or Update Resource group 3. Templates (Template parameters / override template parameters) I have the same on my env.
upvoted 4 times
...
Dady9
3 years, 10 months ago
create pipeline set parameters add ARM task ?
upvoted 3 times
drazure
3 years, 9 months ago
Parameters cannot be set before 1st creating the ARM task
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...