nerdexam
Microsoft

DP-300 · Question #138

Hotspot Question You configure version control for an Azure Data Factory instance as shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement…

The correct answer is Azure Resource Manager (ARM) templates for the pipeline assets as stored in: adf_publish; A Data Factory Azure Resource Manager (ARM) template named contososales can be found in: /dwh_batchetl/adf_publish/contososales. This question asks about the location of Azure Resource Manager (ARM) templates within an Azure Data Factory instance configured with Git version control. For the first statement: "Azure Resource Manager (ARM) templates for the pipeline assets as stored in...". The exhibit…

Submitted by hans_de· Mar 6, 2026Plan and implement data platform resources

Question

Hotspot Question You configure version control for an Azure Data Factory instance as 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. Answer:

Exhibits

DP-300 question #138 exhibit 1
DP-300 question #138 exhibit 2

Answer Area

  • Azure Resource Manager (ARM) templates for the pipeline assets as stored inadf_publish
    /adf_publishmainParameterization template
  • A Data Factory Azure Resource Manager (ARM) template named contososales can be found in/dwh_batchetl/adf_publish/contososales
    /contososales/dwh_batchetl/adf_publish/contososales/main

Explanation

This question asks about the location of Azure Resource Manager (ARM) templates within an Azure Data Factory instance configured with Git version control.

For the first statement: "Azure Resource Manager (ARM) templates for the pipeline assets as stored in...". The exhibit shows that the 'Publish branch' is adf_publish. The explanation provided on page 153 for Box 1 explicitly states: "By default, Data factory generates the Resource Manager templates of the published factory and saves them into a branch called adf_publish." This confirms that the ARM templates are stored in the adf_publish branch.

For the second statement: "A Data Factory Azure Resource Manager (ARM) template named contososales can be found in...". To determine the full path, we combine the repository name, publish branch, and the template name. From the exhibit, the 'Repository name' is dwh_batchetl, and the 'Publish branch' is adf_publish. The template is named contososales. The explanation for Box 2 on page 153 provides a similar path structure, implying that ARM templates are located within the /<repository_name>/<publish_branch>/<template_name> hierarchy. Therefore, the complete path for the contososales template is /dwh_batchetl/adf_publish/contososales.

Topics

#Azure Data Factory#Git Version Control#ARM Templates#Source Control Integration

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice