Install
$ agentstack add skill-azure-azure-functions-skills-azure-functions-inventory ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Call Azure best practices for
azurefunctionsfirst when available. - Run the bundled inventory script for the current shell/OS:
scripts/get-functionapp-inventory.ps1 -AppNamescripts/get-functionapp-inventory.sh -aon macOS/Linux or Bash- Add
-SubscriptionIdand/or-ResourceGroupwhen known. - For Bash, use
-sand/or-gwhen known. - Bash script requires Azure CLI plus a working
python3orpythonexecutable for JSON shaping.
- If bundled script execution is unavailable, use
references/inventory-commands.md. - 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-statusto check current health and telemetry next. - On failure, suggest
azure-functions-diagnosticsto 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.
- Author: Azure
- Source: Azure/azure-functions-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.