nerdexam
Microsoft

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.

Implement and manage an analytics solution

Question

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 eventhouse to the deployment process?

Options

  • AGitHub Actions
  • Ba deployment pipeline
  • Can Azure DevOps pipeline
  • Da T-SQL script

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    90% (27)
  • C
    7% (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.

AGitHub Actions

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.

Ba deployment pipelineCorrect

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.

Can Azure DevOps pipeline

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.

Da T-SQL script

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

#Fabric Deployment Pipelines#Eventhouse Deployment#CI/CD#Microsoft Fabric

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice