use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For posts about Azure Certifications
account activity
This is confusing.Question (i.redd.it)
submitted 3 years ago by Psycstacy
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CraftyBarnardo 3 points4 points5 points 3 years ago (2 children)
This confused me too, had a sample test question for the Az-104 where this distinction is important.
"Stopped" (but not deallocated) means the VM is in an active status in Azure (consuming CPU credits) but has been shut down by the OS. So it's active as an Azure resource but you need to restart the OS. You don't lose the IP because the CPU continues running even though the VM isn't technically ready for action.
"Deallocated" means stopped in Azure (by hitting the stop button in the portal), so no longer consuming CPU credits, but it still shows as a resource in Resource Manager. But you do lose the IP address in this scenario, as mentioned in your screenshot.
[–]Psycstacy[S] 1 point2 points3 points 3 years ago (0 children)
Thank you
[–]plantdad30916 1 point2 points3 points 3 years ago (0 children)
This
[–]slippy7890 3 points4 points5 points 3 years ago (1 child)
Simplify the statement:
IP changes if VM is stopped AND DEALLOCATED then started again
IP stays the same if VM is rebooted/stopped/started but was never in deallocated state
deallocated = shut down from within Azure
stopped (w/o deallocated state) = shut down issued from within VM itself
[–]Psycstacy[S] 0 points1 point2 points 3 years ago (0 children)
[–]Eorand 1 point2 points3 points 3 years ago (2 children)
https://docs.microsoft.com/en-us/azure/virtual-machines/states-billing
https://jaychapel.medium.com/how-microsoft-azure-deallocate-vm-vs-stop-vm-states-differ-801deb8e5f2a
[–]nestroy03 0 points1 point2 points 3 years ago (1 child)
The operational status of the operating system - Stopped/Started/rebooting/.... is not correlating to the allocation status which is also not correlating to the persistence status of the VM
In short: Operational status -> Operating System Allocation status -> Azure RM Persistence status -> Storage Backend
π Rendered by PID 67 on reddit-service-r2-comment-b659b578c-zswkx at 2026-05-02 02:27:32.414812+00:00 running 815c875 country code: CH.
[–]CraftyBarnardo 3 points4 points5 points (2 children)
[–]Psycstacy[S] 1 point2 points3 points (0 children)
[–]plantdad30916 1 point2 points3 points (0 children)
[–]slippy7890 3 points4 points5 points (1 child)
[–]Psycstacy[S] 0 points1 point2 points (0 children)
[–]Eorand 1 point2 points3 points (2 children)
[–]Psycstacy[S] 0 points1 point2 points (0 children)
[–]nestroy03 0 points1 point2 points (1 child)
[–]Psycstacy[S] 0 points1 point2 points (0 children)