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.
Scanned 5/27/2026
Install via CLI
openskills install H4D3ZS/vscodium-rust---
version: 4.1.0-fractal
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
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [Isolated Worker Model (.NET)](./sub-skills/isolated-worker-model-net.md)
### 2. [Node.js v4 Programming Model](./sub-skills/nodejs-v4-programming-model.md)
### 3. [Python v2 Programming Model](./sub-skills/python-v2-programming-model.md)
### 4. [❌ Blocking Async Calls](./sub-skills/blocking-async-calls.md)
### 5. [❌ New HttpClient Per Request](./sub-skills/new-httpclient-per-request.md)
### 6. [❌ In-Process Model for New Projects](./sub-skills/in-process-model-for-new-projects.md)
No comments yet. Be the first to comment!