Skip to content

philipwehinger/azure-machine-learning-terraform

 
 

Repository files navigation

Azure Machine Learning Enterprise Terraform Example

This repo shows an example for rolling out a complete Azure Machine Learning enterprise enviroment via Terraform.

Deployed resources

This includes rollout of the following resources:

  • Azure Machine Learning Workspace with Private Link
  • Azure Storage Account with VNET binding (using Service Endpoints) and Private Link for Blob and File
  • Azure Key Vault with VNET binding (using Service Endpoints) and Private Link
  • Azure Container Registry
  • Azure Application Insights
  • Virtual Network
  • Jumphost (Windows) for testing

Instructions

  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

Known Limitations

  • Still need to update Default Datastore to use Managed Identity of the Studio UI data access

Important Notes

  • The fileshare used for Compute Instances will be automatically provisioned with the first Compute Instance

About

An example repo for provisioning a complete Azure Machine Learning environment through Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HCL 100.0%