DP-700 · Question #15
You have a Fabric deployment pipeline that uses three workspaces named Dev, Test, and Prod. You need to deploy an eventhouse as part of the deployment process. What should you use to add the…
The correct answer is B. a deployment pipeline. To deploy an eventhouse within an existing Fabric deployment pipeline across Dev, Test, and Prod workspaces, the eventhouse must be added to that deployment pipeline.
Question
Options
- AGitHub Actions
- Ba deployment pipeline
- Can Azure DevOps pipeline
- Da T-SQL script
How the community answered
(30 responses)- A3% (1)
- B90% (27)
- C7% (2)
Why each option
To deploy an eventhouse within an existing Fabric deployment pipeline across Dev, Test, and Prod workspaces, the eventhouse must be added to that deployment pipeline.
GitHub Actions can be used for CI/CD, but they would typically orchestrate a Fabric deployment pipeline, not directly replace the pipeline's item management within Fabric.
A Fabric deployment pipeline is the native mechanism within Microsoft Fabric for deploying and managing the lifecycle of various Fabric items, including eventhouses, across different development stages (e.g., Dev, Test, Prod). You simply add the eventhouse to the pipeline configuration.
An Azure DevOps pipeline can also orchestrate deployments, but similar to GitHub Actions, it would invoke or manage a Fabric deployment pipeline rather than being the direct mechanism to 'add the eventhouse to the deployment process' within Fabric itself.
A T-SQL script is used for database operations and data manipulation, not for managing the deployment of Fabric items like an eventhouse across workspaces in a deployment pipeline.
Concept tested: Fabric deployment pipelines for Eventhouse
Source: https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/understand-deployment-pipelines
Topics
Community Discussion
No community discussion yet for this question.