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?
✗ Incorrect
Running means the VM is powered on and actively running.
Which VM state means you are NOT charged for compute resources?
✗ Incorrect
Deallocated releases compute resources, stopping compute charges.
If you shut down a VM from inside the OS, what state does it enter in Azure?
✗ Incorrect
Shutting down inside the OS stops the VM but keeps it allocated.
How do you fully stop billing for an Azure VM's compute?
✗ Incorrect
Stopping (deallocating) the VM from Azure releases compute resources.
Which state means the VM is powered off but still reserved for you?
✗ Incorrect
Stopped (allocated) means VM is off but resources are still reserved.
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.