AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Azure Functions Health Status

skill-azure-azure-functions-skills-azure-functions-health-status · by Azure

Use when investigating current Azure Functions app status and health: Running/Stopped state, Resource Health, plan status, Azure Monitor metrics, Application Insights/Log Analytics requests, failures, exceptions, traces, dependencies, and recent Activity Log. Do not use for static inventory-only requests.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-azure-azure-functions-skills-azure-functions-health-status

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-azure-azure-functions-skills-azure-functions-health-status)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Azure Functions Health Status? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Azure Functions Health Status

Use this skill to investigate the current status and health of an existing Azure Function App.

Write final answers in the user's language.

Required interaction

Ask only for missing inputs that are needed to identify the app and time window:

  • Function App name (required unless already provided)
  • Subscription ID or name (optional)
  • Resource group (optional)
  • Investigation time window, default 24h (optional)

If subscription or resource group is unknown, discover them with Resource Graph. If multiple matching apps are found, ask the user to choose one.

Fast path

  1. Call Azure best practices for azurefunctions first when available.
  2. Run the bundled health script for the current shell/OS:
  • scripts/get-functionapp-health-status.ps1 -AppName
  • scripts/get-functionapp-health-status.sh -a on macOS/Linux or Bash
  • Add -SubscriptionId and/or -ResourceGroup when known.
  • Add -Hours when the user requests a specific time window.
  • For Bash, use -s , -g , and/or -H when known.
  • Bash script requires Azure CLI plus a working python3 or python executable for JSON shaping.
  1. If bundled script execution is unavailable, use references/health-status-commands-and-kql.md.
  2. Report health findings and action items; avoid dumping raw logs unless requested.

If health findings require runtime or trigger-specific interpretation, use ../azure-functions-common/references/routing.md on demand. Do not load shared language/extension references for plain status output.

Scope boundary

This skill should collect:

  • Current app state: enabled/running/stopped, metadata availability, runtime availability
  • Plan status and Resource Health result
  • Azure Monitor metrics: instance count, CPU, memory, execution counts/units, always-ready units
  • Trigger status summary and notable disabled or indexing-failed functions
  • Application Insights/Log Analytics: request counts/failures/p95, dependency failures, exceptions, warning/error traces
  • Recent Activity Log events
  • Gaps: missing telemetry, unsupported Resource Health, unavailable diagnostic data

Do not perform full static inventory beyond fields needed to interpret health. Use the inventory skill for detailed specifications.

Next steps

  • On success, suggest azure-functions-diagnostics to interpret findings and recommend fixes when health signals are degraded or unclear.
  • On failure, suggest azure-functions-inventory to confirm app identity and configuration before retrying health checks.

Interpretation rules

  • For Flex Consumption, Resource Health may return Unknown or Unsupported; rely on app metadata, plan status, metrics, telemetry, and Activity Log.
  • Workspace-based Application Insights uses AppRequests, AppExceptions, AppTraces, and AppDependencies; classic tables may be empty.
  • Treat unresolved %SETTING_NAME% placeholders in traces/exceptions as configuration/indexing issues.
  • Redact connection strings, keys, tokens, and storage secrets. It is safe to report setting names and whether values exist.

Output template

Target:  (, , )
Current status: app , metadata , plan , Resource Health 
Metrics: instances , CPU , memory , executions 
Execution: requests , failed , p95 highlights ; dependency failures 
Triggers: enabled , disabled ; indexing/config issues 
Recent changes: 
Findings: 
Recommended next actions: 
Gaps: 

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.