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/known-issues.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Log signature: N/A
129
129
130
130
When you add a new asset with a new asset endpoint profile to the OPC UA broker and trigger a reconfiguration, the deployment of the `opc.tcp` pods changes to accommodate the new secret mounts for username and password. If the new mount fails for some reason, the pod doesn't restart and therefore the old flow for the correctly configured assets stops as well.
131
131
132
-
### An OPC UA server modelled as a device can only have one inbound endpoint of type "Microsoft.OpcUa"
132
+
### An OPC UA server modeled as a device can only have one inbound endpoint of type "Microsoft.OpcUa"
133
133
134
134
---
135
135
@@ -141,11 +141,11 @@ Issue ID: 2411
141
141
142
142
---
143
143
144
-
When you create an OPC UA device, you can only have one inbound endpoint of type `Microsoft.OpcUa`. Currently, any additional endpoints aren't used used.
144
+
When you create an OPC UA device, you can only have one inbound endpoint of type `Microsoft.OpcUa`. Currently, any other endpoints aren't used.
145
145
146
146
Workaround: Create multiple devices with a single endpoint each if you want to use namespace assets.
147
147
148
-
A OPC UA namespaced asset can only have a single dataset, additional datasets aren't used.
148
+
An OPC UA namespaced asset can only have a single dataset. Currently, any other datasets aren't used.
149
149
150
150
Workaround: Create multiple namespace assets each with a single dataset.
151
151
@@ -181,7 +181,7 @@ Log signature: `"Error HelmUninstallUnknown: Helm encountered an error while att
181
181
182
182
---
183
183
184
-
Sometimes, when you attempt to uninstall Azure IoT Operations from the cluster, the system can get to a state where CRD removal job is stuck in pending state and that blocks the cleanup of Azure IoT Operations.
184
+
Sometimes, when you attempt to uninstall Azure IoT Operations from the cluster, the system reaches a state where CRD removal job is stuck in pending state, which blocks the cleanup of Azure IoT Operations.
185
185
186
186
To work around this issue, complete the following steps to manually delete the CRD and finish the uninstall:
187
187
@@ -221,9 +221,9 @@ Log signature: N/A
221
221
222
222
---
223
223
224
-
Media assets with a task type of "snapshot-to-fs" or "clip-to-fs" won't honor the "Path" in the "Destination configuration". Instead they use the path configured in the "Path" field for the "Additional configuration".
224
+
Media assets with a task type of "snapshot-to-fs" or "clip-to-fs" don't honor the path in the destination configuration. Instead, they use the "Additional configuration" path field.
225
225
226
-
### Media connector ignore MQTT topic setting in asset
226
+
### Media connector ignores MQTT topic setting in asset
227
227
228
228
---
229
229
@@ -237,7 +237,7 @@ Log signature: N/A
237
237
238
238
The media connector ignores the MQTT destination topic setting in the asset. Instead, it uses the default topic: `/azure-iot-operations/data/<asset-name>/snapshot-to-mqtt`.
239
239
240
-
### Media connector inbound endpoint addresses are not fully validated
240
+
### Media connector inbound endpoint addresses aren't fully validated
241
241
242
242
---
243
243
@@ -249,7 +249,7 @@ Log signature: N/A
249
249
250
250
---
251
251
252
-
In the public preview release the media connector accepts device inbound endpoint addresses with the following schemes: `async`, `cache`, `concat`, `concatf`, `crypto`, `data`, `fd`, `ffrtmpcrypt`, `ffrtmphttp`, `file`, `ftp`, `gopher`, `gophers`, `hls`, `http`, `httpproxy`, `https`, `mmsh`, `mmst`, `pipe`, `rtmp`, `rtmpe`, `rtmps`, `rtmpt`, `rtmpte`, `rtmpts`, `rtp`, `srtp`, `subfile`, `tcp`, `tls`, `udp`, `udplite`, `unix`, `ipfx`, `ipns`.
252
+
In the public preview release, the media connector accepts device inbound endpoint addresses with the following schemes: `async`, `cache`, `concat`, `concatf`, `crypto`, `data`, `fd`, `ffrtmpcrypt`, `ffrtmphttp`, `file`, `ftp`, `gopher`, `gophers`, `hls`, `http`, `httpproxy`, `https`, `mmsh`, `mmst`, `pipe`, `rtmp`, `rtmpe`, `rtmps`, `rtmpt`, `rtmpte`, `rtmpts`, `rtp`, `srtp`, `subfile`, `tcp`, `tls`, `udp`, `udplite`, `unix`, `ipfx`, `ipns`.
253
253
254
254
This enables input data from multiple source types. However, because the output configuration is based on the `streamConfiguration`, the possibilities for using data from these sources are limited.
0 commit comments