
Answer-first summary for fast verification
Answer: \Pipeline1 \Folder1\Lakehouse1
The correct answer is C because deployment pipelines in Microsoft Fabric preserve the folder structure of items during deployment. According to Microsoft documentation referenced in the community discussion, folders are considered part of an item's name (including its full path), and when an item is moved to a different folder, this change is applied to the paired item during deployment. In this scenario: Pipeline1 remains at the root level since it wasn't moved to Folder1, while Lakehouse1 is deployed with its folder structure '\Folder1\Lakehouse1'. Option D is incorrect because it omits Pipeline1 entirely. Option B is incorrect because it doesn't preserve the folder structure for Lakehouse1. Option A is incorrect because it incorrectly places Pipeline1 under Folder1.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have a Fabric tenant with a workspace named Workspace1. Workspace1 contains a data pipeline named Pipeline1 and a lakehouse named Lakehouse1. You then perform the following steps:
After DeployPipeline1 completes, what is the resulting structure of Workspace2?
A
\Folder1\Pipeline1 \Folder1\Lakehouse1
B
\Pipeline1 \Lakehouse1
C
\Pipeline1 \Folder1\Lakehouse1
D
\Folder1\Lakehouse1
No comments yet.