agentless custom linux vm images

Peter Morrow 91 Reputation points
2022-08-23T15:59:11.023+00:00

Hello,

I have a customer linux based distro that I'm working on making available in the commercial market place. I don't want run waagent or cloud-init so as a result I get the following message on the portal after the VM has deployed:

234154-image.png

Since I don't have either cloud-init or waagent I implemented https://learn.microsoft.com/en-us/azure/virtual-machines/linux/no-agent#add-required-code-to-the-vmin order to signal the health state back to the azure fabric. This is working nicely.

My question is a cosmetic one really since everything is working fine, however is it possible to get rid of the "virtual machine agent status not ready" message? if I don't run waagent? Can I signal status back in a similar way that I have done for heath state?

Thanks,
Peter.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
0 comments No comments
{count} votes

Accepted answer
  1. srbhatta-MSFT 8,586 Reputation points Microsoft Employee
    2022-08-24T13:55:41.047+00:00

    Hello @Peter Morrow ,
    VM agent is a very specific component in Windows and Linux Virtual Machines that establishes connectivity between Azure Platforms and the VM's OS. So, there is no way to report the VM agent state as 'Ready' without configuring it inside the VM.

    Hope that answers your question :)

    -----------

    If you find the above information helpful, kindly accept as answer.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.