You need to deploy Databricks Asset Bundles to a development environment. The solution must support automated and repeatable deployments across environments.
What should you use?
CORRECT ANSWE R: C - The Databricks CLI.
According to Microsoft Learn on Databricks Asset Bundles deployment, the Databricks CLI (version 0.205+) is the official tool for deploying DABs to any environment. The deployment commands 'databricks bundle deploy' and 'databricks bundle run' are part of the CLI and support automated, repeatable, and environment-aware deployments. The CLI reads the databricks.yml configuration and deploys the bundle resources to the specified target environment. Option A (Azure Developer CLI / azd) is for deploying Azure infrastructure and does not natively support Databricks Asset Bundles. Option B (Git folders) is a workspace feature for syncing notebook code from Git but does not handle full DAB deployment. Option D (Azure CLI) manages Azure infrastructure and resources but does not have native support for deploying Databricks Asset Bundles.
Currently there are no comments in this discussion, be the first to comment!