Skip to content

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.
  1. Start with HTTP API if you are new to the scaffold.
  2. Continue with Timer Job if you need background/scheduled processing.
  3. Use Full Stack as your production baseline template.