VM Status 'Updating'

mf 11 Reputation points
2022-07-24T19:48:34.65+00:00

SAP system was shutdown. VM portal Status often stays (almost every time recently) 'Updating' instead of 'Stopped'. It took 2 days until 'Updating' status automatically changed to 'Stopped' last time. How should we treat this phenomenon?

Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
391 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2022-07-24T20:23:39.447+00:00

    hi @mf
    The server only shuts down completely when all services are disabled, there is probably some service in Windows that should take a while to shut down, try to identify this service in the event viewer
    or
    In these case I recommend opening a support ticket with Microsoft through the azure portal, but you can force shutdown a VM with the command below:

    az vm stop --resource-group RESOURCE_GROUP_NAME --name VM-NAME --skip-shutdown

    I wrote an article showing the step by step to do this:

    https://jacksonmartins-com-br.translate.goog/2021/11/09/forcar-desligamento-vm-no-azure/?_x_tr_sl=pt&_x_tr_tl=en&_x_tr_hl=pt-BR&_x_tr_pto=wapp

    Get in touch if you need more help with this issue.

    --please don't forget to "Accept the answer" if the reply is helpful--


Your answer

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