Function Apps vs Functions APIs
- Functions (
/functions/...) — Deploy and manage function definitions, schedules, and calls using the traditional Functions resource model (function IDs, schedules, call history, and logs). - Function Apps (
/function-apps/...) — Manage function applications by external ID, including calls, response and logs for a call, and Model Context Protocol (MCP) operations where exposed in the API reference.
APIs in this group
- Functions — Deploy and manage serverless Python functions
- Function calls — Invoke functions and track execution
- Function schedules — Schedule recurring function invocations
- Function Apps — List and manage function applications and their calls (
/function-apps/...) as documented in the API reference for your calendar version