Dashboard for your Azure estate
Restoring cached workbook...
Loading data from your browser storage
Generate the required `.xlsx` inventory file with Microsoft's Azure Resource Inventory (ARI), then upload it here.
Install the Azure Resource Inventory module from the PowerShell Gallery.
Install-Module -Name AzureResourceInventoryOpen PowerShell 7, import the module, and authenticate to Azure with read access to the target resources.
Import-Module AzureResourceInventoryRun 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>ARI writes an Excel report with a default name like:
AzureResourceInventory_Report_yyyy-MM-dd_HH_mm.xlsxOn Windows the default folder is:
C:\AzureResourceInventory\Upload the generated `.xlsx` file from that folder to this site.
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.