Skip to content

Azure Resource Inventory

Source: GitHub - microsoft/ARI: Azure Resource Inventory - It’s a Powerful tool to create EXCEL inventory from Azure Resources with low effort

Use case: Track resources to help manage them.

Get an Excel of resources matching a tenant, subscription, resource group and tag.

Terminal window
Invoke-ARI `
-TenantID <id> `
-SubscriptionID <id> `
-ResourceGroup <rg> `
-TagKey DeploymentKey `
-TagValue <mytag> `
-Debug -SkipDiagram -Lite