Skip to content

Commit d88452b

Browse files
committed
Document the azure.batch.requireContainer config option
Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
1 parent 391dc5c commit d88452b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ The following settings are available:
395395
`azure.batch.pools.<name>.vmType`
396396
: Specify the virtual machine type used by the pool identified with `<name>`.
397397

398+
`azure.batch.requireContainer`
399+
: :::{versionadded} 25.01.0-edge
400+
:::
401+
: Require the use of a container when running tasks (default: `true`). Note this requires an existing Azure Batch pool configured to not use a container image. Running a process without a container when the node pool requires one will raise an error on Azure Batch
402+
398403
`azure.managedIdentity.clientId`
399404
: Specify the client ID for an Azure [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview). See {ref}`azure-managed-identities` for more details.
400405

0 commit comments

Comments
 (0)