You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/troubleshoot-agent-onboard.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ Use the following table to identify and resolve issues when configuring the Azur
24
24
| AZCM0019 | Configuration File Not Found | The path to the configuration file is incorrect | Ensure the path to the configuration file is correct and try again. |
25
25
| AZCM0023 | Invalid Argument | The value provided for a parameter (argument) is invalid | Review the error message for more specific information. Refer to the syntax of the command (`azcmagent <command> --help`) for valid values or expected format for the arguments. |
26
26
| AZCM0026 | Network Error | There is an error in network configuration or some critical services are temporarily unavailable | Check if the required endpoints are reachable (e.g., hostnames are resolvable, endpoints are not blocked). If the network is configured for Private Link Scope, a Private Link Scope resource ID must be provided for onboarding using the `--private-link-scope` parameter. |
27
-
| AZCM0041 | Failed to Get Access Token | The credentials supplied are invalid | For device logins, verify that the user account specified has access to the tenant and subscription where the server resource will be created<sup>[1](#footnote3)</sup>.<br> For service principal logins, check the client ID and secret for correctness, the expiration date of the secret<sup>[2](#footnote4)</sup>, and that the service principal is from the same tenant where the server resource will be created<sup>[1](#footnote3)</sup>.<br> <a name="footnote3"></a><sup>1</sup>See [How to find your Azure Active Directory tenant ID](/azure/active-directory/fundamentals/active-directory-how-to-find-tenant).<br> <a name="footnote4"><sup>[2]</sup>In Azure portal, open Azure Active Directory and select the App registration blade. Select the application to be used and the Certificates and secrets within it. Check whether the expiration data has passed. If it has, create new credentials with sufficient roles and try again--see [Connected Machine agent prerequisites-required permissions](prerequisites.md#required-permissions). |
27
+
| AZCM0041 | Failed to Get Access Token | The credentials supplied are invalid | For device logins, verify that the user account specified has access to the tenant and subscription where the server resource will be created<sup>[1](#footnote3)</sup>.<br> For service principal logins, check the client ID and secret for correctness, the expiration date of the secret<sup>[2](#footnote4)</sup>, and that the service principal is from the same tenant where the server resource will be created<sup>[1](#footnote3)</sup>.<br> <a name="footnote3"></a><sup>1</sup>See [How to find your Azure Active Directory tenant ID](/azure/active-directory/fundamentals/active-directory-how-to-find-tenant).<br> <a name="footnote4"><sup>[2]</sup>In Azure portal, open Azure Active Directory and select the App registration blade. Select the application to be used and the Certificates and secrets within it. Check whether the expiration data has passed. If it has, create new credentials with sufficient roles and try again — see [Connected Machine agent prerequisites-required permissions](prerequisites.md#required-permissions). |
28
28
| AZCM0042 | Failed to Create Resource | Creation of the Azure Arc-enabled server resource failed | Review the error message in the output to identify the cause of the failure to create resource and the suggested remediation. For permission issues, see [Connected Machine agent prerequisites-required permissions](prerequisites.md#required-permissions) for more information. |
29
-
| AZCM0043 | Failed to Delete Resource | Deletion of the Azure Arc-enabled server resource failed | Verify that the user/service principal specified has permissions to delete Azure Arc-enabled server/resources in the specified group--see [Connected Machine agent prerequisites-required permissions](prerequisites.md#required-permissions).<br> If the resource no longer exists in Azure, use the `--force-local-only` flag to proceed. |
29
+
| AZCM0043 | Failed to Delete Resource | Deletion of the Azure Arc-enabled server resource failed | Verify that the user/service principal specified has permissions to delete Azure Arc-enabled server/resources in the specified group — see [Connected Machine agent prerequisites-required permissions](prerequisites.md#required-permissions).<br> If the resource no longer exists in Azure, use the `--force-local-only` flag to proceed. |
30
30
| AZCM0044 | Resource Already Exists | A resource with the same name already exists | Specify a different name for the `--resource-name` parameter or delete the existing Azure Arc-enabled server in Azure and try again. |
31
31
| AZCM0062 | Failed to Onboard Server to Azure | An error occurred while connecting the server | Review the error message in the output for more specific information. If the error occurred after the Azure resource was created, delete this resource before retrying. |
32
32
| AZCM0063 | Failed to Disconnect Server from Azure | An error occurred while disconnecting the server | Review the error message in the output for more specific information. If this error persists, delete the resource in Azure, and then run `azcmagent disconnect --force-local-only` on the server. |
@@ -38,8 +38,8 @@ Use the following table to identify and resolve issues when configuring the Azur
38
38
| AZCM0102 | Failed to Generate Resource Name | An error occurred while retrieving the computer hostname | Retry the command and specify a resource name (with parameter --resource-name or –n), which uses only alphanumeric characters, hyphens and/or underscores; note that resource name cannot end with a hyphen or underscore. |
39
39
| AZCM0103 | Failed to Generate RSA Keys | An error occurred while generating RSA keys | Contact Microsoft Support for assistance |
40
40
| AZCM0105 | Failed to Get Signed Message | An error occurred while downloading the Azure Active Directory managed identify certificate | Delete the resource created in Azure and try again. |
41
-
| AZCM0147-<br>AZCM0152 |-| An error occurred while installing Azcmagent on Windows | Review the error message in the output for more specific information. |
42
-
| AZCM0127-<br>AZCM0146 |-| An error occurred while installing Azcmagent on Linux | Review the error message in the output for more specific information. |
41
+
| AZCM0147-<br>AZCM0152 |—| An error occurred while installing Azcmagent on Windows | Review the error message in the output for more specific information. |
42
+
| AZCM0127-<br>AZCM0146 |—| An error occurred while installing Azcmagent on Linux | Review the error message in the output for more specific information. |
0 commit comments