Microsoft Azure Functions · Arazzo Workflow
Deploy a Function and Sync Its Triggers
Version 1.0.0
Create a function, sync the function app's triggers, and list the resulting trigger status.
Provider
Workflows
deploy-function-and-sync-triggers
Create a function, sync triggers, and confirm the trigger status.
Creates a function, refreshes the function app's trigger registration via sync-functions, and reads the sync-function-trigger status to confirm.
1
createFunction
Create the function inside the function app. ARM returns 201 when the function resource is created.
2
syncFunctions
Refresh the function app's trigger registration so the new function is dispatched. ARM returns 204 with no body on success.
3
triggerStatus
Read the sync-function-trigger status to confirm the trigger URL and key are registered.
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.