Fabric Deployment Pipeline Folder Structure Behavior
You have a Fabric tenant that contains a workspace named Workspace1. Workspace1 contains a data pipeline named Pipeline1 and a lakehouse named Lakehouse1. You perform the following actions: • Create a workspace named Workspace2. • Create a deployment pipeline named DeployPipeline1 that will deploy items from Workspace1 to Workspace2. • Add a folder named Folder1 to Workspace1. • Move Lakehouse1 to Folder1. • Run DeployPipeline1. Which structure will Workspace2 have when DeployPipeline1 is complete?
Community Votes
47% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam traps candidates by focusing solely on the moved item (Lakehouse1) while ignoring that all items in the source workspace are deployed unless explicitly excluded, preserving their respective folder paths.
This question tests how Microsoft Fabric deployment pipelines handle workspace folders and item hierarchy during deployment. The correct structure includes both the root-level pipeline and the folderized lakehouse.
Candidates often select D, assuming only the modified or moved item (Lakehouse1 in Folder1) is deployed, failing to recognize that Pipeline1 at the root is also part of the deployment scope.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
When a deployment pipeline runs, it deploys all content from the source workspace to the target workspace by default, maintaining the exact folder structure of each item. Since Pipeline1 resides at the root level of Workspace1, it is deployed to the root of Workspace2. Simultaneously, Lakehouse1 was moved into Folder1 in Workspace1; therefore, it is deployed into Folder1 in Workspace2. This results in two distinct paths: \Pipeline1 and \Folder1\Lakehouse1.Why the Other Options Are Wrong
Option B suggests both items are at the root, which ignores the fact that Lakehouse1 was moved into a folder. Option C lists only the root pipeline, missing the folderized lakehouse. Option D lists only the folderized lakehouse, incorrectly implying that Pipeline1 is not deployed or is filtered out, which is not the default behavior for deployment pipelines.Community Comment Notes
As HUSSAIN_ALYAFEI noted, Microsoft documentation confirms that "Folders are considered part of an item’s name," meaning the path travels with the item. aks2304 initially voted for D but later corrected to C, acknowledging that Pipeline1 remains at the root. Devoteam2025 correctly explained that the folder hierarchy is automatically applied, resulting in the mixed structure seen in C.Official Reference
Exam Strategy
Always account for ALL items in the source workspace when analyzing deployment pipeline questions. Do not assume only changed or moved items are deployed; check the status of every asset relative to the root and any folders.
Frequently Asked Questions
Does moving an item to a folder exclude it from deployment?
No. Moving an item changes its path, but it remains part of the workspace content. The deployment pipeline deploys all items, preserving their new folder paths.
Why is Pipeline1 still at the root in Workspace2?
Pipeline1 was never moved into a folder in Workspace1. Therefore, it stays at the root level in the target workspace after deployment.
Related Analysis
Practice All DP-600 Questions
Access 115 questions with complete answers and detailed explanations.
View Full DP-600 Practice Test →