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
Create or update the function inside the function app. ARM returns 201 when the function resource is created.
2
getFunction
Read the function back by name to confirm it was persisted and capture its invoke URL template.
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.