DP-700 · Question #119
In the Development workspace, you build a new feature named Feature1. You need to deploy Feature1 to the Test workspace. The solution must ensure that only a pipeline is deployed. Which four actions…
This question tests knowledge of Microsoft Fabric Deployment Pipelines and how to perform a selective (item-specific) deployment from one pipeline stage (Development) to another (Test), ensuring only a single artifact - the pipeline - is deployed rather than all changed items.
Question
Explanation
This question tests knowledge of Microsoft Fabric Deployment Pipelines and how to perform a selective (item-specific) deployment from one pipeline stage (Development) to another (Test), ensuring only a single artifact - the pipeline - is deployed rather than all changed items.
Approach. In Microsoft Fabric Deployment Pipelines, when you want to deploy only a specific item rather than all changes, you must use selective deployment. The correct four-step sequence is: (1) Open the deployment pipeline and navigate to the Development stage, (2) Click 'Select items to deploy' or enable per-item selection mode rather than deploying all, (3) Check only Feature1 (the pipeline artifact) and uncheck all other items, (4) Click 'Deploy to Test' to push only that selected pipeline to the Test stage. This approach ensures that only the pipeline is promoted without affecting other artifacts in the Test workspace.
Concept tested. Selective (item-level) deployment using Microsoft Fabric Deployment Pipelines - specifically the ability to choose individual artifacts to deploy between pipeline stages (Development → Test) instead of deploying all changed items, preventing unintended changes from reaching downstream workspaces.
Reference. Microsoft Learn: Deploy items from one stage to another in a deployment pipeline - https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/deploy-content
Topics
Community Discussion
No community discussion yet for this question.