Skip to content

Commit 1080906

Browse files
committed
Edits
1 parent 1f2cbd7 commit 1080906

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Log signature: N/A
129129

130130
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.
131131

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"
133133

134134
---
135135

@@ -141,11 +141,11 @@ Issue ID: 2411
141141

142142
---
143143

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.
145145

146146
Workaround: Create multiple devices with a single endpoint each if you want to use namespace assets.
147147

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.
149149

150150
Workaround: Create multiple namespace assets each with a single dataset.
151151

@@ -181,7 +181,7 @@ Log signature: `"Error HelmUninstallUnknown: Helm encountered an error while att
181181

182182
---
183183

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.
185185

186186
To work around this issue, complete the following steps to manually delete the CRD and finish the uninstall:
187187

@@ -221,9 +221,9 @@ Log signature: N/A
221221

222222
---
223223

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.
225225

226-
### Media connector ignore MQTT topic setting in asset
226+
### Media connector ignores MQTT topic setting in asset
227227

228228
---
229229

@@ -237,7 +237,7 @@ Log signature: N/A
237237

238238
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`.
239239

240-
### Media connector inbound endpoint addresses are not fully validated
240+
### Media connector inbound endpoint addresses aren't fully validated
241241

242242
---
243243

@@ -249,7 +249,7 @@ Log signature: N/A
249249

250250
---
251251

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`.
253253

254254
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.
255255

0 commit comments

Comments
 (0)