DP-700 · Question #25
QUESTION 27 You have two Fabric workspaces named Workspace1 and Workspace2. You have a Fabric deployment pipeline named deployPipeline1 that deploys items from Workspace1 to Workspace2…
The correct answer is D. Run deployPipeline1 without modifying the items in Workspace2. When items in a source workspace are modified and paired with items in a target workspace via a Fabric deployment pipeline, simply running the pipeline will overwrite the corresponding target items. This process inherently handles the synchronization and overwriting of modified…
Question
Options
- ADelete all the items in Workspace2, and then run deployPipeline1.
- BRename each item in Workspace2 to have the same name as the items in Workspace1.
- CBack up the items in Workspace2, and then run deployPipeline1.
- DRun deployPipeline1 without modifying the items in Workspace2.
How the community answered
(35 responses)- A6% (2)
- C3% (1)
- D91% (32)
Why each option
When items in a source workspace are modified and paired with items in a target workspace via a Fabric deployment pipeline, simply running the pipeline will overwrite the corresponding target items. This process inherently handles the synchronization and overwriting of modified content.
Deleting all items in Workspace2 first is unnecessary effort; the deployment pipeline can handle overwriting existing paired items directly.
Renaming items in Workspace2 would break the existing pairings or create new, unmanaged items instead of overwriting the intended ones.
Backing up items in Workspace2 is a data management practice, not a technical step required for the overwrite functionality of the deployment pipeline, and it adds effort.
Fabric deployment pipelines are designed to synchronize items between stages. When items in the source stage (Workspace1) are modified and corresponding paired items exist in the target stage (Workspace2), running the deployment pipeline automatically detects the changes and overwrites the target items, ensuring consistency with minimal manual intervention.
Concept tested: Fabric deployment pipeline item synchronization and overwriting
Source: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/understand-deployment-pipelines#deploy-content
Topics
Community Discussion
No community discussion yet for this question.