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/get-started/quickstart-add-assets.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,9 @@ To verify that the thermostat asset you added is publishing data, view the telem
180
180
181
181
:::image type="content" source="media/quickstart-add-assets/mqttui-output.png" alt-text="Screenshot of the mqttui topic display showing the temperature telemetry." lightbox="media/quickstart-add-assets/mqttui-output.png":::
182
182
183
+
> [!TIP]
184
+
> Data from an asset with a name that starts with _boiler-_ is from an asset that was automatically discovered. This is not the same asset as the thermostat asset you created.
185
+
183
186
If there's no data flowing, restart the `aio-opc-opc.tcp-1` pod:
184
187
185
188
1. Find the name of your `aio-opc-opc.tcp-1` pod by using the following command:
@@ -223,39 +226,38 @@ In the previous section, you saw how to add assets manually. You can also use Az
223
226
224
227
When you deploy Azure IoT Operations, the deployment includes the Akri discovery handler pods. To verify these pods are running, run the following command:
225
228
226
-
```bash
229
+
```console
227
230
kubectl get pods -n azure-iot-operations | grep akri
228
231
```
229
232
230
-
```powershell
231
-
kubectl get pods -n azure-iot-operations | Select-String -Pattern "akri"
232
-
```
233
-
234
233
The output from the previous command looks like the following example:
> There's currently a known issue where the Akri discovery handler pod might not start. If you encounter this issue, see [Troubleshoot Azure IoT Akri Preview](../troubleshoot/known-issues.md#azure-iot-akri-preview).
250
254
251
255
To verify the configuration, run the following command to view the Akri instances that represent the OPC UA data sources discovered by Akri:
252
256
253
257
```console
254
258
kubectl get akrii -n azure-iot-operations
255
259
```
256
260
257
-
It might take a few minutes for the instance to show up.
258
-
259
261
The output from the previous command looks like the following example.
0 commit comments