Skip to content

Commit 66b6c9b

Browse files
authored
Update spot-placement-score.md
1 parent f517394 commit 66b6c9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ POST https://management.azure.com/subscriptions/{subscription}/providers/Microso
8484

8585
}
8686

87-
### [Azure CLI](#tab/cli)
87+
### [Azure CLI 2.0](#tab/cli-1)
88+
8889
You can use Spot Placement Score using Azure CLI by using the following:
8990

9091
az compute-recommender spot-placement-recommender [--availability-zones {0, 1, f, false, n, no, t, true, y, yes}]
@@ -96,6 +97,7 @@ az compute-recommender spot-placement-recommender [--availability-zones {0, 1, f
9697
[--subscription]
9798

9899
### [Azure PowerShell](#tab/powershell)
100+
99101
You can use Spot Placement Score using Azure PowerShell by utilizing the Invoke-AzSpotPlacementScore cmdlet to call the API endpoint. Replace <SubscriptionId>, <Location>, <DesiredCount>, <DesiredSize> and <AvailabilityZone> with your specific details:
100102

101103
Invoke-AzSpotPlacementScore

0 commit comments

Comments
 (0)