Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare Azure environments for new workloads—subscriptions, networking, identity, and landing zones
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/functions/templates/recipes/README.md
1# Function Template Recipes23Composable templates for Azure Functions integrations.45## Recipe Index67For intent-to-resource mapping and selection algorithm, see [selection.md](../selection.md).89| Recipe | Resource |10|--------|----------|11| [cosmosdb](cosmosdb/README.md) | `cosmos` |12| [eventhubs](eventhubs/README.md) | `eventhub` |13| [servicebus](servicebus/README.md) | `servicebus` |14| [timer](timer/README.md) | `timer` |15| [durable](durable/README.md) | `durable` |16| [mcp](mcp/README.md) | `mcp` |17| [sql](sql/README.md) | `sql` |18| [blob-eventgrid](blob-eventgrid/README.md) | `blob` |1920## Composition2122See [composition.md](composition.md) for merging multiple templates.2324## Common Patterns2526| Pattern | Description |27|---------|-------------|28| [Error Handling](common/error-handling.md) | Try/catch + logging patterns |29| [Health Check](common/health-check.md) | Health endpoint for monitoring |30| [Node.js Entry Point](common/nodejs-entry-point.md) | `src/index.js` requirements |31| [.NET Entry Point](common/dotnet-entry-point.md) | `Program.cs` requirements |32