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.
Category map¶
flowchart LR
BP[Blueprints] --> App[FunctionApp]
Host[host.json config] --> App
App --> Runtime[Runtime tuning & concurrency]
| 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 |