File contents
name: azure-functions
description: "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."
source: vibeship-spawner-skills (Apache 2.0)
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: zhugez/OrbitSmith — distributed by TomeVault .
1 --- 2 name: zhugez-orbitsmith-azure-functions 3 description: --- 4 --- 5 --- 6 name: azure-functions 7 description: "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." 8 source: vibeship-spawner-skills (Apache 2.0) 9 --- 10 11 # Azure Functions 12 13 ## Patterns 14 15 ### Isolated Worker Model (.NET) 16 17 Modern .NET execution model with process isolation 18 19 ### Node.js v4 Programming Model 20 21 Modern code-centric approach for TypeScript/JavaScript 22 23 ### Python v2 Programming Model 24 25 Decorator-based approach for Python functions 26 27 ## Anti-Patterns 28 29 ### ❌ Blocking Async Calls 30 31 ### ❌ New HttpClient Per Request 32 33 ### ❌ In-Process Model for New Projects 34 35 ## ⚠️ Sharp Edges 36 37 | Issue | Severity | Solution | 38 |-------|----------|----------| 39 | Issue | high | ## Use async pattern with Durable Functions | 40 | Issue | high | ## Use IHttpClientFactory (Recommended) | 41 | Issue | high | ## Always use async/await | 42 | Issue | medium | ## Configure maximum timeout (Consumption) | 43 | Issue | high | ## Use isolated worker for new projects | 44 | Issue | medium | ## Configure Application Insights properly | 45 | Issue | medium | ## Check extension bundle (most common) | 46 | Issue | medium | ## Add warmup trigger to initialize your code | 47 48 --- 49 > Source: [zhugez/OrbitSmith](https://github.com/zhugez/OrbitSmith) — distributed by [TomeVault](https://tomevault.io). 50 <!-- tomevault:4.0:skill_md:2026-06-15 -->
tomevault-io/skills-registry/tree/main/zhugez--orbitsmith--azure-functions commit 71777c4da6
Frequently asked questions How do I install the Zhugez Orbitsmith Azure Functions skill? Run npx skillmds@latest add tomevault-io/zhugez-orbitsmith-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 Zhugez Orbitsmith Azure Functions skill do? --- It is listed under DevOps & Infra on SkillMD.
Is Zhugez Orbitsmith Azure Functions safe to use? 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.
Which AI agents work with Zhugez Orbitsmith 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 Zhugez Orbitsmith Azure Functions free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Zhugez Orbitsmith Azure Functions? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.