azure-functions▌
sickn33/antigravity-awesome-skills · updated Apr 8, 2026
Expert patterns for Azure Functions development across .NET, Python, and Node.js runtimes.
- ›Covers three modern programming models: isolated worker model for .NET, Node.js v4 code-centric approach, and Python v2 decorator-based pattern
- ›Identifies critical anti-patterns including blocking async calls, creating new HttpClient per request, and using deprecated in-process model
- ›Provides sharp-edge guidance on async/await usage, Durable Functions orchestration, timeout configuration, Appli
Azure Functions
Patterns
Isolated Worker Model (.NET)
Modern .NET execution model with process isolation
Node.js v4 Programming Model
Modern code-centric approach for TypeScript/JavaScript
Python v2 Programming Model
Decorator-based approach for Python functions
Anti-Patterns
❌ Blocking Async Calls
❌ New HttpClient Per Request
❌ In-Process Model for New Projects
⚠️ Sharp Edges
| 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 |
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Ratings
4.6★★★★★53 reviews- ★★★★★Arya Jain· Dec 28, 2024
Solid pick for teams standardizing on skills: azure-functions is focused, and the summary matches what you get after install.
- ★★★★★Arya Iyer· Dec 12, 2024
azure-functions fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Dhruvi Jain· Dec 8, 2024
Keeps context tight: azure-functions is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Nia Bansal· Dec 8, 2024
azure-functions is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Michael Diallo· Dec 4, 2024
Registry listing for azure-functions matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Oshnikdeep· Nov 27, 2024
Registry listing for azure-functions matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Michael Abebe· Nov 27, 2024
azure-functions reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Michael Khan· Nov 27, 2024
Useful defaults in azure-functions — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Liam Khan· Nov 23, 2024
Keeps context tight: azure-functions is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Luis Choi· Nov 19, 2024
We added azure-functions from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 53