Azure Batch Accounts Job

Delete this text and replace it with your own content.

Attribute

Description

Connection profile

Defines the connection profile for the job.

Rules:

  • Characters: 1-30

  • Case Sensitive: Yes

  • Invalid Characters: Blanks

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:

  • Unlimited

  • Custom

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:

  • Seconds

  • Minutes

  • Hours

  • Days

Default: Minutes

Max Task Retry Count

Defines a maximum number of times to retry running a failed task, with the following possible values:

  • Unlimited

  • Custom

  • None

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:

  • Unlimited — according to the Azure default (7 days, unless the compute node is removed or the job is deleted)

  • Custom

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:

  • Seconds

  • Minutes

  • Hours

  • Days

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