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
This note is from
: some names or features may have changed.
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