Skip to content

Commit e604ec9

Browse files
authored
Use latest version of EH SDKs for Node & Python
The current links for Node & Python Event Hubs SDKs point to older versions and need to be updated.
1 parent 7c9a714 commit e604ec9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-hub/iot-hub-devguide-messages-read-builtin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ You can then use any shared access policy that has the **ServiceConnect** permis
5656

5757
The SDKs you can use to connect to the built-in Event Hub-compatible endpoint that IoT Hub exposes include:
5858

59-
| Language | SDK | Example | Notes |
60-
| -------- | --- | ------ | ----- |
61-
| .NET | https://github.com/Azure/azure-event-hubs-dotnet | [Quickstart](quickstart-send-telemetry-dotnet.md) | Uses Event Hubs-compatible information |
62-
Java | https://github.com/Azure/azure-event-hubs-java | [Quickstart](quickstart-send-telemetry-java.md) | Uses Event Hubs-compatible information |
63-
| Node.js | https://github.com/Azure/azure-event-hubs-node | [Quickstart](quickstart-send-telemetry-node.md) | Uses IoT Hub connection string |
64-
| Python | https://github.com/Azure/azure-event-hubs-python | https://github.com/Azure/azure-event-hubs-python/blob/master/examples/iothub_recv.py | Uses IoT Hub connection string |
59+
| Language | SDK | Example |
60+
| -------- | --- | ------ |
61+
| .NET | https://github.com/Azure/azure-event-hubs-dotnet | [Quickstart](quickstart-send-telemetry-dotnet.md) |
62+
Java | https://github.com/Azure/azure-event-hubs-java | [Quickstart](quickstart-send-telemetry-java.md) |
63+
| Node.js | https://www.npmjs.com/package/@azure/event-hubs | [Quickstart](quickstart-send-telemetry-node.md) |
64+
| Python | https://pypi.org/project/azure-eventhub/ | https://github.com/Azure-Samples/azure-iot-samples-python/tree/master/iot-hub/Quickstarts/read-d2c-messages |
6565

6666
The product integrations you can use with the built-in Event Hub-compatible endpoint that IoT Hub exposes include:
6767

0 commit comments

Comments
 (0)