azure-functions
SKILL.md
Azure Functions Development Skill
Overview
This skill helps you build Azure Functions using the Python v2 programming model with decorators.
Key Patterns
HTTP Trigger Function
import azure.functions as func
import json
app = func.FunctionApp(http_auth_level=func.AuthLevel.FUNCTION)