Skip to content

Commit 29fac05

Browse files
Merge pull request #213453 from vijetajo/patch-109
Update how-to-create-attach-compute-cluster.md
2 parents 953bf6e + f2ac619 commit 29fac05

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/machine-learning/how-to-create-attach-compute-cluster.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use Azure Machine Learning compute cluster to distribute a training or b
2828
In this article, learn how to:
2929

3030
* Create a compute cluster
31-
* Lower your compute cluster cost
31+
* Lower your compute cluster cost with low priority VMs
3232
* Set up a [managed identity](../active-directory/managed-identities-azure-resources/overview.md) for the cluster
3333

3434
## Prerequisites
@@ -163,10 +163,12 @@ SSH access is disabled by default. SSH access can't be changed after creation.
163163

164164
---
165165

166-
## Lower your compute cluster cost
166+
## Lower your compute cluster cost with low priority VMs
167167

168168
You may also choose to use [low-priority VMs](how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. These VMs don't have guaranteed availability and may be preempted while in use. You'll have to restart a preempted job.
169169

170+
Using Azure Low Priority Virtual Machines allows you to take advantage of Azure's unused capacity at a significant cost savings. At any point in time when Azure needs the capacity back, the Azure infrastructure will evict Azure Low Priority Virtual Machines. Therefore, Azure Low Priority Virtual Machines are great for workloads that can handle interruptions. The amount of available capacity can vary based on size, region, time of day, and more. When deploying Azure Low Priority Virtual Machines, Azure will allocate the VMs if there's capacity available, but there's no SLA for these VMs. An Azure Low Priority Virtual Machine offers no high availability guarantees. At any point in time when Azure needs the capacity back, the Azure infrastructure will evict Azure Low Priority Virtual Machines
171+
170172
Use any of these ways to specify a low-priority VM:
171173

172174
# [Python SDK](#tab/python)

includes/machine-learning-low-pri-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.date: 05/12/2021
1212
---
1313

1414
> [!NOTE]
15-
> You may choose to use [low-priority VMs](../articles/machine-learning/how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](../articles/machine-learning/how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost).
15+
> You may choose to use [low-priority VMs](../articles/machine-learning/how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](../articles/machine-learning/how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).

0 commit comments

Comments
 (0)