skills/smithery.ai/azure-functions

azure-functions

Installation
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)
Installs
3
First Seen
Apr 4, 2026
azure-functions from smithery.ai