Skip to content

Terraform template for building an Azure Machine Learning Workspace

Notifications You must be signed in to change notification settings

developmentseed/azure-machine-learning-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

azure-machine-learning-workspace

Terraform template for building an Azure Machine Learning Workspace. The workspace will have a single compute resource that turns off after 30 minutes of inactivity!

Deploy the resources with Terraform

cd terraform
terraform init

terraform plan \
  -var "environment=spatio-ml" \
  -var "location=uksouth" \
  -var "prefix=hr" \
  -out demo.tfplan

terraform apply "demo.tfplan"

About

Terraform template for building an Azure Machine Learning Workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages