agent-bom discover azure
Discover Azure AI assets and generate standardized inventory
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 Full Skill content: https://321skill.com/skills/agent-bom-discover-azure-x-3/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 within the Azure cloud environment. In practical operations, teams often need to manually log into the Azure Portal or write temporary scripts to locate resources such as Azure OpenAI, Container Apps, AKS clusters, Function Apps, and Machine Learning workspaces. This approach is not only inefficient but also prone to missing critical assets, and storing Azure credentials long-term poses security risks.
Usage is straightforward. You simply need to ensure Python 3.11+ and the agent-bom library are installed locally, and you have obtained read-only permissions via Azure CLI, workload identity, or managed identity. You can then trigger the discovery process using natural language instructions, such as requesting an inventory of AI assets under the current subscription. This Skill will call the Azure SDK for read-only queries, generate a JSON inventory file compliant with the agent-bom specification, and by default, it will stop at the discovery phase without performing automatic scanning or uploading.
It is ideal for operations engineers and agent development teams that require regular auditing of Azure AI infrastructure. Organizations already using the agent-bom ecosystem for asset inventory management can seamlessly integrate discovery results from Azure into their unified inventory, avoiding redundant work. For scenarios with high security and compliance requirements, the Skill's design ensures credentials never leave the operator's environment, outputting only a sanitized inventory.
It is recommended to use this tool uniformly after each Azure resource change or during periodic inspections. Note that it primarily relies on Azure Resource Manager and Cognitive Services APIs; some resource types (like custom MCP servers) may require additional configuration for identification. Before first use, confirm Python version ≥3.11 and install the agent-bom library.
Key Features
Unlike directly using Azure CLI or Resource Graph queries, this Skill outputs a standardized `agent-bom` inventory JSON that can be directly consumed by scanning tools within the `agent-bom` ecosystem, eliminating the need for additional format conversion. Furthermore, it enforces the use of the operator's existing identity chain, eliminating the requirement for long-term storage of Azure client secrets, thereby enhancing security.
Limitations
Requires a Python 3.11+ environment and depends on the `agent-bom` library (installable from PyPI). It only supports Azure read-only credentials (Azure CLI, workload identity, managed identity, or service principal) and does not support directly pasting client secrets.
FAQ
What dependencies does this Skill require?
It requires Python 3.11+ and the `agent-bom` library, which can be installed via `pip install agent-bom`. Additionally, Azure CLI or equivalent identity authentication is needed. No extra Azure SDK installation is required as `agent-bom` already includes it.
Does the generated inventory file contain sensitive information?
No. When generating the JSON, this Skill automatically sanitizes credential-related fields (such as connection strings, access tokens), retaining only resource metadata and configuration information to ensure secure export.
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-3/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-3/raw/index.md