diff --git a/conf/azurebatch.config b/conf/azurebatch.config index 5c77e0a9..f6337417 100644 --- a/conf/azurebatch.config +++ b/conf/azurebatch.config @@ -14,7 +14,7 @@ params { batch_name = null batch_key = null - vm_type = "Standard_D8s_v3" + vm_type = "Standard_E*d_v5" autopoolmode = true allowpoolcreation = true deletejobs = true @@ -33,7 +33,8 @@ process { azure { process { - queue = params.az_worker_pool + queue = params.az_worker_pool + machineType = params.vm_type } storage { accountName = params.storage_name @@ -51,7 +52,6 @@ azure { deletePoolsOnCompletion = params.deletepools pools { auto { - vmType = params.vm_type autoScale = true vmCount = 1 maxVmCount = 12