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

Azure Functions Inventory

skill-azure-azure-functions-skills-azure-functions-inventory · by Azure

Use when collecting Azure Functions app specifications/inventory only: resource identity, SKU/plan, runtime, Function App config, network, identity, selected app settings, and function/trigger inventory. Do not use for runtime health, failures, metrics, or telemetry investigation.

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

Install

$ agentstack add skill-azure-azure-functions-skills-azure-functions-inventory

✓ 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-inventory)

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 Inventory? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Azure Functions Inventory

Use this skill to collect the static specifications 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:

  • Function App name (required unless already provided)
  • Subscription ID or name (optional)
  • Resource group (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 inventory script for the current shell/OS:
  • scripts/get-functionapp-inventory.ps1 -AppName
  • scripts/get-functionapp-inventory.sh -a on macOS/Linux or Bash
  • Add -SubscriptionId and/or -ResourceGroup when known.
  • For Bash, use -s and/or -g 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/inventory-commands.md.
  2. Report only inventory/specification data unless the user explicitly asks for health or telemetry.

If a caller needs runtime or trigger interpretation after inventory collection, use ../azure-functions-common/references/routing.md on demand. Do not load shared language/extension references for plain inventory output.

Next steps

  • On success, suggest azure-functions-health-status to check current health and telemetry next.
  • On failure, suggest azure-functions-diagnostics to triage missing or blocked inventory data.

Scope boundary

This skill should collect:

  • Resource identity: subscription, resource group, region, resource ID, host name
  • Plan/SKU/runtime: plan name/SKU/status, OS, runtime stack/version, Functions runtime
  • Flex config: deployment storage type/auth, memory, max instances, always-ready value, update strategy
  • Network/security: VNet integration, public network access, HTTPS only, TLS, FTPS, private endpoint count if available
  • Identity/settings: managed identity type and selected setting presence with secrets redacted
  • Functions inventory: functions and trigger types, enabled/disabled counts
  • Related resources in the resource group, summarized by resource type/name/SKU

Do not include metrics, Application Insights, exceptions, traces, dependencies, Activity Log, or Resource Health analysis. Use the health skill for those.

Output template

Target:  (, , )
Plan/Runtime: , , , Functions , memory , max , alwaysReady 
Network/Identity: VNet , publicAccess , identity 
Settings: 
Triggers: enabled , disabled ; trigger breakdown 
Related resources: 
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.