nerdexam
Microsoft

DP-203 · Question #61

Drag and Drop Question You have an Azure data factory. You need to ensure that pipeline-run data is retained for 120 days. The solution must ensure that you can query the data by using the Kusto…

The correct answer is Create a Log Analytics workspace that has Data Retention set to 120 days.; From the Azure portal, add a diagnostic setting.; Select the PipelineRuns category.; Send the data to a Log Analytics workspace. To retain pipeline-run data for 120 days and enable Kusto Query Language (KQL) queries, you must first create a Log Analytics workspace with retention set to 120 days (since Log Analytics supports KQL natively). Then, add a diagnostic setting in Azure Data Factory via the Azure…

Submitted by minji_kr· Mar 30, 2026Monitor and optimize Azure Data Factory pipelines / Implement monitoring and logging for Azure data solutions

Question

Drag and Drop Question You have an Azure data factory. You need to ensure that pipeline-run data is retained for 120 days. The solution must ensure that you can query the data by using the Kusto query language. Which four actions 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Answer:

Exhibit

DP-203 question #61 exhibit

Answer Area

Drag items

Select the PipelineRuns category.Create a Log Analytics workspace that has Data Retention set to 120 days.Stream to an Azure event hub.Create an Azure Storage account that has a lifecycle policy.From the Azure portal, add a diagnostic setting.Send the data to a Log Analytics workspace.Select the TriggerRuns category.

Correct arrangement

  • Create a Log Analytics workspace that has Data Retention set to 120 days.
  • From the Azure portal, add a diagnostic setting.
  • Select the PipelineRuns category.
  • Send the data to a Log Analytics workspace.

Explanation

To retain pipeline-run data for 120 days and enable Kusto Query Language (KQL) queries, you must first create a Log Analytics workspace with retention set to 120 days (since Log Analytics supports KQL natively). Then, add a diagnostic setting in Azure Data Factory via the Azure portal, select the PipelineRuns category to capture the relevant pipeline data, and configure the diagnostic setting to send data to the Log Analytics workspace. This combination ensures the data is stored with the correct retention period and is queryable via KQL.

Topics

#Azure Data Factory#Log Analytics#Diagnostic Settings#Kusto Query Language (KQL)

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice