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.
  • Worker Triggers: queue, blob, Service Bus, and Event Hub trigger projects with connection setup and local testing.
  • Durable Workflow: orchestrator, activities, and HTTP starter for durable workflows.
  • CosmosDB Change Feed: change feed processing with lease tracking and emulator setup.
  • AI Agents: Azure OpenAI chat endpoint and LangGraph agent deployment.
  • 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. Try Worker Triggers for message and event-driven patterns.
  4. See Durable Workflow or CosmosDB Change Feed for specialized triggers.
  5. See AI Agents for OpenAI or LangGraph workloads.
  6. Use Full Stack as your production baseline template.