Step by step instruction to install Azure Vm Agent on Linux (Ubuntu)

Armands Priede 26 Reputation points
2020-02-07T13:55:03.39+00:00

Hi!

is there any guide, how to install Azure Vm agent on Linux VM, for people who are not so familiar with GitHub and Linux?
This is the closest i got, but still, im missing peaces to even start the installation:

https://github.com/Huachao/azure-content/blob/master/articles/virtual-machines/virtual-machines-linux-agent-user-guide.md

VM is migrated from onPremises.
had also some interesting situation woth WinVM agent, since domain admin is not able to install agent, only local can.

Please, guide me trought this process, since Im unable to set backup for particular VM.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,137 questions
0 comments No comments
{count} vote

Accepted answer
  1. KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
    2020-02-08T00:03:24.977+00:00
    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Maksim Dmitriev 26 Reputation points
    2022-10-11T09:45:26.26+00:00

    Hi, for other seachers who will be here.

    -Go to https://github.com/Azure/WALinuxAgent/releases/latest and copy link to "Source code(zip)" file -Open terminal session to requred Linux VM. -in terminal put "wget" command plus link to "Source code (zip)". Example: wget https://github.com/Azure/WALinuxAgent/archive/refs/tags/v2.8.0.11.zip -Extract files: unzip v2.8.0.11.zip -Move to folder with unzipped files: cd WALinuxAgent-2.8.0.11 -Intall agent: sudo python setup.py install

    • Check agent status: systemctl status waagent
    5 people found this answer helpful.