You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/config.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,11 @@ The following settings are available:
395
395
`azure.batch.pools.<name>.vmType`
396
396
: Specify the virtual machine type used by the pool identified with `<name>`.
397
397
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
+
398
403
`azure.managedIdentity.clientId`
399
404
: 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.
0 commit comments