agent-bom discover azure
Discover Azure AI assets and generate standardized inventory JSON
Install & Use
Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:
Help me install this AI Skill: agent-bom discover azure. It is used for: Discover Azure AI assets and generate standardized inventory JSON Full Skill content: https://321skill.com/skills/agent-bom-discover-azure-x-4/raw/index.md Read that page and install it.
The prompt includes a link to the full Skill content. You can also view the full content.
This Skill addresses the challenge of uniformly inventorying AI Agent and MCP-related assets in Azure environments. In practice, teams often need to manually track deployments across services like Azure OpenAI, Container Apps, AKS, Functions, and ML, lacking a standardized inventory list, which complicates asset management and security audits.
Usage is straightforward: you only need Azure read-only access (via Azure CLI, Managed Identity, or Service Principal) and then execute a single Python command. The tool leverages the Azure SDK to automatically discover AI-related resources in your subscription and outputs a JSON inventory file compliant with the agent-bom specification. You can subsequently use the agent-bom scan command to perform security scans on the inventory, all without exposing long-term credentials to third parties.
It is ideal for operations teams and agent developers managing multi-cloud AI infrastructure. Organizations already using or planning to adopt the agent-bom standard for asset inventory management can seamlessly integrate it into existing DevOps workflows, enabling continuous discovery and compliance auditing of AI assets.
We recommend using this tool during initial deployment or for regular inspections. Note that it is primarily designed for Azure read-only scenarios and does not support writing to or modifying Azure resources. It also requires Python 3.11 or later and the agent-bom package must be pre-installed.
Key Features
Unlike manual queries with Azure CLI or Azure Resource Graph, this Skill is specifically designed for AI Agent and MCP assets. It automatically filters key resources like Azure OpenAI, Container Apps, and AKS, and directly outputs agent-bom standard JSON, eliminating the need for additional conversion or custom scripting.
Limitations
Requires Python 3.11+, the agent-bom package installed, and supports only Azure read-only access. It is not suitable for modifying resources or cross-cloud environments.
FAQ
Is Azure administrator permission required?
No, only Azure read-only permissions (e.g., the Reader role) are needed. It can run via Azure CLI, Managed Identity, or a Service Principal.
How do I use the generated JSON file?
You can directly use the `agent-bom scan` command to perform security scans on the JSON, or import it into other tools that support the agent-bom format for asset management.
Installation guide for AI assistants
If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:
Visit https://321skill.com/skills/agent-bom-discover-azure-x-4/raw/index.md to read the original Skill definition (Markdown format) for agent-bom discover azure, and install it according to the instructions.
Raw Markdown URL for AI: /skills/agent-bom-discover-azure-x-4/raw/index.md