A council member asks why a shut-down test virtual machine should cost less than a running one. Under a consumption-based cloud model, what best explains the difference?
Select an answer to reveal the explanation.
Short Explanation
Picture a taxi meter: it ticks while you are riding, not while the car sits unused in the garage. A deallocated test VM is like parking the taxi—you stop paying for the ride (compute), though you might still pay to keep the suitcase (disk) in storage.
Full Explanation
In a consumption-based model, you pay for what you use. A running virtual machine accrues compute charges for the time it is allocated. When a VM is stopped and deallocated, Azure releases the compute capacity and compute billing for that VM generally stops, while managed disks and other retained resources can still incur storage charges. That usage-driven behavior differs from always-on capital servers that cost money whether workloads run or not.