Deploy Azure Databricks using Terraform

<p>We can now provision Azure and Databricks infrastructure via Terraform as IaC. In this tutorial, I&rsquo;m going to show you how.</p> <h1>Requirements</h1> <ul> <li><a href="https://developer.hashicorp.com/terraform/downloads" rel="noopener ugc nofollow" target="_blank">Terraform installed</a></li> <li><a href="https://learn.microsoft.com/en-us/cli/azure/install-azure-cli" rel="noopener ugc nofollow" target="_blank">Azure CLI installed</a></li> <li>Azure account (free plan is enough)</li> </ul> <h1>Terraform Code</h1> <p>To get the latest version of this code please visit below repository.</p> <h2><a href="https://github.com/alonsomedo/databricks-terraform?source=post_page-----6e8a39aa7287--------------------------------" rel="noopener ugc nofollow" target="_blank">GitHub - alonsomedo/databricks-terraform</a></h2> <h3><a href="https://github.com/alonsomedo/databricks-terraform?source=post_page-----6e8a39aa7287--------------------------------" rel="noopener ugc nofollow" target="_blank">Contribute to alonsomedo/databricks-terraform development by creating an account on GitHub.</a></h3> <p><a href="https://github.com/alonsomedo/databricks-terraform?source=post_page-----6e8a39aa7287--------------------------------" rel="noopener ugc nofollow" target="_blank">github.com</a></p> <h1>Resources to be deployed</h1> <p><strong>In this tutorial we are going to do a simple deployment of Azure Databricks following medallion architecture.</strong>&nbsp;At the same time we won&rsquo;t use mounting because it&rsquo;s a deprecated pattern.</p> <p><a href="https://medium.com/@alonso.md/deploy-azure-databricks-using-terraform-6e8a39aa7287"><strong>Visit Now</strong></a></p>
Tags: deploy Azure