Azure VM Linux , Restart button disabled

Sandy Gunawan 31 Reputation points
2022-08-12T11:21:16.467+00:00

Hi all,

I have a Linux VM using on Azure.
Now i'm facing an issue which the restart button is disabled, and the status is running.
But i can SSH the VM.

And then i try to stop and start the VM, the button start is still disabled, status is running, but the notification , the VM is still on 'starting' status after 30230764-vmnotstart.png minutes.
But i can still SSH the VM.

How do i solve this ?
Note : Previously, what i do in this VM is updating and enabled the agentlinuxwa auto update.
now the version is : WALinuxAgent-2.8.0.10

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2022-08-14T04:59:56.707+00:00

    Hi,

    Can you try to perform a restart using Powershell command see if that works ?

    Restart-AzVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"

    It may be a portal issue. But I wanted to unblock you first with the functionality of restart.

    Let me know if Powershell restart works for you.

    Regards,
    Karthik Srinivas

    0 comments No comments

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.