Execute Azure Batch Task
Create and execute Azure Batch tasks
Category: Execute Query on Database
Create and execute Azure Batch tasks
To use this activity within the API, use an ActivityCode of EXEC-AZURE-BATCH.
Available Connections
TargetConnection:
Example JSON
An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.
{
"TargetConnection": "MY-TARGET-CONN",
"QueryToExecute": ""
}
Variable Reference
The following variables are supported:
BatchAutoStorageContainerName(Optional) - Container connected to the default Storage Account of the Batch Service. Optional: If 'Batch Folder Path' is specified, this field must also be specifiedBatchCheckIntervalMinutes(Optional) - Interval in minutes in which the job is checked to see if it has completed.BatchCommand(Required) - The command to execute.BatchFolderPath(Optional) - The path under the Container to the file resources. Optional: If 'Batch Auto Storage Container Name' is specified, this field must also be specified.BatchPoolID(Required) - The ID of the Pool that will execute the batch.BatchTimeout(Optional) - The timeout in minutes applied to the execution of the batch.IsFederated(Optional) - Makes task available to other Insight Factories within this organisation.Links(Optional) - NULLTargetConnection(Required) - Target connection to use.