tessl install github:sickn33/antigravity-awesome-skills --skill azure-functionsgithub.com/sickn33/antigravity-awesome-skills
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. Use when: azure function, azure functions, durable functions, azure serverless, function app.
Review Score
55%
Validation Score
10/16
Implementation Score
15%
Activation Score
100%
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 |