Provides expert implementation patterns and optimization strategies for modern Azure Functions development across multiple languages.
This skill equips developers with production-ready patterns for building scalable serverless applications on Azure. It covers the latest programming models, including the .NET Isolated Worker model, Node.js v4 code-centric approach, and Python v2 decorators. Beyond basic triggers, it provides deep guidance on Durable Functions for stateful orchestration—such as function chaining and fan-out/fan-in patterns—and includes critical optimization techniques to minimize cold starts and prevent socket exhaustion in high-scale environments.
主要功能
01Isolated worker model support for .NET 8, 9, and 10
02Best practices for dependency injection and HttpClient management
03Cold start optimization and production-grade performance patterns
0431,432 GitHub stars
05Modern Node.js v4 and Python v2 decorator-based templates
06Durable Functions orchestration for complex stateful workflows
使用场景
01Implementing long-running, resilient workflows with state persistence
02Migrating legacy Azure Functions to modern isolated execution models