Added two Azure ML quickstart templates
This commit is contained in:
17
quickstart/101-machine-learning/variables.tf
Normal file
17
quickstart/101-machine-learning/variables.tf
Normal file
@ -0,0 +1,17 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "Name of the deployment"
|
||||
default = "azureml999"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
type = string
|
||||
description = "Name of the environment"
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
description = "Location of the resources"
|
||||
default = "East US"
|
||||
}
|
Reference in New Issue
Block a user