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]
Quick Links
| 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