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