Skip to content

It would be great if you can include the Azure Linux VM Agent (https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux) in your azure images #42

Discussion options

You must be logged in to vote

Hello,

Thanks for your feedback.

As you know, our Azure images run Android, and it would be rather complex to embed the Linux VM Agent.

We would have to solve at least the following issues:

  • The VM Agent is written in Python, and there is no built-in interpreter in Android, so we would need to port or integrate one.
  • Some Linux concepts are either not available in Android, or work in a different way (e.g. users). This means that we would have to maintain our own fork of the agent. Some functionalities would probably have to be disabled when they have no purpose in an Android context. Also, such a fork might require specific code depending on the Android version.
  • We would have to make it wo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guillaume-roche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants