Examples Overview¶
Use these practical walkthroughs to move from scaffold generation to a running, customized function app.
Available Examples¶
- HTTP API: strict API project with endpoint customization, OpenAPI usage, and local verification.
- Timer Job: scheduled workloads, NCRONTAB patterns, and Azurite setup for local execution.
- Full Stack: end-to-end setup with strict preset, OpenAPI, validation, doctor checks, and CI-oriented workflow.
Recommended Order¶
- Start with HTTP API if you are new to the scaffold.
- Continue with Timer Job if you need background/scheduled processing.
- Use Full Stack as your production baseline template.