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
WebApps_CreateFunction
Create the function inside the function app. ARM returns 201 when the function resource is created.
2
syncFunctions
WebApps_SyncFunctions
Refresh the function app's trigger registration so the new function is dispatched. ARM returns 204 with no body on success.
3
triggerStatus
WebApps_ListSyncFunctionTriggers
Read the sync-function-trigger status to confirm the trigger URL and key are registered.