Install the Azure Linux Agent on Centos 8 – Azure

To install the Azure Linux Agent on Centos 8 follow these steps:

dnf install WALinuxAgent

Enable the agent to start at boot time and start the service:

systemctl start waagent
systemctl enable waagent