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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: davila7-claude-code-templates-azure-functions3description: Azure Functions4---56# Azure Functions78## Patterns910### Isolated Worker Model (.NET)1112Modern .NET execution model with process isolation1314### Node.js v4 Programming Model1516Modern code-centric approach for TypeScript/JavaScript1718### Python v2 Programming Model1920Decorator-based approach for Python functions2122## Anti-Patterns2324### ❌ Blocking Async Calls2526### ❌ New HttpClient Per Request2728### ❌ In-Process Model for New Projects2930## ⚠️ Sharp Edges3132| Issue | Severity | Solution |33|-------|----------|----------|34| Issue | high | ## Use async pattern with Durable Functions |35| Issue | high | ## Use IHttpClientFactory (Recommended) |36| Issue | high | ## Always use async/await |37| Issue | medium | ## Configure maximum timeout (Consumption) |38| Issue | high | ## Use isolated worker for new projects |39| Issue | medium | ## Configure Application Insights properly |40| Issue | medium | ## Check extension bundle (most common) |41| Issue | medium | ## Add warmup trigger to initialize your code |4243---44> Converted and distributed by [TomeVault](https://tomevault.io/claim/davila7) — claim your Tome and manage your conversions.45<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/davila7-claude-code-templates-azure-functions in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Azure Functions It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.