Skip to content

Commit 9ecad95

Browse files
authored
Merge pull request #199312 from TimShererWithAquent/t596438n0
Address non-blocking issue.
2 parents d285f9a + 87631dd commit 9ecad95

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/service-connector/how-to-troubleshoot-front-end-error.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,23 @@ This article lists error messages and suggestions to troubleshoot Service Connec
2020

2121
| Error message | Suggested Action |
2222
| --- | --- |
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. |
2528

2629
## Error type,error message, and suggested actions using Azure CLI
2730

2831
### InvalidArgumentValueError
2932

3033
| Error message | Suggested Action |
3134
| --- | --- |
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. |
3540

3641

3742
#### RequiredArgumentMissingError
@@ -51,7 +56,7 @@ This article lists error messages and suggestions to troubleshoot Service Connec
5156
| Either client type or auth info should be specified to update | Either client type or authentication information should be provided when updating a connection. |
5257
| 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`. |
5358
| 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. |
5560

5661
## Next steps
5762

0 commit comments

Comments
 (0)