Microsoft Azure Functions · Arazzo Workflow
Create a Function in a Function App and Verify It
Version 1.0.0
Create a single function inside an existing function app, then read it back to confirm it exists.
Provider
Workflows
create-function-and-verify
Create one function in a function app and read it back to verify.
Creates a function via sites/functions create-or-update and then fetches it by name, returning the persisted configuration and invoke URL template.
1
createFunction
WebApps_CreateFunction
Create or update the function inside the function app. ARM returns 201 when the function resource is created.
2
getFunction
WebApps_GetFunction
Read the function back by name to confirm it was persisted and capture its invoke URL template.