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
Create a manually triggered job bound to the environment, defining its trigger configuration and a single container in the ARM properties envelope.
2
pollJob
Read the job and check its provisioningState, looping while it is still in progress and proceeding once it reaches Succeeded.
3
startExecution
Start a single execution of the provisioned job, overriding the template image for this run.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.