Microsoft
70-475 · Question #80
You have a Microsoft Azure Data Factory that loads data to an analytics solution. You receive an alert that an error occurred during the last processing of a data stream. You debug the problem and…
The correct answer is D. From PowerShell, run the Set-AzureRmDataFactorySliceStatus cmdlet. ADF operates on data in batches known as slices. Slices are obtained by querying data over a date-time window--for example, a slice may contain data for a specific hour, day, or week. and-activities-in-azure-data-factory/
Operationalize Big Data solutions
Question
You have a Microsoft Azure Data Factory that loads data to an analytics solution. You receive an alert that an error occurred during the last processing of a data stream. You debug the problem and solve an error. You need to process the data stream that caused the error. What should you do?
Options
- AFrom Azure Cloud Shell, run the az dla job command.
- BFrom Azure Cloud Shell, run the az batch job enable command.
- CFrom PowerShell, run the Resume-AzureRmDataFactoryPipeline cmdlet.
- DFrom PowerShell, run the Set-AzureRmDataFactorySliceStatus cmdlet.
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D82% (23)
Explanation
ADF operates on data in batches known as slices. Slices are obtained by querying data over a date-time window--for example, a slice may contain data for a specific hour, day, or week. and-activities-in-azure-data-factory/
Topics
#Azure Data Factory#pipeline recovery#slice status#error handling
Community Discussion
No community discussion yet for this question.