Skip to content

Commit a32fd50

Browse files
Add warning for Azure Batch lowPriority pools (#6261)
--------- Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com> Signed-off-by: Ben Sherman <bentshermann@gmail.com> Co-authored-by: Ben Sherman <bentshermann@gmail.com>
1 parent 6328613 commit a32fd50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ The following settings are available:
428428
`azure.batch.pools.<name>.lowPriority`
429429
: Enable the use of low-priority VMs (default: `false`).
430430

431+
: :::{warning}
432+
As of September 30, 2025, Low Priority VMs will no longer be supported in Azure Batch accounts that use Batch Managed mode for pool allocation. You may continue to use this setting to configure Spot VMs in Batch accounts configured with User Subscription mode.
433+
:::
434+
431435
`azure.batch.pools.<name>.maxVmCount`
432436
: Specify the max of virtual machine when using auto scale option.
433437

0 commit comments

Comments
 (0)