Azure Functions
원문: azure-functions
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, a
무엇을 하나요
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 | | Iss…
실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.