File contents 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
Source: richard-devbot/SDLC-rstack — distributed by TomeVault .
1 --- 2 name: richard-devbot-sdlc-rstack-creating-azure-functions 3 description: Azure Functions 4 --- 5 6 # Azure Functions 7 8 ## Patterns 9 10 ### Isolated Worker Model (.NET) 11 12 Modern .NET execution model with process isolation 13 14 ### Node.js v4 Programming Model 15 16 Modern code-centric approach for TypeScript/JavaScript 17 18 ### Python v2 Programming Model 19 20 Decorator-based approach for Python functions 21 22 ## Anti-Patterns 23 24 ### ❌ Blocking Async Calls 25 26 ### ❌ New HttpClient Per Request 27 28 ### ❌ In-Process Model for New Projects 29 30 ## ⚠️ Sharp Edges 31 32 | 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 | 42 43 --- 44 > Source: [richard-devbot/SDLC-rstack](https://github.com/richard-devbot/SDLC-rstack) — distributed by [TomeVault](https://tomevault.io). 45 <!-- tomevault:4.0:skill_md:2026-05-22 -->
tomevault-io/skills-registry/tree/main/richard-devbot--sdlc-rstack--creating-azure-functions commit 2f2fa9f5e9
Frequently asked questions How do I install the Richard Devbot Sdlc Rstack Creating Azure Functions skill? Run npx skillmds@latest add tomevault-io/richard-devbot-sdlc-rstack-creating-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.
What does the Richard Devbot Sdlc Rstack Creating Azure Functions skill do? Azure Functions It is listed under DevOps & Infra on SkillMD.
Is Richard Devbot Sdlc Rstack Creating Azure Functions safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Richard Devbot Sdlc Rstack Creating Azure Functions? 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.
Is Richard Devbot Sdlc Rstack Creating Azure Functions free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Richard Devbot Sdlc Rstack Creating Azure Functions? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.