exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 66 discussion

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

HOTSPOT
-

You have an Azure subscription that contains two resource groups named ContosoRG and ContosoDev, an Azure data factory named Contoso Data Factory, and a release pipeline in Azure Pipelines named Pipeline1.

You plan to deploy Contoso Data Factory to ContosoRG by using Pipeline1.

You add the Azure Resource Manager (ARM) template deployment task shown in the following exhibit.



Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
garbas
Highly Voted 1 year, 2 months ago
I think second option should be "output of the continuous integration build" First, "Linked artifact" is not a variable. Is one of the options of the Template Location parameter Second, the linked template is located in $(System.DefaultWorkingDirectory) https://learn.microsoft.com/en-us/azure/devops/pipelines/release/variables#system System.DefaultWorkingDirectory "The directory to which artifacts are downloaded during deployment of a release. The directory is cleared before every deployment if it requires artifacts to be downloaded to the agent. Same as Agent.ReleaseDirectory and System.ArtifactsDirectory." The artifact is created by the build pipeline (CI) https://www.andy-barnes.co.uk/create-an-azure-devops-release-pipeline-for-arm-template-deployment/ Also, the Template parameter should include the file name of the template (or a pattern), not just a folder. I think that part is wrong in the screenshot. https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-resource-group-deployment-v2 (read csmFile parameter)
upvoted 6 times
...
AzureJobsTillRetire
Highly Voted 1 year, 10 months ago
The deployment mode is Complete. It needs to be changed to Incremental. In incremental mode, Resource Manager leaves unchanged resources that exist in the resource group but aren't specified in the template. Resources in the template are added to the resource group. https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-modes
upvoted 6 times
...
vsvaid
Most Recent 11 months, 2 weeks ago
Deployment Mode From CI
upvoted 2 times
...
4b31a3a
1 year ago
Linked Artifact does not seem right to me, should be from the CI build.
upvoted 2 times
...
yana_b
1 year, 4 months ago
Provided answer looks correct to me
upvoted 3 times
...
zellck
1 year, 6 months ago
1. Deployment mode 2. location specified in the linked artifact variable https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-modes When deploying your resources, you specify that the deployment is either an incremental update or a complete update. The difference between these two modes is how Resource Manager handles existing resources in the resource group that aren't in the template. In incremental mode, Resource Manager leaves unchanged resources that exist in the resource group but aren't specified in the template. Resources in the template are added to the resource group.
upvoted 5 times
...
mrg998
1 year, 10 months ago
yep this is right, have checked
upvoted 4 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 ...