Function Template Recipes
Composable templates for Azure Functions integrations.
Recipe Index
For intent-to-resource mapping and selection algorithm, see selection.md.
| Recipe | Resource |
|---|---|
| cosmosdb | cosmos |
| eventhubs | eventhub |
| servicebus | servicebus |
| timer | timer |
| durable | durable |
| mcp | mcp |
| sql | sql |
| blob-eventgrid | blob |
Composition
See composition.md for merging multiple templates.
Common Patterns
| Pattern | Description |
|---|---|
| Error Handling | Try/catch + logging patterns |
| Health Check | Health endpoint for monitoring |
| Node.js Entry Point | src/index.js requirements |
| .NET Entry Point | Program.cs requirements |