Skip to content

Reference

Quick lookup documentation for Azure Functions platform operations and diagnostics.

Documents

graph TD
    A[Reference] --> B[CLI Cheatsheet]
    A --> C[host.json Reference]
    A --> D[Environment Variables]
    A --> E[Platform Limits]
    A --> F[Troubleshooting]
Document Description
CLI Cheatsheet Common az functionapp, func, and Azure CLI commands
host.json Reference Host configuration options for the Functions runtime
Environment Variables System and application environment variables
Platform Limits Timeouts, payload sizes, concurrency limits per hosting plan
Troubleshooting Common issues and debugging for Python function apps
URL Purpose
https://$APP_NAME.azurewebsites.net Function App endpoint
https://$APP_NAME.scm.azurewebsites.net Kudu/SCM endpoint (not available on Flex Consumption)

Common Variables

Variable Description
$RG Resource group name
$APP_NAME Function app name
$PLAN_NAME Hosting plan name
$STORAGE_NAME Storage account name
$LOCATION Azure region

Language-Specific Details

Reference documents currently cover Python-specific content. As additional language guides are added, language-agnostic content will be promoted to this section.

See Also

Sources