
Explanation:
In Azure Data Factory, when a Copy activity involves data movement between different integration runtime types, the execution location follows specific precedence rules. According to Microsoft documentation:
Option A: Scale out the self-hosted integration runtime ✅
Option B: Scale up the data flow runtime of the Azure integration runtime AND scale out the self-hosted integration runtime ❌
Option C: Scale up the data flow runtime of the Azure integration runtime ❌
Therefore, scaling out the self-hosted integration runtime directly addresses the compute resource limitation while maintaining minimal administrative overhead.
Ultimate access to all questions.
No comments yet.
You have an Azure Data Factory pipeline named pipeline1 containing a Copy activity named Copy1. The source for Copy1 is a table in an on-premises SQL Server, accessed via a self-hosted integration runtime. The sink is a table in an Azure SQL Database, accessed via an Azure integration runtime.
You need to maximize the compute resources available to Copy1 while minimizing administrative effort.
What should you do?
A
Scale out the self-hosted integration runtime.
B
Scale up the data flow runtime of the Azure integration runtime and scale out the self-hosted integration runtime.
C
Scale up the data flow runtime of the Azure integration runtime.