Practice free →
HomeAzure AZ-104cloudcomputingaz104compute › Which Azure feature lets you stop billing on a W…

Which Azure feature lets you stop billing on a Windows / Linux VM compute while preserving its disk state (you can start it again later)?

AMove the VM to Azure Archive Storage
BDelete the VM permanently every weekend
CStop-deallocate the VM (compute is freed; disk + IP charges continue)
DReboot the VM every minute
Answer & Solution
Correct answer: C. Stop-deallocate the VM (compute is freed; disk + IP charges continue)
Stop-deallocate releases the compute (no per-second charge) while keeping the disk. Stop alone (without deallocate) keeps charging. Deletion destroys data; Archive isn't a compute state; rebooting doesn't pause billing.
Solve this in the app — Azure AZ-104 practice & 24k+ MCQs →
Related questions