Run Azure Container App Job
Start an Azure Container App Job execution.
Category: Other
To use this activity within the API, use an ActivityCode of CONTAINER-APP.
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.
{
"ContainerName": "",
"ContainerPath": ""
}
Variable Reference
The following variables are supported:
Args(Optional) - Comma Separated list of container start command arguments i.e. "sync, -h" or "-c, echo hello world"Command(Optional) - Container start command i.e. "azcopy" or "/bin/sh/"ContainerName(Required) - The name of the container to executeContainerPath(Required) - The path of the container to execute (w/ repository prefex i.e. 'docker.io/hello-world')Cpu(Optional) - Required CPU in cores, e.g. 0.5Env(Optional) - JSON formatted string containing environment variables.EphemeralStorage(Optional) - Ephemeral Storage, e.g. "1Gi"IsFederated(Optional) - Makes task available to other Insight Factories within this organisation.Memory(Optional) - Required memory, e.g. "1Gi"