If your Azure Linux Agent is stuck in the "Creating" status, check if the installed Connected Machine agent exists and it is latest version. You can resolve this issue by uninstalling the current version and installing a supported version. For more information on Connected Machine agent versions, refer to the Azure Connected Machine agent release notes
Follow these steps to resolve the issue: 1. Uninstall the existing version of the Arc agent: bash sudo azcmagent uninstall
2. Reinstall the Arc agent with version 1.30: bash sudo azcmagent install --version 1.30
3. Confirm the installation and check the agent's status: bash sudo azcmagent show
For more detailed guidance, refer to the following resources:
Resources:
- Troubleshoot the Azure Linux Agent
- Update the Azure Linux Agent from GitHub
- Linux AMA Troubleshooter
Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.