Skip to content

Commit 809e699

Browse files
committed
Updated intro paragraphs for SEO improvements.
1 parent 7a1b85a commit 809e699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/event-hubs-java-get-started-send.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ manager: timlt
88
ms.service: event-hubs
99
ms.workload: core
1010
ms.topic: article
11-
ms.custom: seodec18, seo-java-august2019
11+
ms.custom: seodec18, seo-java-august2019, seo-java-september2019
1212
ms.date: 04/15/2019
1313
ms.author: shvija
1414

1515
---
1616

1717
# Use Java to send events to or receive events from Azure Event Hubs
1818

19-
Azure Event Hubs is a Big Data streaming platform and event ingestion service, capable of receiving and processing millions of events per second. Event Hubs can process and store events, data, or telemetry produced by distributed software and devices. Data sent to an event hub can be transformed and stored using any real-time analytics provider or batching/storage adapters. For detailed overview of Event Hubs, see [Event Hubs overview](event-hubs-about.md) and [Event Hubs features](event-hubs-features.md).
19+
This tutorial shows how to create Java applications to send events to or receive events from Azure Event Hubs.
2020

21-
This tutorial shows how to create Java applications to send events to or receive events from an event hub.
21+
Azure Event Hubs is a Big Data streaming platform and event ingestion service, capable of receiving and processing millions of events per second. Event Hubs can process and store events, data, or telemetry produced by distributed software and devices. Data sent to an event hub can be transformed and stored using any real-time analytics provider or batching/storage adapters. For detailed overview of Event Hubs, see Event Hubs overview and Event Hubs features.
2222

2323
> [!NOTE]
2424
> You can download this quickstart as a sample from the [GitHub](https://github.com/Azure/azure-event-hubs/tree/master/samples/Java/Basic/SimpleSend), replace `EventHubConnectionString` and `EventHubName` strings with your event hub values, and run it. Alternatively, you can follow the steps in this tutorial to create your own.

0 commit comments

Comments
 (0)