Skip to content

Commit 23467f1

Browse files
authored
fixing links
1 parent 6726b16 commit 23467f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub/iot-hub-event-grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ For non-telemetry events like DeviceConnected, DeviceDisconnected, DeviceCreated
185185
### Device State Events
186186
Device connection state events are available for devices connecting using either the MQTT or AMQP protocol, or using either of these protocols over WebSockets. Requests made only with HTTPS won't trigger device connection state notifications.
187187

188-
* For devices connecting using Java, Node, or Python [Azure IoT SDKs](iot-hub/iot-hub-devguide-sdks.md) with the [MQTT protocol](iot-hub/iot-hub-mqtt-support.md) will have connection states sent automatically.
189-
* For devices connecting using the Java, Node, or Python [Azure IoT SDKs](iot-hub/iot-hub-devguide-sdks.md) with the [AMQP protocol](../iot-hub/iot-hub-amqp-support.md), a cloud-to-device link should be created to reduce any delay in accurate connection states.
190-
* For devices connecting using the .NET [Azure IoT SDK](iot-hub/iot-hub-devguide-sdks.md) with the [MQTT](iot-hub/iot-hub-mqtt-support) or [AMQP](iot-hub/iot-hub-amqp-support.md) protocol won’t send a device connected event until an initial device-to-cloud or cloud-to-device message is sent/received.
188+
* For devices connecting using Java, Node, or Python [Azure IoT SDKs](iot-hub-devguide-sdks.md) with the [MQTT protocol](iot-hub-mqtt-support.md) will have connection states sent automatically.
189+
* For devices connecting using the Java, Node, or Python [Azure IoT SDKs](iot-hub-devguide-sdks.md) with the [AMQP protocol](iot-hub-amqp-support.md), a cloud-to-device link should be created to reduce any delay in accurate connection states.
190+
* For devices connecting using the .NET [Azure IoT SDK](iot-hub-devguide-sdks.md) with the [MQTT](iot-hub-mqtt-support) or [AMQP](iot-hub-amqp-support.md) protocol won’t send a device connected event until an initial device-to-cloud or cloud-to-device message is sent/received.
191191
* Outside of the Azure IoT SDKs, in MQTT these operations equate to SUBSCRIBE or PUBLISH operations on the appropriate messaging [topics](iot-hub-mqtt-support.md). Over AMQP these equate to attaching or transferring a message on the [appropriate link paths](iot-hub-amqp-support.md).
192192

193193
### Device State Interval

0 commit comments

Comments
 (0)