Azure Container Apps · Arazzo Workflow
Azure Container Apps Provision and Run Job
Version 1.0.0
Create a manually triggered job, wait until it is provisioned, then start an execution.
Provider
Workflows
provision-and-run-job
Create a manual job, wait for it to provision, and start an execution.
Submits a create-or-update for a manually triggered job, polls until its provisioningState settles, then starts an execution and captures the execution status.
1
createJob
Jobs_CreateOrUpdate
Create a manually triggered job bound to the environment, defining its trigger configuration and a single container in the ARM properties envelope.
2
pollJob
Jobs_Get
Read the job and check its provisioningState, looping while it is still in progress and proceeding once it reaches Succeeded.
3
startExecution
Jobs_Start
Start a single execution of the provisioned job, overriding the template image for this run.