Skip to content

Commit 45c699e

Browse files
committed
fix
1 parent 7af33be commit 45c699e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: troubleshooting
8-
ms.date: 04/08/2026
8+
ms.date: 04/09/2026
99
ms.custom: kr2b-contr-experiment, devx-track-azurecli
1010
#customer intent: As a Service Connector user, I need to understand the Service Connector error messages and suggested actions so I can use them to troubleshoot Service Connector.
1111
---
@@ -43,19 +43,19 @@ The following Service Connector errors can occur in Azure CLI.
4343
| `Target resource ID is invalid: {TargetId}` | - Make sure Service Connector supports the target service type.<br> - Make sure the target resource ID is correct. |
4444
| `Connection ID is invalid: {ConnectionId}` | Make sure the connection ID is correct. |
4545

46-
#### RequiredArgumentMissing errors
46+
### RequiredArgumentMissing errors
4747

4848
| Error message | Suggested action |
4949
|--------------------|-----------------------------|
5050
| `{Argument} shouldn't be blank` | Provide an argument value for interactive input. |
5151
| `Required keys missing for parameter {Parameter}. All possible keys are: {Keys}` | Provide a value for the authentication information parameter, usually in the form `--param key1=val1 key2=val2`. |
5252
| `Required argument is missing, please provide the arguments: {Arguments}` | Provide the required argument. |
5353

54-
#### Validation errors
54+
### Validation errors
5555

5656
| Error message | Suggested action |
5757
|--------------------|-----------------------------|
58-
| `Only one auth info is needed` | Provide one and only one authentication information parameter. Make sure there's one, but only one. |
58+
| `Only one auth info is needed` | Make sure to provide one and only one authentication information parameter. |
5959
| `Auth info argument should be provided when updating the connection: {ConnectionName}` | Provide the authentication information when you update a secret connection type. The Azure Resource Manager API can't access a user's secret. |
6060
| `Either client type or auth info should be specified to update` | Provide either client type or authentication information when you update a connection. |
6161
| `Usage error: {} [KEY=VALUE ...]` | Check the available keys and provide values for the authentication information parameter, usually in the form `--param key1=val1 key2=val2`. |

0 commit comments

Comments
 (0)