diff --git a/docs/desktop_ubuntu_setup.md b/docs/desktop_ubuntu_setup.md index 7293e71..d592188 100644 --- a/docs/desktop_ubuntu_setup.md +++ b/docs/desktop_ubuntu_setup.md @@ -16,8 +16,6 @@ ms.date="05/29/2015" ms.author="dobett"/> -> This document is known to be outdated - # How to build the samples in Ubuntu The following procedure describes the process of building and running the Event Hubs SDK samples (**send** and **send_batch**) in an Ubuntu desktop environment. The samples enable your Ubuntu machine to act as a device that can connect to an Azure Event Hub. @@ -109,6 +107,11 @@ You can now build the SDK samples using the following command: ~/cmake/eventhub_client/samples/send_batch/linux/receive ``` +3. Run the **receive** sample by issuing the following command: +``` +~/cmake/eventhub_client/samples/receive/receive +``` + 3. For each sample, verify that the sample output messages show **Successful**. If not, then you may have incorrectly pasted the Event Hub connection information. >Note: The tools folder in this repository includes the **CSharp_ConsumeEventsFromEventHub** C# Windows application that can receive messages from an Event Hub. This is useful to help you verify that the samples are sending messages correctly to the Event Hub.