From b2ae8f9b7db61cef6475d1786af60e019ea65600 Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Thu, 4 Feb 2021 13:08:36 -0800 Subject: [PATCH] [EventHub&ServiceBUs] Update readme pointing to uamqp installation guidance (added alpine installation) (#16515) * update readme pointing to uamqp installation guidance * Apply suggestions from code review Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> --- sdk/eventhub/azure-eventhub/README.md | 8 ++++++++ sdk/servicebus/azure-servicebus/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/sdk/eventhub/azure-eventhub/README.md b/sdk/eventhub/azure-eventhub/README.md index 36caca519e46..bfb02bd77b86 100644 --- a/sdk/eventhub/azure-eventhub/README.md +++ b/sdk/eventhub/azure-eventhub/README.md @@ -423,6 +423,14 @@ Reference documentation is available [here](https://azuresdkdocs.blob.core.windo The EventHubs SDK integrates nicely with the [Schema Registry][schemaregistry_service] service and [Avro][avro]. For more information, please refer to [Schema Registry SDK][schemaregistry_repo] and [Schema Registry Avro Serializer SDK][schemaregistry_avroserializer_repo]. +### Building uAMQP wheel from source + +`azure-eventhub` depends on the [uAMQP](https://pypi.org/project/uamqp/) for the AMQP protocol implementation. +uAMQP wheels are provided for most major operating systems and will be installed automatically when installing `azure-eventhub`. + +If you're running on a platform for which uAMQP wheels are not provided, please follow + the [uAMQP Installation](https://github.com/Azure/azure-uamqp-python#installation) guidance to install from source. + ### Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-python/issues) section of the project. diff --git a/sdk/servicebus/azure-servicebus/README.md b/sdk/servicebus/azure-servicebus/README.md index ea1df6a79816..a520a8d76dcc 100644 --- a/sdk/servicebus/azure-servicebus/README.md +++ b/sdk/servicebus/azure-servicebus/README.md @@ -458,6 +458,14 @@ For users seeking to perform management operations against ServiceBus (Creating please see the [azure-mgmt-servicebus documentation][service_bus_mgmt_docs] for API documentation. Terse usage examples can be found [here](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/servicebus/azure-mgmt-servicebus/tests) as well. +### Building uAMQP wheel from source + +`azure-servicebus` depends on the [uAMQP](https://pypi.org/project/uamqp/) for the AMQP protocol implementation. +uAMQP wheels are provided for most major operating systems and will be installed automatically when installing `azure-servicebus`. + +If you're running on a platform for which uAMQP wheels are not provided, please follow + the [uAMQP Installation](https://github.com/Azure/azure-uamqp-python#installation) guidance to install from source. + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a