Skip to content

Azure ML Infrastructure

Deploy an Azure Machine Learning workspace, compute clusters, and supporting resources with Terraform.

flowchart TD A[az login] --> B[terraform init] B --> C{Provisioning stage} C -->|Review| D[terraform plan] C -->|Deploy| E[terraform apply] C -->|Remove resources| F[terraform destroy]

Review deployment values

Update terraform.tfvars with environment-specific values and review the plan before applying changes.

Read the complete Azure ML infrastructure guide.