Skip to content

Commit c345cf0

Browse files
authored
Added new AZCM error codes
1 parent 7ed7178 commit c345cf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-arc/servers/troubleshoot-agent-onboard.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Use the following table to identify and resolve issues when configuring the Azur
4040
| AZCM0105 | An error occurred while downloading the Microsoft Entra ID managed identify certificate | Delete the resource created in Azure and try again. |
4141
| AZCM0147-<br>AZCM0152 | An error occurred while installing Azcmagent on Windows | Review the error message in the output for more specific information. |
4242
| AZCM0127-<br>AZCM0146 | An error occurred while installing Azcmagent on Linux | Review the error message in the output for more specific information. |
43+
| AZCM0150 | Generic failure during installation | Submit a support ticket to get assistance. |
44+
| AZCM0153 | The platform of the system is not supported by the agent | Review the [prerequisites](prerequisites.md) for supported platforms |
45+
| AZCM0154 | The version of PowerShell installed on the system is too old | Upgrade to PowerShell 4 or later and try again. |
46+
| AZCM0155 | The installation script was not run with adminstrator privileges | Re-run the script as an administrator. |
47+
| AZCM0156 | Installation of the agent failed | Confirm that the machine is not running on Azure. Detailed errors may be found in the installation log at `%TEMP%\installationlog.txt`. |
48+
| AZCM0157 | Unable to download repo metadata for the Microsoft Linux software repository | Check if a firewall is blocking access to `packages.microsoft.com` and try agin. |
4349

4450
## Agent verbose log
4551

0 commit comments

Comments
 (0)