azure-functions-diagnostics

Diagnose Azure Functions deployment failures, runtime errors, and trigger issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The azure-functions-diagnostics Skill helps resolve and diagnose Azure Functions issues with ease, streamlining deployment failures, runtime errors, and more.

Core Features & Use Cases

  • Comprehensive Issue Diagnosis: Diagnose issues like deployment failures, runtime errors, trigger/binding failures, and language worker problems.
  • Telemetry/Log Analysis: Analyze logs and telemetry for insights.
  • Remediation Assistance: Get recommendations and guidance for issue resolution.
  • Use Case: For example, if you encounter a deployment failure, this Skill can guide you through collecting logs, identifying issues, and recommending steps to fix them.

Quick Start

Start diagnosing Azure Functions issues by running: 'use azure-functions-diagnostics'

Frequently Asked Questions about azure-functions-diagnostics

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

FAQPage Schema
How do I diagnose Azure Functions runtime errors and deployment failures?

Diagnosing Azure Functions runtime errors and deployment failures involves analyzing telemetry and logs to identify root causes, then applying focused remediation guidance to resolve the specific issue affecting your deployed application.

What is the best way to troubleshoot Azure Functions trigger and binding failures?

Troubleshooting Azure Functions trigger and binding failures requires selective reference loading and telemetry analysis to pinpoint the execution failure, enabling you to apply recommended steps to fix the binding configuration.

Can I use this to analyze Azure Functions language worker issues?

Yes, you can diagnose Azure Functions language worker issues by analyzing runtime telemetry and logs, which helps identify the specific worker process failure and provides recommendations for resolving the language-specific error.

How do I start diagnosing a deployed Azure Functions app that is failing?

To start diagnosing a deployed Azure Functions app, initiate the diagnostic skill to collect logs and telemetry, identify the failure point, and follow the recommended steps to remediate the deployment or runtime error.

Does Azure Functions diagnostics work for analyzing telemetry and logs?

Yes, Azure Functions diagnostics works for analyzing telemetry and logs, providing insights into runtime errors and trigger failures by selectively loading relevant references to support in-depth issue analysis and remediation.