You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventhub/azure-eventhubs/examples/iothub_recv.py
+3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
6
6
"""
7
7
An example to show receiving events from an IoT Hub partition.
8
+
This example is for Python Event Hubs SDK version 1.x.
9
+
If you use the latest Event Hubs SDK version 5.x, the example code is
10
+
at https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/samples/async_samples/iot_hub_connection_string_receive_async.py
0 commit comments