Azure Cost Calculators
3 free tools · no login · nothing uploaded
Azure prices several things on a different basis from AWS, and the differences are exactly where estimates go wrong for people who learned cloud cost on the other platform.
Managed disks are the clearest example. AWS bills EBS per GB provisioned, so waste accumulates gradually and proportionally. Azure bills a managed disk by SKU: a P30 costs the same holding one gigabyte as holding its full 1,024, and a 600 GiB requirement is billed as a P30 because the SKU below stops at 512. A disk sitting just over a boundary costs exactly as much as one sitting far over it, which makes the cheapest fix frequently "delete forty gigabytes" rather than "change tier".
Blob storage adds a trap S3 does not have. Both charge for retrieval and both enforce minimum durations, but where S3 pro-rates the remainder, Azure levies a published early-delete fee per gigabyte. On short-lived data that fee can consume the entire storage saving that motivated the tiering in the first place.
And on VMs, the largest lever is one this site models honestly rather than optimistically: Spot rates here are real published figures, so those savings are exact, while reservation discounts are shown as a band because Azure's public price API does not expose them. Azure Hybrid Benefit — the biggest Azure-specific discount of all — is deliberately not modelled, because it applies to Windows licensing and every rate here is Linux.
These rates are generated from the Azure Retail Prices API rather than typed in by hand, so the verification date is the date a script ran.
3 tools in azure cost calculators
Azure VM Cost Calculator
Real Spot rates, an honest band for reservations.
Price an Azure VM fleet with Spot rates read from the Retail Prices API — commonly 70-80% off, and exact rather than estimated. Reservation discounts are shown as a band because Azure does not publish them, and the page says so.
Azure Managed Disk Calculator
Azure bills disks by SKU, not by the space you use.
Find which disk SKU your data lands in, how much you are paying for empty space, and how many gigabytes you would have to delete to drop a SKU. The boundary behaviour is what makes Azure disks different from EBS.
Azure Blob Storage Tier Calculator
Hot, Cool, Cold and Archive — with the early-delete fee counted.
Compare Azure blob access tiers on your real access pattern, including retrieval charges, operation rates and the per-GB early-delete fee that can wipe out the saving on short-lived data.
Other categories
List prices are the start. Your agreement is the end.
Finitizer connects to your Azure subscriptions read-only, applies the rates you actually pay, and finds the disks sitting over a SKU boundary and the reservations going unused.