Skip to content

Commit bc3d929

Browse files
committed
Move note up - consistent
1 parent faa451b commit bc3d929

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-hubs/get-started-python-send-v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Azure Event Hubs is a Big Data streaming platform and event ingestion service, c
1818

1919
This tutorial describes how to create Python applications to send events to or receive events from an event hub.
2020

21+
> [!IMPORTANT]
22+
> This quickstart uses version 5 of the Azure Event Hubs Python SDK. For a quick start that uses the old version 1 of the Python SDK, see [this article](event-hubs-python-get-started-send.md). If you are using version 1 of the SDK, we recommend that you migrate your code to the latest version. For details, see the [migration guide](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/migration_guide.md).
23+
24+
2125
## Prerequisites
2226

2327
To complete this tutorial, you need the following prerequisites:
@@ -148,10 +152,6 @@ python send.py
148152

149153
You should see the messages that were sent to the event hub in the receiver window.
150154

151-
> [!IMPORTANT]
152-
> This quickstart uses version 5 of the Azure Event Hubs Python SDK. For a quick start that uses the old version 1 of the Python SDK, see [this article](event-hubs-python-get-started-send.md). If you are using version 1 of the SDK, we recommend that you migrate your code to the latest version. For details, see the [migration guide](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/migration_guide.md).
153-
154-
155155

156156
## Next steps
157157
In this quickstart, you have sent and receive events asynchronously. To learn how to send and receive events synchronously, see samples in [this location](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples/sync_samples).

0 commit comments

Comments
 (0)