Forum Discussion
Mustaq1855
Sep 21, 2023Copper Contributor
Available Disk space metrics - VM
Hello team,
Could someone please confirm the easiest way to check the OS or data disk storage availability in Azure?
Any acknowledgment would be appreciated.
Thank you
3 Replies
Sort By
May consider VM insights:
https://learn.microsoft.com/en-us/azure/azure-monitor/vm/vminsights-performance
- Chandrasekhar_AryaSteel ContributorEnable Guest Operating System OS Metrics for the VM.(https://learn.microsoft.com/en-us/previous-versions/azure/cost-management-billing/cloudyn/azure-vm-extended-metrics#enable-extended-metrics-in-the-azure-portal)
In the Azure Portal select the Virtual Machine.
Click Diagnostics Settings (under Monitoring).
Click the Performance counters tab.
Click the Custom button.
In the textbox add the custom metric for the drive you would like. e.g. \LogicalDisk(C:)\% Free Space.
Click Add and set the Unit to Percent.- Mustaq1855Copper Contributoris there any way we can find without enabling the diagnostic logs?