En

agent-bom discover azure

Discover Azure AI assets and generate a standardized inventory

开发流程 扫描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-2/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 the Azure cloud environment. In practice, operations engineers and AI agent developers often need to quickly understand resources such as Azure OpenAI, Container Apps, AKS, Functions, and ML. However, manual queries are inefficient and prone to omissions, while granting long-term credentials to third-party tools poses security risks.

Usage is straightforward. You only need to ensure Python 3.11+ and the agent-bom tool are installed locally, and you possess Azure read-only credentials (via Azure CLI, workload identity, managed identity, or a service principal). You can then trigger the discovery process using natural language instructions, such as requesting to "scan all AI assets under the current Azure subscription and generate an inventory." The Skill will invoke the Azure SDK for read-only discovery, output a JSON file compliant with the agent-bom specification, and by default, it will remain in the discovery phase without automatically uploading or sharing the results.

It is particularly suitable for operations engineers and AI agent development teams that need to regularly inventory their Azure AI infrastructure. Organizations already using the agent-bom ecosystem for asset management can seamlessly integrate it into their existing workflows. For teams requiring audit or compliance evidence, this Skill provides a standardized inventory record, eliminating errors from manual documentation.

It is recommended to log in via Azure CLI and confirm you have at least Reader permissions before first use. Note that it is primarily focused on the discovery phase; scanning and subsequent analysis require the operator to explicitly run the agent-bom scan command. Additionally, it does not modify any Azure resources, nor does it persist credentials; all credentials exist solely within the operator's environment.

Key Features

Unlike generic queries with Azure Resource Graph or Azure CLI, this Skill outputs a standard JSON inventory compliant with the `agent-bom` specification, which can be directly consumed by tools within the `agent-bom` ecosystem. By default, it does not store any long-term credentials, and all discovery operations utilize the operator's existing identity chain, offering higher security.

Limitations

Requires Python 3.11+, the `agent-bom` tool to be installed, and the operator must possess Azure read-only credentials (via Azure CLI, workload identity, managed identity, or a service principal). Anonymous discovery without credentials is not supported.

FAQ

What Azure permissions are required?

At minimum, the Reader role on the Azure subscription is required. It is recommended to use a read-only identity and avoid using long-term client secrets.

How do I install agent-bom?

Install via pip: `pip install agent-bom`, or clone and install from the GitHub repository.

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