An Azure service that is used to provision Windows and Linux virtual machines.
Hello Steve K,
The VM Agent communicates with Azure’s control fabric via IP 168.63.129.16. If this breaks, most remote management features fail.
Troubleshoot Azure Windows VM agent- https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/windows-azure-guest-agent#troubleshooting-checklist
If the services don't exist, Guest Agent probably isn't installed. In this case, you can manually install Guest Agent. Before you do a manual installation, check the installation prerequisites- https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-windows#manual-installation
Also, you can Repair a Windows VM by using the Azure Virtual Machine repair commands-
Azure VM repair commands to automatically attach a broken OS disk to another Windows VM for offline repair. Through this procedure, the failed OS disk will automatically be unlocked on the second VM, called a repair VM, if the disk is encrypted with Azure Disk Encryption. When the failed disk is attached to the repair VM, you can fix any errors and then rebuild your original VM with the repaired disk.
Please refer to this link for detailed troubleshooting steps- https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/repair-windows-vm-using-azure-virtual-machine-repair-commands#repair-process-example
Ensure VM Agent is running and reporting healthy.
Reapply extensions (like VMAccess, IISDiagnostics).
If you have any further queries, do let us know.