Skip to content

Commit 83a0ffc

Browse files
authored
Update spot-placement-score.md
1 parent 03eac32 commit 83a0ffc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/virtual-machines/spot-placement-score.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Spot Placement Score
2+
title: Spot Placement Score (Preview)
33
description: Learn how to use Azure Spot Placement Score to evaluate deployment success.
44
author: am4234m
55
ms.author: aparnamishra
@@ -10,8 +10,10 @@ ms.date: 08/09/2024
1010
ms.reviewer: ju-shim
1111
---
1212

13+
> [!IMPORTANT]
14+
> The Spot Placement Score feature is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1315
14-
# Spot Placement Score
16+
# Spot Placement Score (Preview)
1517
Spot Placement Score evaluates the likelihood of success for individual Spot deployments by considering parameters like desired Spot Virtual Machine (VM) count, VM size, and your deployment region or zone. This feature enables you to generate a placement score to deploy a desired number of Spot Virtual Machines (VMs) across various combinations of regions, zones, and VM sizes. By inputting lists of up to 8 regions and 5 VM sizes, you can obtain placement scores categorized as either High, Medium, or Low. A score of High indicates that the deployment is highly likely to succeed while a score of Low indicates that the deployment has a low chance of success. These scores are based on analyses of Spot capacity allocation probability and the survivability of the specified number of Spot VMs within each region and VM size combination. This functionality enhances deployment planning by providing predictive insights into deployment success and optimizing resource allocation for your Spot VMs.
1618

1719
Using Spot Placement Score, you can achieve the following:
@@ -22,6 +24,9 @@ Using Spot Placement Score, you can achieve the following:
2224

2325
- Improve the overall success rate of deploying Spot VMs by leveraging data-driven placement scores, reducing the risk of capacity issues or failures during deployment.
2426

27+
## Cost
28+
29+
There are no costs associated with this feature.
2530

2631
## Considerations
2732

@@ -85,6 +90,8 @@ POST https://management.azure.com/subscriptions/{subscription}/providers/Microso
8590
}
8691
```
8792

93+
Restricted SKU Data Not Found
94+
8895
### [Azure CLI 2.0](#tab/cli)
8996

9097
Access Spot Placement Score using Azure CLI command [az compute-recommender spot-placement-recommender](https://learn.microsoft.com/cli/azure/compute-recommender?view=azure-cli-latest#az-compute-recommender-spot-placement-recommender).

0 commit comments

Comments
 (0)