Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, May 17, 2019 9:17 PM
Dear community
I have a VM stuck in the 'Deallocating' stage for over 3hs now. As a consequence, I cannot do any meaningful actions (stop it, redeploy it, re-start it, do something in console,...)
Any ideas?
All replies (3)
Friday, May 17, 2019 9:52 PM | 2 votes
Hi,
Can you try the below via Cloudshell or PowerShell:
Stop-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Force
That should force it off.
Thanks,
Matt
Saturday, May 18, 2019 2:14 PM
Did you get this working?
Friday, May 31, 2019 6:58 PM
Any update on this thread?
If a answer was useful, please remember to upvote and "Mark as answer" so others in the community can easily find it.