Skip to content

Commit 228d914

Browse files
committed
Add some links
1 parent 20684ef commit 228d914

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-hub/iot-hub-devguide-direct-methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kgremban
55
ms.service: iot-hub
66
services: iot-hub
77
ms.topic: conceptual
8-
ms.date: 07/17/2018
8+
ms.date: 07/15/2022
99
ms.author: kgremban
1010
ms.custom: [amqp, mqtt,'Role: Cloud Development', 'Role: IoT Device']
1111
---
@@ -140,11 +140,11 @@ The `moduleId` is passed along with the `deviceId` in the request URI when using
140140
141141
## Handle a direct method on a device
142142
143-
On an IoT device, direct methods can be received over MQTT, AMQP, or either of these protocols over WebSockets.
143+
On an IoT device, direct methods can be received over MQTT, AMQP, or either of these protocols over WebSockets. The [IoT Hub device SDKs](iot-hub-devguide-sdks.md#azure-iot-hub-device-sdks) help you receive and respond to direct methods on devices without having to worry about the underlying protocol details.
144144
145145
### MQTT
146146
147-
The following section is for the MQTT protocol.
147+
The following section is for the MQTT protocol. To learn more about using the MQTT protocol directly with IoT Hub, see [MQTT protocol support](iot-hub-mqtt-support.md).
148148
149149
#### Method invocation
150150
@@ -173,7 +173,7 @@ The body is set by the device and can be any status.
173173
174174
### AMQP
175175
176-
The following section is for the AMQP protocol.
176+
The following section is for the AMQP protocol. To learn more about using the AMQP protocol directly with IoT Hub, see [AMQP protocol support](iot-hub-amqp-support.md).
177177
178178
#### Method invocation
179179

0 commit comments

Comments
 (0)