Export all Azure resources data in CSV file using Resource Graph Explorer

Anonymous
2021-08-27T17:52:53.48+00:00

Hi All,

I want to export all Azure Resources (VM, NIC,VNet,Disks,OSDisk, PublicIP, StorageAccount and AKS) details using the Azure Resource Graph Explorer. But it doesnot allow to have more than 4 join conditions. Please assist on how to get the above information from Resources. Also the export to CSV gives only 5000 row data, how to get all data in CSV file.

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
159 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-10-25T09:59:18.357+00:00

    @Anonymous You may have to achieve this using PowerShell instead of Graph explorer.

    Please check if this script helps.

    https://github.com/cloudchristoph/AzureInventory/blob/master/Get-AzureInventory.ps1

    It currently exports these properties - ResourceName, ResourceGroupName, ResourceType, Sku but you can easily modify the script to include more parameters.

    0 comments No comments