A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Thank you for the response, based on Microsoft’s Azure Managed Disks billing documentation, Premium SSD disks are billed based on the selected Premium SSD performance tier, and charges are prorated from the monthly price when the disk is incurring billable storage usage. However, one important nuance is that for a newly created empty managed disk, Azure initially stores only disk metadata. The underlying storage is allocated when the disk is first used, such as when it is attached to a VM or when a VHD is uploaded. If the empty disk has not been used and no underlying storage has been allocated, it may not incur disk storage charges.
Premium SSD and Premium SSD v2 use different billing models. Premium SSD v2 is billed using separate components for provisioned capacity, provisioned IOPS, and provisioned throughput. Premium SSD P-tier disks, such as P1, are billed using a fixed disk-tier meter based on the selected performance tier, with additional meters only for specific features such as on-demand bursting where applicable.
Therefore, if the P1 disk was created but never attached to a VM or otherwise used, it may be expected that no billing record is visible. If the disk was attached or used, then it should generate prorated usage records, although very small P1 charges may be difficult to identify in Cost Analysis due to low daily cost, billing data latency, export schedule, credits, or rounding behavior.
To validate, please review the raw Cost Details / Usage and Charges file or the Cost Details API rather than relying only on Cost Analysis. Filter by the disk’s ResourceId or by the relevant meter category, such as Premium SSD Managed Disks, and group by Meter or Resource. Please ensure the date range includes the disk creation and usage period, and review Actual Cost; Amortized Cost can also be checked if credits, reservations, or commitment-based benefits may affect cost visibility.
Referance: Understand Azure Disk Storage billing Managed disk types - Billing Managed Disks pricing