Azure Batch Accounts enables you to run large-scale compute-intensive tasks. The following table describes Azure Batch Accounts Job parameters.
Parameter |
Description |
---|---|
Connection profile |
Determines which connection profile is used to connect to Azure Batch. |
Batch Job ID |
Defines the name of the Batch Account Job created in Azure Portal. |
Task ID Prefix |
Defines a prefix string to append to the task ID. |
Task Command Line |
Defines the command line that runs your application or script on the compute node. The task is added to the job at runtime. |
Max Wall Clock Time |
Defines a maximum time limit for the job run, with the following possible values:
Default: Unlimited |
Max Wall Time Digits |
Defines the number (of the specified time unit) for a custom maximum time limit. Default: 1 |
Max Wall Time Unit |
Defines one of the following time units for a custom maximum time limit:
Default: Minutes |
Max Task Retry Count |
Defines a maximum number of times to retry running a failed task, with the following possible values:
Default: None |
Retry Number |
Defines the number of retries for a custom task retry count. Default: 1 |
Retention Time |
Defines a minimum period of time for retention of the Task directory of the batch job, with the following possible values:
Default: Unlimited |
Retention Time Digits |
Defines the number (of the specified time unit) for a custom retention period. Default: 1 |
Retention Time Unit |
Defines one of the following time units for a custom retention period:
Default: Hours |
Append Log to Output |
Whether to add task stdout.txt content to the plugin job output. Values: checked|unchecked Default: checked |
Status Polling Interval |
Number of seconds to wait before checking the status of the job. Default: 20 |
Parent Topic |