Azure VM陷入解除分配状态

编程入门 行业动态 更新时间:2024-10-25 04:14:40
本文介绍了Azure VM陷入解除分配状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

亲爱的社区

我现在有一个VM卡在'Deallocating'阶段超过3hs。因此,我无法做任何有意义的行动(停止,重新部署,重新启动,在控制台中执行某些操作,......)

任何想法?

解决方案

您好,

您可以通过Cloudshell或PowerShell尝试以下内容:

Stop-AzureRmVM -ResourceGroupName " ResourceGroup11" -Name " VirtualMachine07" -Force

这应该强行关闭。

谢谢,

马特

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?

解决方案

Hi,

Can you try the below via Cloudshell or PowerShell:

Stop-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Force

That should force it off.

Thanks,

Matt

更多推荐

Azure VM陷入解除分配状态

本文发布于:2023-11-23 19:39:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622642.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:分配   状态   Azure   VM

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!