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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ The following settings are available:
381
381
`azure.batch.poolIdentityClientId`
382
382
: :::{versionadded} 25.05.0-edge
383
383
:::
384
-
: The client ID for an Azure [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) that is available on all Azure Batch node pools. This identity is used by Fusion to authenticate to Azure storage. If set to `'auto'`, Fusion will use the first available managed identity.
384
+
: When the workflow completes, set all jobs to terminate on task completion. (default: `true`).
385
385
386
386
`azure.batch.pools.<name>.autoScale`
387
387
: Enable autoscaling feature for the pool identified with `<name>`.
@@ -450,7 +450,7 @@ The following settings are available:
450
450
`azure.batch.terminateJobsOnCompletion`
451
451
: :::{versionadded} 23.05.0-edge
452
452
:::
453
-
: When the workflow completes, set all jobs to terminate on task completion (default: `true`).
453
+
: Set all jobs to terminate on task completion (default: `true`).
454
454
455
455
`azure.managedIdentity.clientId`
456
456
: The client ID for an Azure [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview). Defaults to environment variable `AZURE_MANAGED_IDENTITY_USER`.
0 commit comments