Skip to content

Commit 6054f2a

Browse files
Merge pull request #233980 from KennedyDMSFT/US80727
User Story 80727
2 parents 6229219 + 7083232 commit 6054f2a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

articles/iot-hub/device-management-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use a direct method to initiate device management actions (such as reboot, facto
2828

2929
* Providing status updates through *reported properties* to IoT Hub.
3030

31-
You can use Azure CLI to run device twin queries to report on the progress of your device management actions.
31+
You can use Azure CLI to run device twin queries to report on the progress of your device management actions. For more information about using direct methods, see [Cloud-to-device communication guidance](iot-hub-devguide-c2d-guidance.md).
3232

3333
This article shows you how to create two Azure CLI sessions:
3434

articles/iot-hub/device-twins-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ ms.custom: "mqtt, devx-track-azurecli"
1818

1919
This article shows you how to:
2020

21-
* Use a simulated device to report its connectivity channel as a reported property on the device twin.
21+
* Use a simulated device to report its connectivity channel as a *reported property* on the device twin.
2222

2323
* Query devices using filters on the tags and properties previously created.
2424

25+
For more information about using device twin reported properties, see [Device-to-cloud communication guidance](iot-hub-devguide-d2c-guidance.md).
26+
2527
This article shows you how to create two Azure CLI sessions:
2628

2729
* A session that creates a simulated device. The simulated device reports its connectivity channel as a reported property on the device's corresponding device twin when initialized.

articles/iot-hub/iot-hub-device-management-iot-extension-azure-cli-2-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
ms.custom: devx-track-azurecli
99
ms.topic: how-to
1010
ms.date: 01/16/2018
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Use the IoT extension for Azure CLI for Azure IoT Hub device management

0 commit comments

Comments
 (0)