Skip to main content

Run Azure Container App Job

Start an Azure Container App Job execution.

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.

NULL

Variable Reference

The following variables are supported:

  • ContainerName - (Required) The name of the container to execute

  • ContainerPath - (Required) The path of the container to execute (w/ repository prefex i.e. 'docker.io/hello-world')

  • Command - (Optional) Container start command i.e. "azcopy" or "/bin/sh/"

  • Args - (Optional) Comma Separated list of container start command arguments i.e. "sync, -h" or "-c, echo hello world"

  • Env - (Optional) JSON formatted string containing environment variables.

  • Cpu - (Optional) Required CPU in cores, e.g. 0.5

  • Memory - (Optional) Required memory, e.g. "1Gi"

  • EphemeralStorage - (Optional) Ephemeral Storage, e.g. "1Gi"

  • IsFederated - (Optional) Makes task available to other Insight Factories within this organisation.