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-end-to-end-sample/quickstart-add-assets.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,18 @@ Review your asset and tag details and make any adjustments you need before you s
177
177
178
178
To verify that the thermostat asset you added is publishing data, view the telemetry in the `azure-iot-operations/data` topic:
179
179
180
-
:::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":::
> 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.
Copy file name to clipboardExpand all lines: articles/iot-operations/includes/deploy-mqttui.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ ms.date: 12/18/2023
7
7
ms.author: dobett
8
8
---
9
9
10
-
Verify data is flowing to the MQTT broker by using the **mqttui** tool. In this example, you run the **mqttui** tool inside your Kubernetes cluster:
10
+
Verify data is flowing to the MQTT broker by using the **mosquitto_sub** tool. In this example, you run the **mosquitto_sub** tool inside your Kubernetes cluster:
11
11
12
-
1. Run the following command to deploy a pod that includes the **mqttui** and **mosquitto** tools that are useful for interacting with the MQTT broker in the cluster:
12
+
1. Run the following command to deploy a pod that includes the **mosquitto_pub** and **mosquitto_sub** tools that are useful for interacting with the MQTT broker in the cluster:
@@ -28,8 +28,10 @@ Verify data is flowing to the MQTT broker by using the **mqttui** tool. In this
28
28
kubectl exec --stdin --tty mqtt-client -n azure-iot-operations -- sh
29
29
```
30
30
31
-
1. At the shell in the **mqtt-client** pod, run the following command to connect to the MQTT broker using the **mqttui** tool:
31
+
1. At the shell in the **mqtt-client** pod, run the following command to connect to the MQTT broker using the **mosquitto_sub** tool subscribed to the `data/thermostat` topic:
0 commit comments