Implementing Data Engineering Solutions Using Microsoft Fabric — Question 54

You have a Fabric workspace named Workspace1 that contains a warehouse named Warehouse1.

You plan to deploy Warehouse 1 to a new workspace named Workspace2.

As part of the deployment process, you need to verify whether Warehouse1 contains invalid references. The solution must minimize development effort and provide detailed information about the invalid references.

What should you use?

Answer options

Correct answer: B

Explanation

The correct answer is B, a deployment pipeline, as it is specifically designed to automate deployment processes and can provide detailed validation checks, reducing manual effort. Options A and D do not focus on deployment verification, while option C, a Python script, would require more development effort and may not offer the same level of detail in checking invalid references.