En

agent-bom discover azure

Discover Azure AI assets and generate a standardized inventory

开发流程 发现Azure云上AI Agent资产清单扫描Azure环境生成AI资产清单 通用 ★ 2.6k Updated 2026-08-02

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 a standardized inventory
Full Skill content: https://321skill.com/skills/agent-bom-discover-azure-x-7/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 practice, operations engineers and agent developers often need to quickly identify AI infrastructure—such as OpenAI services, container apps, AKS clusters, function apps, and machine learning workspaces—under an Azure subscription. Manual queries are time-consuming, prone to omissions, and produce inconsistent output formats across different tools, making automation difficult.

Usage is straightforward: simply run a single Python command in an environment where Azure CLI is already logged in or workload identity is configured. It automatically invokes the Azure SDK for read-only discovery and outputs the results as a JSON inventory file compliant with the agent-bom specification. You can then use natural language instructions to have agent-bom scan this inventory for security and compliance analysis. The entire process does not require providing long-term Azure credentials to agent-bom.

This Skill is ideal for operations engineers and agent development teams that need to regularly inventory Azure AI resources. Organizations already using agent-bom for asset inventory management can seamlessly integrate Azure assets into a unified view. For scenarios requiring compliance audits or aiming to automate infrastructure discovery workflows, this Skill significantly improves efficiency.

It is recommended to use this tool to generate the latest inventory before and after major deployments or on a regular schedule (e.g., weekly). Note that it primarily relies on Azure read-only identity chains (Azure CLI, managed identities, etc.). Ensure the execution environment has the correct permissions configured. The output file path is specified by the operator; please securely store the generated JSON file to avoid exposing subscription information.

Key Features

Unlike generic queries with Azure Resource Graph or Azure CLI, this Skill performs structured discovery specifically for AI Agent and MCP-related assets, outputting results in a JSON format compliant with the agent-bom specification. This output can be directly consumed by the agent-bom scanning tool without requiring secondary conversion. In contrast, raw data from native Azure tools requires manual parsing before it can be used for subsequent inventory scans.

Limitations

Requires a Python 3.11+ environment and the Azure SDK libraries. The execution environment must have read-only permissions for the Azure subscription (via Azure CLI, workload identity, managed identity, or service principal). It does not support offline or network-less environments.

FAQ

What dependencies does this Skill require?

Requires Python 3.11+ and installation of the main package via `pip install agent-bom`. Ensure Azure SDK dependencies are satisfied (typically installed automatically with agent-bom).

What subsequent operations can the generated inventory JSON file be used for?

It can be directly scanned using the `agent-bom scan` command to obtain security and compliance analysis results. It can also be imported into other tools supporting the agent-bom format for visualization or auditing.

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-7/raw/index.md to read the original Skill definition (Markdown format) for agent-bom discover azure, and install it according to the instructions.