azure-functions-doctor

Analyze local Azure Functions code and configuration for common issues, outputting JSON findings.

15|4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Azure/azure-functions-skills --skill azure-functions-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-functions-doctor
Source: https://github.com/Azure/azure-functions-skills/tree/main/.github/plugins/azure-functions-skills/skills/azure-functions-doctor
Command: npx skills add https://github.com/Azure/azure-functions-skills --skill azure-functions-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Azure Functions Doctor Skill unit helps developers quickly identify and resolve common issues in their Azure Functions projects, ensuring smooth deployment and operation.

Core Features & Use Cases

  • Local Workspace Analysis: Diagnose code and configuration issues in local Azure Functions workspaces.
  • Structured Findings: Provides JSON-formatted findings for easy integration with other tools.
  • Focused on Local Workspaces: Targets local development environments for effective debugging.
  • Use Case: Before deploying an Azure Function, use this Skill to scan the code and configuration for potential issues that could affect performance or reliability.

Quick Start

Analyze the current directory for Azure Functions code and configuration issues by running: npx @azure/functions-skills doctor --deep

Frequently Asked Questions about azure-functions-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Azure Functions code and configuration issues in my local workspace?

You can diagnose local Azure Functions workspace issues by running the doctor command to analyze code and configuration. It outputs structured JSON findings that highlight common problems affecting performance or reliability.

What is the best way to check an Azure Functions project for issues before deployment?

The best way to check an Azure Functions project before deployment is to perform a local workspace analysis. This scans your code and configuration to identify potential issues that could affect smooth operation.

Can I get JSON findings from Azure Functions local development debugging?

Yes, you can get JSON findings from Azure Functions local development debugging. The analysis outputs structured JSON-formatted findings, making it easy to integrate the diagnostic results with other tools in your workflow.

Does the Azure Functions doctor work with local development environments?

Yes, the Azure Functions doctor works specifically with local development environments. It targets local workspaces to effectively debug code and configuration issues before you deploy your functions to the cloud.

How do I scan my current directory for Azure Functions configuration issues?

To scan your current directory for Azure Functions configuration issues, run the deep analysis command. This analyzes the local workspace code and configuration, returning JSON findings for effective debugging.