From claude-code-community-ireland-claude-code-resources
Provides expert patterns for Azure Functions including isolated worker model, Durable Functions orchestration, cold start optimization, and production anti-patterns for .NET, Python, and Node.js.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-community-ireland-claude-code-resources:azure-functionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Modern .NET execution model with process isolation
Modern .NET execution model with process isolation
Modern code-centric approach for TypeScript/JavaScript
Decorator-based approach for Python functions
| Issue | Severity | Solution |
|---|---|---|
| Issue | high | ## Use async pattern with Durable Functions |
| Issue | high | ## Use IHttpClientFactory (Recommended) |
| Issue | high | ## Always use async/await |
| Issue | medium | ## Configure maximum timeout (Consumption) |
| Issue | high | ## Use isolated worker for new projects |
| Issue | medium | ## Configure Application Insights properly |
| Issue | medium | ## Check extension bundle (most common) |
| Issue | medium | ## Add warmup trigger to initialize your code |
npx claudepluginhub claude-code-community-ireland/claude-code-resourcesProvides expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models.
Provides expert guidance for Azure Functions development including troubleshooting, best practices, architecture, security, deployment, and integrations. Use for HTTP/queue-triggered apps, Durable workflows, container-based Functions, or OpenAI/Dapr integrations.
Creates and manages Azure Functions for serverless computing with triggers, bindings, authentication, and monitoring. Supports HTTP APIs, message processing, scheduled jobs, and event-driven workflows.