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.
Recommended Order¶
- Start with HTTP API if you are new to the scaffold.
- Continue with Timer Job if you need background/scheduled processing.
- Try Worker Triggers for message and event-driven patterns.
- See Durable Workflow or CosmosDB Change Feed for specialized triggers.
- See AI Agents for OpenAI or LangGraph workloads.
- Use Full Stack as your production baseline template.