Azure Functions Runtime API

The Azure Functions host runtime provides HTTP endpoints for function invocation, admin operations, host status, function management, and key management. Includes endpoints for listing functions, getting function status, managing host and function keys, and triggering function execution.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-azure-functions:azure-functions-runtime-api
name: Azure Functions Runtime API
description: The Azure Functions host runtime provides HTTP endpoints for function invocation, admin operations,
  host status, function management, and key management. Includes endpoints for listing functions, getting
  function status, managing host and function keys, and triggering function execution.
humanURL: https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference
baseURL: https://{functionapp}.azurewebsites.net
properties:
- type: Documentation
  url: https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference
- type: GettingStarted
  url: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-csharp
- type: Authentication
  url: https://learn.microsoft.com/en-us/azure/azure-functions/security-concepts
tags:
- Event-Driven
- Functions
- HTTP Trigger
- Runtime
- Serverless