pkg install azure-agent
Worked perfectly
Thank you
I did run this command before
(Not sure if it's required)
ln -s /usr/local/bin/python3.11 /usr/local/bin/python
And this command afterwards.
(To start the service at reboot)
echo 'waagent_enable="YES"' >> /etc/rc.conf
Worked perfectly
Thank you
I did run this command before
(Not sure if it's required)
ln -s /usr/local/bin/python3.11 /usr/local/bin/python
And this command afterwards.
(To start the service at reboot)
echo 'waagent_enable="YES"' >> /etc/rc.conf