diff --git a/sdk/eventhub/azure-eventhubs/examples/iothub_recv.py b/sdk/eventhub/azure-eventhubs/examples/iothub_recv.py index acf88117844e..ffd912935a12 100644 --- a/sdk/eventhub/azure-eventhubs/examples/iothub_recv.py +++ b/sdk/eventhub/azure-eventhubs/examples/iothub_recv.py @@ -5,6 +5,9 @@ """ An example to show receiving events from an IoT Hub partition. +This example is for Python Event Hubs SDK version 1.x. +If you use the latest Event Hubs SDK version 5.x, the example code is +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 """ from azure import eventhub from azure.eventhub import EventData, EventHubClient, Offset