0
0
Azurecloud~5 mins

VM states (running, stopped, deallocated) in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the Running state mean for an Azure VM?
The VM is powered on and ready to use. It is actively running and consuming compute resources.
Click to reveal answer
beginner
What happens when an Azure VM is in the Stopped state?
The VM is powered off but still allocated to your subscription. You are still charged for the VM's resources like storage and reserved compute.
Click to reveal answer
intermediate
Explain the Deallocated state of an Azure VM.
The VM is completely shut down and resources like CPU and memory are released. You are not charged for compute, only for storage.
Click to reveal answer
beginner
Which VM state stops billing for compute resources in Azure?
The Deallocated state stops billing for compute resources because the VM's CPU and memory are released.
Click to reveal answer
intermediate
How can you move an Azure VM from Stopped to Deallocated state?
You must use the Azure portal, CLI, or PowerShell to explicitly stop (deallocate) the VM, not just shut it down from inside the OS.
Click to reveal answer
What does the Running state of an Azure VM indicate?
AThe VM is paused
BThe VM is powered off but still allocated
CThe VM is deleted
DThe VM is powered on and ready to use
Which VM state means you are NOT charged for compute resources?
ADeallocated
BStopped
CRunning
DPaused
If you shut down a VM from inside the OS, what state does it enter in Azure?
ARunning
BStopped (allocated)
CDeallocated
DDeleted
How do you fully stop billing for an Azure VM's compute?
AShut down from inside the OS
BRestart the VM
CStop the VM from Azure portal or CLI (deallocate)
DPause the VM
Which state means the VM is powered off but still reserved for you?
AStopped (allocated)
BRunning
CDeallocated
DSuspended
Describe the differences between Running, Stopped, and Deallocated states of an Azure VM.
Think about power state and billing impact.
You got /4 concepts.
    Explain why it is important to deallocate a VM when not in use.
    Consider cost and resource management.
    You got /4 concepts.