Home › Azure AZ-104 › cloudcomputing › az104compute › 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.
Related questions
Which Azure container service is BEST suited for event-driven serverless containers — scalWhich combination of features deploys a fault-tolerant Windows web tier across THREE AvailAn ARM / Bicep deployment fails midway with a permission error on a single resource. What'Which Azure App Service feature lets you swap a staging deployment slot into production wiWhich Azure VM availability construct guarantees that VMs are placed across different physWhich combination of features lets you deploy a containerised app with managed Kubernetes An organisation needs to run a container without managing the underlying VMs. Which Azure Which file format describes an Azure deployment declaratively for ARM-based deployments (w