File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ You can then use any shared access policy that has the **ServiceConnect** permis
56
56
57
57
The SDKs you can use to connect to the built-in Event Hub-compatible endpoint that IoT Hub exposes include:
58
58
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 |
65
65
66
66
The product integrations you can use with the built-in Event Hub-compatible endpoint that IoT Hub exposes include:
67
67
You can’t perform that action at this time.
0 commit comments