Runtime & Ops¶
Use this category for application composition, host configuration, and runtime tuning. These recipes focus on operating Azure Functions well after the handler logic itself is in place.
| Recipe | Trigger | Difficulty |
|---|---|---|
| Blueprint Modular App | App composition pattern | Intermediate |
| Output Binding vs SDK | Cross-trigger implementation choice | Intermediate |
| host.json Tuning | Runtime-wide host configuration | Advanced |
| Concurrency Tuning | Runtime concurrency controls | Advanced |
| Observability Tracing | Cross-trigger OpenTelemetry | Advanced |
| Cold Start Mitigation | Runtime optimization | Intermediate |