Skip to content

Commit d388635

Browse files
Merge pull request #297196 from pratikjadhav13/patch-28
(AzureCXP) fixes MicrosoftDocs/azure-docs#410060
2 parents 22b9057 + fbf5efa commit d388635

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/batch/low-priority-vms-retirement-migration-guide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ See the [detailed breakdown](batch-spot-vms.md) between the low-priority and spo
4242

4343
1. Select **Save**.
4444

45+
## To Ensure the Migration is Correctly Applied:
46+
```azurecli-interactive
47+
az batch pool show
48+
49+
--account-name <your-batch-account-name>
50+
51+
--account-endpoint "https://<your-batch-account-name>.<region>.batch.azure.com"
52+
53+
--pool-id <your-pool-id>
54+
55+
--query "{PoolID:id, VMSize:vmSize, SpotNodes:scaleSettings.targetLowPriorityNodes}"
56+
```
57+
4558
## FAQs
4659

4760
- How do I create a user subscription pool allocation Batch account?

0 commit comments

Comments
 (0)