
Explanation:
The question requires a solution that:
LastModifiedDate.The Built-in copy task directly addresses both requirements:
LastModifiedDate property of blobs to automatically detect and copy only new or modified files since the last pipeline run.This approach represents the most efficient and appropriate solution for the described scenario, aligning with Azure Data Factory best practices for simple incremental data movement between storage accounts.
Ultimate access to all questions.
You have two Azure Blob Storage accounts named account1 and account2.
You plan to create an Azure Data Factory pipeline that will use scheduled intervals to replicate newly created or modified blobs from account1 to account2.
You need to recommend a solution to implement the pipeline. The solution must meet the following requirements: • Ensure that the pipeline only copies blobs that were created or modified since the most recent replication event. • Minimize the development effort to create the pipeline.
What should you recommend?
A
Run the Copy Data tool and select Metadata-driven copy task.
B
Create a pipeline that contains a Data Flow activity.
C
Create a pipeline that contains a flowlet.
D
Run the Copy Data tool and select Built-in copy task.
No comments yet.