DevOps & Infra
azure-functions - Claude MCP Skill
Modern .NET execution model with process isolation
SEO Guide: Enhance your AI agent with the azure-functions tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to modern .net execution model with process isolation... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# 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 | | Issue | medium | ## Configure Application Insights properly | | Issue | medium | ## Check extension bundle (most common) | | Issue | medium | ## Add warmup trigger to initialize your code | ## When to Use This skill is applicable to execute the workflow or actions described in the overview.
Signals
Information
- Repository
- arlenagreer/claude_configuration_docs
- Author
- arlenagreer
- Last Sync
- 5/10/2026
- Repo Updated
- 5/7/2026
- Created
- 4/10/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
upgrade-webkit
Upgrade Bun's Webkit fork to the latest upstream version of Webkit.
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.