Skip to content

Commit c7e535a

Browse files
authored
Update how-to-create-attach-compute-cluster.md
1 parent 38eb9cf commit c7e535a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
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)

0 commit comments

Comments
 (0)