Share via

Instance not responsive, cannot delete nor connect

Steven Li 20 Reputation points
2023-06-29T16:28:56.2366667+00:00

Hi Team

I started a instance, and cannot connect to it, now I want to delete. it and found it's also not responsive. How can I get help on this ?

Deallocate Virtual Machine activity have been accepted for more than 5 mins, it's still running.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


Answer accepted by question author

Anonymous
2023-06-29T19:10:48.17+00:00

@Steven Li

You can try a Force Delete via the portal and CLI.

az vm delete \
    --resource-group myResourceGroup \
    --name myVM \
    --force-deletion none

Let me know if that doesn't work and we can work with you directly to resolve this.


If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

Thank you for helping to improve Microsoft Q&A! User's image

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.