We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e87f5c + f14c273 commit e0be876Copy full SHA for e0be876
articles/iot-operations/get-started-end-to-end-sample/quickstart-add-assets.md
@@ -158,6 +158,12 @@ Review your asset and tag details and make any adjustments you need before you s
158
159
:::image type="content" source="media/quickstart-add-assets/review-asset.png" alt-text="Screenshot of Azure IoT Operations create asset review page.":::
160
161
+This configuration deploys a new asset called `thermostat` to the cluster. You can use `kubectl` to view the assets:
162
+
163
+```console
164
+kubectl get assets -n azure-iot-operations
165
+```
166
167
## Verify data is flowing
168
169
[!INCLUDE [deploy-mqttui](../includes/deploy-mqttui.md)]
0 commit comments