Resolving Azure Linux Agent Stuck at "Creating" Status for Azure Arc-enabled servers

Anveshreddy Nimmala 3,550 Reputation points Microsoft External Staff
2024-10-03T09:01:52.76+00:00

How can I fix my Azure Linux Agent which is stuck in the "Creating" status for Azure Arc-enabled servers ?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,578 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anveshreddy Nimmala 3,550 Reputation points Microsoft External Staff
    2024-10-03T09:03:25+00:00

    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:

    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.

    0 comments No comments

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.