Added two Azure ML quickstart templates

This commit is contained in:
Dennis Eikelenboom
2021-08-05 14:52:54 -07:00
parent cefacf9966
commit 5e52a3836b
7 changed files with 317 additions and 0 deletions

View File

@ -0,0 +1,17 @@
variable "name" {
type = string
description = "Name of the deployment"
default = "mlple999"
}
variable "environment" {
type = string
description = "Name of the environment"
default = "dev"
}
variable "location" {
type = string
description = "Location of the resources"
default = "East US"
}