Back to Teleport

VM agent not available

lib/usertasks/descriptions/azure-vm-agent-not-available.md

19.0.1-dev798 B
Original Source

VM agent not available

Teleport could not reach the Azure VM agent to run the enrollment command on this VM. Azure reported that extension operations are disallowed.

This usually means one of the following:

VM agent not installed or unhealthy

Ensure the Azure VM agent is installed and running.

See Azure documentation for details: Azure Linux VM agent.

Extensions disabled

Confirm that osProfile.allowExtensionOperations is set to true on the VM.

You can check this setting using the Azure CLI:

bash
az vm show \
  --resource-group <resource-group> \
  --name <vm-name> \
  --query "osProfile.allowExtensionOperations"

If a policy disables extension operations, Run Command will not work.