We can now provision Azure and Databricks infrastructure via Terraform as IaC. In this tutorial, I’m going to show you how.
Requirements
- Terraform installed
- Azure CLI installed
- Azure account (free plan is enough)
Terraform Code
To get the latest version of this code please visit below repository.
GitHub - alonsomedo/databricks-terraform
Contribute to alonsomedo/databricks-terraform development by creating an account on GitHub.
Resources to be deployed
In this tutorial we are going to do a simple deployment of Azure Databricks following medallion architecture. At the same time we won’t use mounting because it’s a deprecated pattern.