Asked by:
Extract information from Azure
Question
-
Good morning
I would need to extract the following information from an Azure subscription.
A table where the following information is associated for each VM:
- VM name
- VM SKU
- SKU OS DISK (with related IOPS and throughput)
- SKU Data DISK (same information)It would also be appreciated to be able to extract:
- CPU USAGE
- DISK USAGE
I am also looking for an official Microsoft table with the list of all the VM SKUs and the list of all the disk SKUs, with related information.
Thanks for your help
All replies
-
I'd try asking for help over here.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Aayush Kumar Gupta Saturday, March 20, 2021 1:30 PM
-
-
-
-
You can use Microsoft Graph to export list of resources in Microsoft Azure Subscription or Resource Group. Please review following documents for more information on the same:
- Get all the resources in a subscription: https://docs.microsoft.com/en-us/rest/api/resources/resources/list
- Get all the resources for a resource group: https://docs.microsoft.com/en-us/rest/api/resources/resources/listbyresourcegroup
In regards with CPU and Disk usage, I am not sure if that is something which is possible to be extracted in an report, you can reach out to Azure Support for more information on the same.
In regards with Microsoft Table with list of all available VM SKU's and List of all availabe Disk SKU's you can refer following document:
- All available Windows VM's filter region for region specific list: Pricing - Windows Virtual Machines | Microsoft Azure
- All available Linux VM's filter region for region specific list: Pricing - Linux Virtual Machines | Microsoft Azure
- All available Disk's: Pricing - Managed Disks | Microsoft Azure
Harpreet Singh