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/service-connector/how-to-troubleshoot-front-end-error.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,23 @@ This article lists error messages and suggestions to troubleshoot Service Connec
20
20
21
21
| Error message | Suggested Action |
22
22
| --- | --- |
23
-
| Unknown resource type | <ul><li>Check source and target resource to verify whether the service types are supported by Service Connector.</li><li>Check whether the specified source-target connection combination is supported by Service Connector.</li><li>Check whether the target resource exists.</li><li>Check the correctness of the target resource ID.</li></ul> |
24
-
| Unsupported resource | <ul><li>Check whether the authentication type is supported by the specified source-target connection combination.</li></ul> |
23
+
| Unknown resource type | Check source and target resource to verify whether the service types are supported by Service Connector. |
24
+
|| Check whether the specified source-target connection combination is supported by Service Connector. |
25
+
|| Check whether the target resource exists. |
26
+
|| Check the correctness of the target resource ID. |
27
+
| Unsupported resource | Check whether the authentication type is supported by the specified source-target connection combination. |
25
28
26
29
## Error type,error message, and suggested actions using Azure CLI
27
30
28
31
### InvalidArgumentValueError
29
32
30
33
| Error message | Suggested Action |
31
34
| --- | --- |
32
-
| The source resource ID is invalid: `{SourceId}`| <ul><li>Check whether the source resource ID supported by Service Connector.</li><li>Check the correctness of source resource ID.</li></ul> |
33
-
| Target resource ID is invalid: `{TargetId}`| <ul><li>Check whether the target service type is supported by Service Connector.</li><li>Check the correctness of target resource ID.</li></ul> |
34
-
| Connection ID is invalid: `{ConnectionId}`| <ul><li>Check the correctness of the connection ID.</li></ul> |
35
+
| The source resource ID is invalid: `{SourceId}`| Check whether the source resource ID supported by Service Connector. |
36
+
|| Check the correctness of source resource ID. |
37
+
| Target resource ID is invalid: `{TargetId}`| Check whether the target service type is supported by Service Connector. |
38
+
|| Check the correctness of target resource ID. |
39
+
| Connection ID is invalid: `{ConnectionId}`| Check the correctness of the connection ID. |
35
40
36
41
37
42
#### RequiredArgumentMissingError
@@ -51,7 +56,7 @@ This article lists error messages and suggestions to troubleshoot Service Connec
51
56
| Either client type or auth info should be specified to update | Either client type or authentication information should be provided when updating a connection. |
52
57
| Usage error: `{} [KEY=VALUE ...]`| Check the available keys and provide values for the auth info parameter, usually in the form of `--param key1=val1 key2=val2`. |
53
58
| Unsupported Key `{Key}` is provided for parameter `{Parameter}`. All possible keys are: `{Keys}`| Check the available keys and provide values for the authentication information parameter, usually in the form of `--param key1=val1 key2=val2`. |
54
-
| Provision failed, please create the target resource manually and then create the connection. Error details: `{ErrorTrace}`|<ul><li>Retry.</li><li>Create the target resource manually and then create the connection.</li></ul>|
59
+
| Provision failed, please create the target resource manually and then create the connection. Error details: `{ErrorTrace}`| Retry.Create the target resource manually and then create the connection. |
0 commit comments