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
Chandrasekhar_Arya
Sep 21, 2023Steel Contributor
Enable 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.
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.
- Mustaq1855Mar 04, 2024Copper Contributoris there any way we can find without enabling the diagnostic logs?