Blog Part 1--> https://gmusumeci.medium.com/how-to-configure-azure-databricks-unity-catalog-with-terraform-part-1-74be88c1c2d7
- Deploying SQL Warehouse
- Creating the Databricks Access Connector for the Unity Catalog
- Creating the Azure Storage Account for the Unity Catalog
- Creating the Azure Storage Container for the Unity Catalog
- Assigning Permissions to the Service Principal to the Storage Account
- Creating the Databricks Metastore
- Assigning the Metastore to the Workspace
- Assigning the Access Connector to the Metastore
Blog Part 2 --> https://gmusumeci.medium.com/how-to-configure-azure-databricks-unity-catalog-with-terraform-part-2-15e780514724
- Managing Databricks Groups
- Creating Azure Databricks Unity Catalog Account Groups
- Creating Azure Databricks Workspace Groups
- Creating Unity Catalog Objects in the Metastore
- Creating a Databricks Catalog
- Creating a Databricks Catalog with a Group Owner
- Creating a Databricks Schema
- Creating a Databricks Schema with a Group Owner
Blog Part 3 --> https://gmusumeci.medium.com/how-to-configure-azure-databricks-unity-catalog-with-terraform-part-3-8240f6e17ed2
- Creating Databricks Access Connector for the External Storage Account
- Creating Databricks Storage Credential
- Creating the External Azure Storage Account
- Creating Azure Storage Container for the External Storage Account
- Assigning Permissions to the Databricks Access Connector to the Azure External Storage Account
- Creating a Databricks External Location
- Assigning Permissions to the Databricks External Location
- Creating a Databricks Catalog for the External Table
- Creating a Databrick Schema for the External Table
- Creating a Databricks External Table
- Update the file terraform.tfvars to adjust the code to your environment
- Clone the repo
- Update variables to your environment
- Execute "terraform init"
- Execute "terraform apply"
How to Deploy Databricks in Azure with Terraform Step by Step --> https://medium.com/@gmusumeci/how-to-deploy-databricks-in-azure-with-terraform-step-by-step-e1262e456be9