You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
For Azure, there are two ways to VM provisioning: WALA and cloud-init.
Currently we are just using WALA(https://github.com/Azure/WALinuxAgent), it is very simple and can handle SSH keys and hostname. The custom data passed in by the user is just placed in /var/lib/waagent, and ROS will ignore it.
We should handle custom data if the user does specify it.
For Azure, there are two ways to VM provisioning: WALA and cloud-init.
Currently we are just using WALA(https://github.com/Azure/WALinuxAgent), it is very simple and can handle SSH keys and hostname. The custom data passed in by the user is just placed in /var/lib/waagent, and ROS will ignore it.
We should handle custom data if the user does specify it.
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/instance-metadata-service
The text was updated successfully, but these errors were encountered: