Skip to content

Commit

Permalink
Merge pull request #13699 from nebrass/doc/nebrass/azuremlcc-vm-priority
Browse files Browse the repository at this point in the history
Add possible values for the VM Priority for Azure ML Compute Cluster
  • Loading branch information
stephybun authored Oct 12, 2021
2 parents 54fa85a + db8d02a commit 7b1fa67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following arguments are supported:

* `location` - (Required) The Azure Region where the Machine Learning Compute Cluster should exist. Changing this forces a new Machine Learning Compute Cluster to be created.

* `vm_priority` - (Required) The priority of the VM. Changing this forces a new Machine Learning Compute Cluster to be created.
* `vm_priority` - (Required) The priority of the VM. Changing this forces a new Machine Learning Compute Cluster to be created. Accepted values are `Dedicated` and `LowPriority`.

* `vm_size` - (Required) The size of the VM. Changing this forces a new Machine Learning Compute Cluster to be created.

Expand Down

0 comments on commit 7b1fa67

Please sign in to comment.