This document discusses how Azure Resource Graph can be used to efficiently manage Azure subscriptions at scale. It begins with an overview of management challenges at scale and introduces Azure Resource Graph as a solution. Key points covered include:
- Azure Resource Graph allows querying across subscriptions quickly and at scale to gain insights.
- The query syntax is based on Kusto and allows filtering, projecting, extending, and aggregating query results.
- Azure Resource Graph can be accessed via the Azure portal, PowerShell, Azure CLI and other methods.
- Graph queries can be converted to Azure policies using a tool called graph2policy to enforce governance at scale.