Have something to say?

Tell us how we could make the product more useful to you.

Default OS Disk Size (1023 GiB) in JSON exports does not reflect Azure reality

Hi Cloudprice Team, First off, thank you for the incredible resource. It’s a staple for SKU comparison. However, I’ve noticed an inconsistency regarding the OS Disk Size (GiB) field that is causing issues when using the site’s JSON data for automation or cost modeling. The Issue: On Cloudprice.net, the default OS Disk Size is listed as 1023 GiB for nearly all SKUs. In the actual Azure environment, there is no single "default" disk size; it is determined by the specific Image (Marketplace or Custom) being deployed—often 30 GiB for Windows or 128 GiB for certain Linux distros. Why this matters: When downloading the JSON file for VM SKUs, the osDiskSize (or equivalent field) defaults to 1023 GiB. This leads to: Inaccurate Costing: Users may accidentally calculate storage costs based on a 1 TB P30 disk rather than the standard 30–128 GiB disks. Integration Errors: Scripts relying on this JSON data for deployment templates may attempt to provision unnecessarily large (and expensive) disks. Suggested Improvement: Change the default display/export value from 1023 to "Varies by Image" or null. Alternatively, provide a note in the export documentation clarifying that 1023 GiB represents the maximum supported OS disk size for the SKU, rather than the default provisioned size. Has anyone else encountered this while parsing the SKU data, or is there a plan to align these values more closely with Azure's "Size-less" disk defaults? Best regards, Miguel

Miguel Abulencia About 1 month ago