
Answer-first summary for fast verification
Answer: Azure Integration runtime
## Explanation In Azure Data Factory, data flow activities require a specific type of integration runtime to execute. Data flows run on Azure Integration Runtime, which is the default and managed compute infrastructure provided by Azure for data transformation activities. ### Why Azure Integration Runtime (Option A) is correct: - **Managed Service**: Azure Integration Runtime is a fully managed, serverless compute environment provided by Microsoft Azure - **Data Flow Execution**: Data flow activities specifically require Azure Integration Runtime as they need Spark clusters for execution - **Automatic Provisioning**: When you execute a data flow activity, Azure Data Factory automatically provisions and manages the Spark clusters through Azure Integration Runtime - **No Infrastructure Management**: Unlike self-hosted IR, users don't need to manage any underlying infrastructure ### Why Self-hosted Integration Runtime (Option B) is not suitable: - Self-hosted IR is designed for data movement between on-premises networks and Azure, or between cloud services within virtual networks - It cannot execute data flow activities as data flows require Spark compute which is only available through Azure Integration Runtime ### Why SSIS Integration Runtime (Option C) is not suitable: - SSIS Integration Runtime is specifically for running SQL Server Integration Services packages - It is not used for Azure Data Factory data flow activities, which are a different transformation technology ### Key Points: - Data flows are executed on Spark clusters managed by Azure Integration Runtime - The runtime selection is automatic for data flow activities - they always use Azure Integration Runtime - This provides the scalability and performance needed for data transformation workloads without requiring manual infrastructure management
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Data Factory pipeline named pipeline1 that contains a data flow activity named activity1.
You need to run pipeline1.
Which integration runtime will be used to run activity1?
A
Azure Integration runtime
B
Self-hosted integration runtime
C
SSIS integration runtime
No comments yet.