Implementing Data Engineering Solutions Using Microsoft Fabric — Question 10
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?
Answer options
- A. GitHub Actions
- B. a deployment pipeline
- C. an Azure DevOps pipeline
Correct answer: B
Explanation
The correct answer is B, as a deployment pipeline is specifically designed to manage and facilitate the deployment process, including the addition of components like an eventhouse. While GitHub Actions and Azure DevOps pipelines can assist in CI/CD, they are not as directly tied to the specific deployment process as a dedicated deployment pipeline.