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/iot-operations/troubleshoot/troubleshoot.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: kgremban
6
6
ms.topic: troubleshooting-general
7
7
ms.custom:
8
8
- ignite-2023
9
-
ms.date: 01/22/2024
9
+
ms.date: 11/01/2024
10
10
---
11
11
12
12
# Troubleshoot Azure IoT Operations Preview
@@ -25,6 +25,34 @@ For general deployment and configuration troubleshooting, you can use the Azure
25
25
26
26
- Use [az iot ops support create-bundle](/cli/azure/iot/ops/support#az-iot-ops-support-create-bundle) to collect logs and traces to help you diagnose problems. The *support create-bundle* command creates a standard support bundle zip archive you can review or provide to Microsoft Support.
27
27
28
+
## Secret management
29
+
30
+
If you see the following error message related to secret management, you need to update your Azure Key Vault contents:
31
+
32
+
```output
33
+
rpc error: code = Unknown desc = failed to mount objects, error: failed to get objectType:secret,
34
+
objectName:nbc-eventhub-secret, objectVersion:: GET https://aio-kv-888f27b078.vault.azure.net/secrets/nbc-eventhub-secret/--------------------------------------------------------------------------------
35
+
RESPONSE 404: 404 Not FoundERROR CODE: SecretNotFound--------------------------------------------------------------------------------{ "error": { "code": "SecretNotFound", "message": "A secret with (name/id) nbc-eventhub-secret was not found in this key vault.
36
+
If you recently deleted this secret you may be able to recover it using the correct recovery command.
37
+
For help resolving this issue, please see https://go.microsoft.com/fwlink/?linkid=2125182" }
38
+
```
39
+
40
+
This error occurs when Azure IoT Operations tries to synchronize a secret from Azure Key Vault that doesn't exist. To resolve this issue, you need to add the secret in Azure Key Vault before you create resources such as a secret provider class.
41
+
42
+
## Connector for OPC UA
43
+
44
+
An OPC UA server connection fails with a `BadSecurityModeRejected` error if the connector tries to connect to a server that only exposes endpoints with no security. There are two options to resolve this issue:
45
+
46
+
- Overrule the restriction by explicitly setting the following values in the additional configuration for the asset endpoint profile:
The troubleshooting guidance in this section is specific to Azure IoT Operations when using the Layered Network Management component. For more information, see [How does Azure IoT Operations Preview work in layered network?](../manage-layered-network/concept-iot-operations-in-layered-network.md).
0 commit comments