Azure Resource Inventory

Dashboard for your Azure estate

Restoring cached workbook...

Loading data from your browser storage

No workbook yet?

Generate the required `.xlsx` inventory file with Microsoft's Azure Resource Inventory (ARI), then upload it here.

Open ARI guide
1

Install ARI in PowerShell 7+

Install the Azure Resource Inventory module from the PowerShell Gallery.

Install-Module -Name AzureResourceInventory
2

Import the module and sign in

Open PowerShell 7, import the module, and authenticate to Azure with read access to the target resources.

Import-Module AzureResourceInventory
3

Generate the workbook

Run ARI for your tenant or subscription. ARI produces an Excel inventory report that this dashboard can read.

Invoke-ARI -TenantID <Tenant-ID> -SubscriptionID <Subscription-ID>
Expected ARI output

ARI writes an Excel report with a default name like:

AzureResourceInventory_Report_yyyy-MM-dd_HH_mm.xlsx

On Windows the default folder is:

C:\AzureResourceInventory\

Upload the generated `.xlsx` file from that folder to this site.

Helpful ARI options
  • Use -IncludeTags to include Azure tags.
  • Use -SecurityCenter to enrich the report with security data.
  • Use -ReportDir or -ReportName to control where the workbook is saved.

Upload an XLSX file generated by Azure Resource Inventory (ARI). Your data stays in your browser.

Built by Bikram GC to help people visualize their Azure resources, influenced by Microsoft's ARI tool.