msellamiTN / azure-synapse-terraform

An example repo for provisioning a complete Azure Synapse Analytics environment through Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Synapse Terraform Example

This repo shows an example for rolling out a complete Azure Synapse Analytics enterprise environment via Terraform.

Deployed resources

This includes rollout of the following resources:

  • Azure Synapse Analytics Workspace with Private Endpoints
  • Azure Synapse Analytics Private Link Hub with Private Endpoint
  • Azure Storage Account with Private Endpoints for blob and dfs
  • Azure Key Vault with Private Endpoint
  • Virtual Network
  • Jumphost (Windows) with Bastion for easy access to the VNet

Instructions

Make sure you have the Azure CLI and Terraform installed.

  1. Copy terraform.tfvars.example to terraform.tfvars
  2. Update terraform.tfvars with your desired values
  3. Run Terraform
    $ terraform init
    $ terraform plan
    $ terraform apply

Notes

See notes below for additional info:

  • A public IP is added to Azure Storage Account and Azure Synapse Analytics firewall rules to enable the deployment. That rule could be removed once the deployment is finished, only limiting jumphost access.
  • Change enable_syn_sqlpool and enable_syn_sparkpool values if you wanna deploy any of those pools.
  • The deployment was tested on wsl (ubuntu).

About

An example repo for provisioning a complete Azure Synapse Analytics environment through Terraform


Languages

Language:HCL 100.0%