azure-functions-health-status

Analyze Azure Function App status, metrics, logs, and trigger configurations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit helps diagnose the status and health of an Azure Function App by collecting details about the application state, metrics, logs, and performance, making it easier to detect issues and take necessary actions.

Core Features & Use Cases

  • Application Health Monitoring: Track running/stopped state, resource health, and performance metrics of the Azure Function App.
  • Logs and Metrics Analysis: Retrieve and analyze Azure Monitor metrics and Application Insights data.
  • Trigger Status Summary: Check enabled/disabled triggers and potential issues in triggers.
  • Recent Activity Log Events: Examine the recent events in the application logs for any anomalies or errors.
  • Use Case: When a user encounters a performance issue in their Azure Function App, this skill unit can provide immediate insights into the status and health of the app, helping in the diagnosis and resolution of the issue.

Quick Start

Run the azure-functions-health-status skill unit on the specific Azure Function App to check its current status and health.

Frequently Asked Questions about azure-functions-health-status

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

FAQPage Schema
How do I check the health status of an Azure Function App?

To check Azure Function App health, you query the application state, collect performance metrics, and analyze logs. This evaluates the running state, resource health, and trigger configurations to detect anomalies or issues.

How can I monitor Azure Functions performance metrics and Application Insights data?

You monitor Azure Functions performance metrics and Application Insights data by retrieving and analyzing Azure Monitor logs. This provides insights into application performance and helps diagnose anomalies in recent activity log events.

Do I need Azure CLI and Python to monitor Azure Functions health status?

Yes, Azure CLI and Python 3 are required to monitor Azure Functions health status. These tools execute the scripts that query app state, analyze logs, and collect performance metrics for the Function App.

What is the best way to diagnose a stopped or failing Azure Function App trigger?

The best way to diagnose a failing Azure Function App trigger is to check enabled and disabled trigger configurations and summarize potential issues. Analyzing recent activity log events helps identify anomalies causing the performance problem.

Why is my Azure Function App experiencing performance issues and how do I find errors in logs?

Azure Function App performance issues are found by examining recent activity log events for anomalies or errors. Retrieving Azure Monitor metrics and Application Insights data provides immediate insights into the application state and health.