Microsoft Azure Functions · Arazzo Workflow
Record a Deployment and Verify the Deployment Log
Version 1.0.0
Create a deployment record on a function app, read it back, and list all deployments.
Provider
Workflows
record-deployment
Create a deployment record, verify it, and list all deployments.
Creates a deployment record on the function app, reads it back by id, and lists the full deployment history.
1
createDeployment
WebApps_CreateDeployment
Create or update the deployment record on the function app.
2
getDeployment
WebApps_GetDeployment
Read the deployment record back by id to confirm its status and metadata.
3
listDeployments
WebApps_ListDeployments
List the full deployment history so the new record appears in context.