Skip to content

Commit da8ac93

Browse files
authored
Update spot-placement-score.md
1 parent 7ddb637 commit da8ac93

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Find the Spot Placement Score in the Spot tab of the Virtual Machine Scale Sets
7474

7575
### [REST API](#tab/rest-api)
7676

77-
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*.
77+
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 will need to add the RBAC role "Compute Recommendations Role" and select the members to enable the subscription they want to run the API on (https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal).
7878

7979
```
8080
POST https://management.azure.com/subscriptions/{subscription}/providers/Microsoft.Compute/locations/{region}/placementScores/spot/generate?api-version={api-version}
@@ -89,8 +89,9 @@ POST https://management.azure.com/subscriptions/{subscription}/providers/Microso
8989
"desiredCount": ""
9090
}
9191
```
92-
93-
Restricted SKU Data Not Found
92+
Some important terminology to consider:
93+
**Restricted SKU** is returned if the Spot VM SKU is not available for the subscription.
94+
**Data Not Found** is returned when the data necessary to generate a score or recommendation is either not found in upstream databases, or is found but the data lifespan is greater than what our service considers "fresh".
9495

9596
### [Azure CLI 2.0](#tab/cli)
9697

@@ -127,11 +128,6 @@ Invoke-AzSpotPlacementScore
127128

128129
The following examples have scenario assumptions and a table with the results score to help you understand how Spot Placement Score works.
129130

130-
Some important terminology to notice before referring to these examples:
131-
132-
- **sku.capacity** is the total number of VMs in the Virtual Machine Scale Set
133-
- **Base (standard) VMs** are the number of standard non-Spot VMs, akin to a minimum VM number
134-
135131
### Scenario 1
136132
This is an example of a request returning regionally scoped placement scores for multiple desired VM sizes and regions.
137133

0 commit comments

Comments
 (0)