An Azure service that is used to provision Windows and Linux virtual machines.
Hi, From Azure portal, you can open up the serial console to execute commands. You can try the following: Stop the waagent service by running the following command: sudo service waagent stop Uninstall the waagent service by running the following command: sudo apt-get remove --purge walinuxagent Install the latest version of the waagent service by running the following command: sudo apt-get update && sudo apt-get install -y walinuxagent Start the waagent service by running the following command: sudo service waagent start Check the status of the waagent service by running the following command: sudo service waagent status Regards, Karthik Srinivas