On your first day at MDFT Pro, a well-known training agency, you are tasked with managing deployment pipelines.
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?
an Azure DevOps pipeline is incorrect. Azure DevOps pipelines can trigger Fabric deployment pipelines but cannot directly deploy eventhouses.
a deployment pipeline is correct. Deployment pipelines are the built-in Fabric mechanism for promoting items including eventhouses between workspaces.
GitHub Actions is incorrect. GitHub Actions can integrate with Fabric but deployment pipelines are the native Fabric tool for deploying eventhouses.