Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the most secure method to implement Continuous Integration/Continuous Deployment (CI/CD) for Azure Databricks notebooks and jobs using Azure DevOps, ensuring code is reviewed and approved before deployment?
A
Using Azure Function to automate the deployment process based on email approvals from designated approvers
B
Manually copying notebooks between Databricks workspaces for different environments (dev/test/prod)
C
Configuring branch policies in Azure Repos with mandatory pull requests and approvals before merges to the main branch, triggering Azure Pipelines for deployment
D
Using Azure DevOps to deploy directly from developers‘ branches to production Databricks workspaces without review