POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/jobs/{jobName}/start/?api-version=2023-08-01-preview

Servers

Path parameters

Name Type Required Description
jobName String Yes

Job Name

subscriptionId String Yes

The ID of the target subscription. The value must be an UUID.

resourceGroupName String Yes

The name of the resource group. The name is case insensitive.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
initContainers[] Array No

List of specialized containers that run before job containers.

initContainers[].name String No

Custom container name.

initContainers[].env[] Array No

Container environment variables.

initContainers[].env[].name String No

Environment variable name.

initContainers[].env[].secretRef String No

Name of the Container App secret from which to pull the environment variable value.

initContainers[].env[].value String No

Non-secret environment variable value.

initContainers[].command[] Array No

Container start command.

initContainers[].resources Object No

Container App container resource requirements.

initContainers[].resources.memory String No

Required memory, e.g. "250Mb"

initContainers[].resources.cpu Number No

Required CPU in cores, e.g. 0.5

initContainers[].resources.ephemeralStorage String No

Ephemeral Storage, e.g. "1Gi"

initContainers[].image String No

Container image tag.

initContainers[].args[] Array No

Container start command arguments.

containers[] Array No

List of container definitions for the Container Apps Job.

containers[].name String No

Custom container name.

containers[].env[] Array No

Container environment variables.

containers[].env[].name String No

Environment variable name.

containers[].env[].secretRef String No

Name of the Container App secret from which to pull the environment variable value.

containers[].env[].value String No

Non-secret environment variable value.

containers[].command[] Array No

Container start command.

containers[].resources Object No

Container App container resource requirements.

containers[].resources.memory String No

Required memory, e.g. "250Mb"

containers[].resources.cpu Number No

Required CPU in cores, e.g. 0.5

containers[].resources.ephemeralStorage String No

Ephemeral Storage, e.g. "1Gi"

containers[].image String No

Container image tag.

containers[].args[] Array No

Container start command arguments.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.