Implementing Analytics Solutions Using Microsoft Fabric — Question 174

You have a Fabric tenant named Tenant1 that contains a lakehouse named Lakehouse1.

You need to add data to Lakehouse1 from a CSV file in an Azure Storage account outside of Fabric. The solution must minimize development effort.

What should you use to add the data?

Answer options

Correct answer: A

Explanation

Using a copy job is the most efficient approach for importing data from external sources like Azure Storage into Lakehouse1, as it simplifies the process. The other options such as shortcut, pipeline, and Dataflow Gen2 typically involve more complex configurations or are not directly intended for this specific data import scenario.