Implementing Analytics Solutions Using Microsoft Fabric — Question 192

You have a Fabric tenant that contains two workspaces named Workspace1 and Workspace2.

Workspace1 is used as the development environment. Workspace2 is used as the production environment. Each environment uses a different storage account.

Workspace1 contains a Dataflow Gen2 named Dataflow1. The data source of Dataflow1 is a CSV file in blob storage.

You plan to implement a deployment pipeline to deploy items from Workspace1 to Workspace2.

You need to ensure that the data source references the correct location in the production environment.

What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A, as creating a data source rule will appropriately direct the data source to the right location in the production environment. The other options are incorrect because a parameter rule (B) alone wouldn't address the data source issue, and combining both rules (C) is unnecessary for this scenario. Option D is not recommended due to the potential for human error during manual adjustments.