Chapter 9: DevOps Integrations and Implementing CI/CD for Azure Databricks
DevOps is the core of any project/organization these days. DevOps enables organizations to build and quickly deploy their applications and solutions to various environments by providing a framework that can be used for seamless deployment. In this chapter, you will learn how Azure DevOps is used for Continuous Integration and Continuous Deployment for Azure Databricks notebooks. Knowing how Azure DevOps works is helpful as it will help you to plan, develop, deliver, and operate your end-to-end business applications.
In this chapter, we're going to cover the following main topics:
- How to integrate Azure DevOps with an Azure Databricks notebook
- Using GitHub for Azure Databricks notebook version control
- Understanding the CI/CD process for Azure Databricks
- How to set up an Azure DevOps pipeline for deploying notebooks
- Deploying notebooks to multiple environments
- Enabling CI...