Skip to content

Commit b30c3db

Browse files
authored
Merge pull request #2387 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-compute-docs (branch main)
2 parents 599e57e + c6b83cf commit b30c3db

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/virtual-machine-scale-sets/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
href: use-spot.md
146146
- name: Spot Priority Mix
147147
href: spot-priority-mix.md
148-
- name: Spot Placement Score (Preview)
148+
- name: Spot Placement Score
149149
href: spot-placement-score.md
150150
- name: Reserved instances
151151
href: /azure/cost-management-billing/reservations/save-compute-costs-reservations

articles/virtual-machine-scale-sets/spot-placement-score.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Spot Placement Score (Preview)
2+
title: Spot Placement Score
33
description: Learn how to use Azure Spot Placement Score to evaluate deployment success.
44
author: ju-shim
55
ms.author: jushiman
@@ -12,10 +12,8 @@ ms.reviewer: ju-shim
1212
---
1313

1414

15-
# Spot Placement Score (Preview)
15+
# Spot Placement Score
1616

17-
> [!IMPORTANT]
18-
> 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.
1917

2018
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 eight regions and five 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 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.
2119

@@ -79,7 +77,7 @@ Find the Spot Placement Score in the Spot tab of the Virtual Machine Scale Sets
7977

8078
### [REST API](#tab/rest-api)
8179

82-
Use the following REST API to get your Spot Placement Score. The Placement Score API supports the following versions: *2024-03-01-preview* and *2024-06-01-preview*. You need to add the Role-Based Access Control (RBAC) role "Compute Recommendations Role" and select the members to enable the subscription they want to run the API on (/azure/role-based-access-control/role-assignments-portal).
80+
Use the following REST API to get your Spot Placement Score. The Placement Score API supports the following version: *2025-06-05*. You need to add the Role-Based Access Control (RBAC) role "Compute Recommendations Role" and select the members to enable the subscription they want to run the API on (/azure/role-based-access-control/role-assignments-portal).
8381

8482
```
8583
POST https://management.azure.com/subscriptions/{subscription}/providers/Microsoft.Compute/locations/{region}/placementScores/spot/generate?api-version={api-version}

0 commit comments

Comments
 (0)