Retrieves information about Azure resources across subscriptions using Resource Graph queries.
Sponsored
Azure Resource Graph provides a Model Context Protocol (MCP) server that allows you to query Azure resources across your subscriptions using Azure Resource Graph. It simplifies the process of gathering detailed information about your Azure infrastructure, supporting both default queries and custom Resource Graph queries for tailored data retrieval. Leveraging Azure DefaultAzureCredential, it integrates seamlessly with existing Azure authentication mechanisms, ensuring secure and efficient access to your resource data.
主要功能
01Query Azure resources using Resource Graph queries
022 GitHub stars
03Provides default query to return resource ID, name, type, and location
04Uses Azure DefaultAzureCredential for authentication
05Supports custom Resource Graph queries
使用案例
01Inventory and discovery of Azure resources
02Automation of Azure resource management tasks
03Custom reporting on Azure resource configurations