Skip to content

Commit 3018133

Browse files
authored
Merge pull request #87614 from spelluru/ehublanding0905
New landing page for Event Hubs
2 parents ba601df + 633966e commit 3018133

File tree

1 file changed

+167
-167
lines changed

1 file changed

+167
-167
lines changed

articles/event-hubs/index.yml

Lines changed: 167 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1,169 +1,169 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure Event Hubs Documentation
1+
### YamlMime:Landing
2+
3+
title: Azure Event Hubs documentation # < 60 chars
4+
summary: Learn how to use Event Hubs to ingest millions of events per second from connected devices and applications. # < 160 chars
5+
46
metadata:
5-
document_id: ''
6-
title: Azure Event Hubs Documentation - Tutorials, quickstarts, API Reference
7-
meta.description: Learn how to use Event Hubs to ingest millions of events per second from connected IoT devices and applications on a broad set of platforms.
7+
title: Azure Event Hubs documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Learn how to use Event Hubs to ingest millions of events per second from connected devices and applications. # Required; article description that is displayed in search results. < 160 chars.
89
services: event-hubs
9-
author: spelluru
10-
manager: timlt
11-
ms.service: event-hubs
12-
ms.topic: landing-page
13-
ms.date: 10/15/2018
14-
ms.author: spelluru
15-
abstract:
16-
description: 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 by using any real-time analytics provider or batching/storage adapters. Event Hubs for Apache Kafka enables native Kafka clients, tools, and applications such as Mirror Maker, Apache Flink, and Akka Streams to work seamlessly with Event Hubs with only configuration changes.
17-
aside:
18-
image:
19-
alt:
20-
height: 110
21-
src: /azure/event-hubs/media/index/stream-big-data-kafka-event-hubs.png
22-
width: 250
23-
title: Streaming Big Data in Azure with Kafka and Event Hubs (1:20:13)
24-
href: https://azure.microsoft.com/resources/videos/streaming-big-data-in-azure-with-kafka-and-event-hubs/
25-
width: 250
26-
sections:
27-
- title: 5-Minute Quickstarts
28-
items:
29-
- type: paragraph
30-
text: 'Learn how to <b>create</b> an event hub:'
31-
- type: list
32-
style: icon48
33-
items:
34-
- image:
35-
src: /azure/event-hubs/media/index/portal.svg
36-
text: Azure portal
37-
href: /azure/event-hubs/event-hubs-quickstart-portal
38-
- image:
39-
src: /azure/event-hubs/media/index/cli.svg
40-
text: Azure CLI
41-
href: /azure/event-hubs/event-hubs-quickstart-cli
42-
- image:
43-
src: /azure/event-hubs/media/index/logo_powershell.svg
44-
text: Azure PowerShell
45-
href: /azure/event-hubs/event-hubs-quickstart-powershell
46-
- image:
47-
src: /azure/event-hubs/media/index/logo_arm.svg
48-
text: Azure Resource Manager template
49-
href: /azure/event-hubs/event-hubs-resource-manager-namespace-event-hub
50-
- type: paragraph
51-
text: 'Learn how to <b>send events to</b> and <b>receive events from</b> an event hub:'
52-
- type: list
53-
style: icon48
54-
items:
55-
- image:
56-
src: /azure/event-hubs/media/index/logo_net.svg
57-
text: .NET Framework
58-
href: /azure/event-hubs/event-hubs-dotnet-framework-getstarted-send
59-
- image:
60-
src: /azure/event-hubs/media/index/logo_netcore.svg
61-
text: .NET Standard
62-
href: /azure/event-hubs/event-hubs-dotnet-standard-getstarted-send
63-
- image:
64-
src: /azure/event-hubs/media/index/logo_java.svg
65-
text: Java
66-
href: /azure/event-hubs/event-hubs-java-get-started-send
67-
- image:
68-
src: /azure/event-hubs/media/index/logo_python.svg
69-
text: Python
70-
href: /azure/event-hubs/event-hubs-python-get-started-send
71-
- image:
72-
src: /azure/event-hubs/media/index/logo_nodejs.svg
73-
text: Node.js
74-
href: /azure/event-hubs/event-hubs-node-get-started-send
75-
- image:
76-
src: /azure/event-hubs/media/index/logo_go.svg
77-
text: Go
78-
href: /azure/event-hubs/event-hubs-go-get-started-send
79-
- image:
80-
src: /azure/event-hubs/media/index/logo_c.svg
81-
text: C
82-
href: /azure/event-hubs/event-hubs-c-getstarted-send
83-
- image:
84-
src: /azure/event-hubs/media/index/storm_r.svg
85-
text: Apache Storm
86-
href: /azure/event-hubs/event-hubs-storm-getstarted-receive
87-
- title: Step-by-Step Tutorials
88-
items:
89-
- type: paragraph
90-
text: Learn how to create, manage, and stream events, using Azure Event Hubs
91-
- type: list
92-
style: unordered
93-
items:
94-
- html: <a href="https://docs.microsoft.com/azure/event-hubs/event-hubs-tutorial-visualize-anomalies">Read a stream of Event Hubs data with Azure Stream Analytics and visualize the anomalies</a>
95-
- html: <a href="https://docs.microsoft.com/azure/event-hubs/store-captured-data-data-warehouse">Process and migrate captured Event Hubs data to a SQL Data Warehouse using Event Grid and Azure Functions</a>
96-
- html: <a href="https://docs.microsoft.com/azure/azure-databricks/databricks-stream-from-eventhubs">Stream data into Azure Databricks using Event Hubs</a>
97-
- html: <a href="https://docs.microsoft.com/azure/event-hubs/event-hubs-kafka-mirror-maker-tutorial">Mirror a Kafka broker in a Kafka enabled event hub</a>
98-
- html: <a href="https://docs.microsoft.com/azure/event-hubs/event-hubs-kafka-flink-tutorial">Connect Apache Flink to Kafka-enabled event hubs </a>
99-
- html: <a href="https://docs.microsoft.com/azure/event-hubs/event-hubs-kafka-akka-streams-tutorial">Connect Akka Streams to Kafka-enabled event hubs</a>
100-
- title: Build your skills with Microsoft Learn
101-
items:
102-
- type: list
103-
style: cards
104-
className: cardsFTitle
105-
items:
106-
- title: Enable reliable messaging for Big Data Applications using Azure Event Hubs
107-
href: /learn/modules/enable-reliable-messaging-for-big-data-apps-using-event-hubs/
108-
image:
109-
src: https://docs.microsoft.com/learn/achievements/enable-reliable-messaging-for-big-data-apps-using-azure-event-hubs.svg
110-
href: /learn/modules/enable-reliable-messaging-for-big-data-apps-using-event-hubs/
111-
- type: paragraph
112-
text: <a href="/learn/browse/?products=azure-event-hubs">More interactive learning...</a>
113-
- title: Free Pluralsight Video Training
114-
items:
115-
- type: list
116-
style: cards
117-
className: cardsFTitle
118-
items:
119-
- title: Azure Event Hubs for .NET Developers - Fundamentals
120-
href: https://www.pluralsight.com/courses/azure-event-hubs-dotnet-developers-fundamentals
121-
image:
122-
src: https://docs.microsoft.com/media/logos/logo_pluralsight.svg
123-
href: https://www.pluralsight.com/courses/azure-event-hubs-dotnet-developers-fundamentals
124-
- title: Samples
125-
items:
126-
- type: list
127-
style: icon48
128-
items:
129-
- image:
130-
src: /azure/event-hubs/media/index/logo_net.svg
131-
text: .NET Framework
132-
href: https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet
133-
- image:
134-
src: /azure/event-hubs/media/index/logo_java.svg
135-
text: Java
136-
href: https://github.com/Azure/azure-event-hubs/tree/master/samples/Java
137-
- image:
138-
src: /azure/event-hubs/media/index/logo_python.svg
139-
text: Python
140-
href: https://github.com/Azure/azure-event-hubs-python/tree/master/examples
141-
- image:
142-
src: /azure/event-hubs/media/index/logo_nodejs.svg
143-
text: Node.js
144-
href: https://github.com/Azure/azure-event-hubs-node
145-
- image:
146-
src: /azure/event-hubs/media/index/logo_go.svg
147-
text: Go
148-
href: https://github.com/Azure/azure-event-hubs-go/tree/master/_examples
149-
- image:
150-
src: /azure/event-hubs/media/index/cli.svg
151-
text: Azure CLI
152-
href: https://github.com/Azure/azure-event-hubs/tree/master/samples/Management/CLI
153-
- image:
154-
src: /azure/event-hubs/media/index/logo_powershell.svg
155-
text: Azure PowerShell
156-
href: https://github.com/Azure/azure-event-hubs/tree/master/samples/Management/PowerShell
157-
158-
- title: Reference
159-
items:
160-
- type: list
161-
style: cards
162-
className: cardsD
163-
items:
164-
- title: Command-Line
165-
html: <p><a href="/powershell/module/az.eventhub/">Azure PowerShell</a></p><p><a href="/cli/azure/eventhubs">Azure CLI</a></p>
166-
- title: Languages
167-
html: <p><a href="/dotnet/api/microsoft.servicebus.messaging">.NET Framework</a></p><p><a href="/dotnet/api/microsoft.azure.eventhubs">.NET Standard</a></p><p><a href="/java/api/overview/azure/eventhub">Java</a></p>
168-
- title: REST
169-
html: <p><a href="/rest/api/eventhub/">REST API Reference</a></p>
10+
ms.service: event-hubs #Required; service per approved list. service slug assigned to your service by ACOM.
11+
ms.subservice:
12+
ms.topic: landing-page # Required
13+
ms.collection: collection
14+
author: spelluru #Required; your GitHub user alias, with correct capitalization.
15+
ms.author: spelluru #Required; microsoft alias of author; optional team alias.
16+
ms.date: 09/05/2019 #Required; mm/dd/yyyy format.
17+
18+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
19+
20+
landingContent:
21+
# Cards and links should be based on top customer tasks or top subjects
22+
# Start card title with a verb
23+
# Card
24+
- title: About Event Hubs
25+
linkLists:
26+
- linkListType: overview
27+
links:
28+
- text: What is Event Hubs?
29+
url: event-hubs-about.md
30+
- text: What is Event Hubs for Apache Kafka?
31+
url: event-hubs-for-kafka-ecosystem-overview.md
32+
- text: What is Event Hubs Capture?
33+
url: event-hubs-capture-overview.md
34+
- text: What is Event Hubs Dedicated?
35+
url: event-hubs-dedicated-overview.md
36+
37+
# Card
38+
- title: Create an event hub
39+
linkLists:
40+
- linkListType: quickstart
41+
links:
42+
- text: Azure portal
43+
url: event-hubs-create.md
44+
- text: Azure CLI
45+
url: event-hubs-quickstart-cli.md
46+
- text: Azure PowerShell
47+
url: event-hubs-quickstart-powershell.md
48+
- text: Azure Resource Manager template
49+
url: event-hubs-resource-manager-namespace-event-hub.md
50+
51+
# Card
52+
- title: Create a dedicated cluster
53+
linkLists:
54+
- linkListType: overview
55+
links:
56+
- text: What is Event Hubs Dedicated?
57+
url: event-hubs-dedicated-overview.md
58+
- linkListType: quickstart
59+
links:
60+
- text: Create a dedicated Event Hubs cluster
61+
url: event-hubs-dedicated-cluster-create-portal.md
62+
63+
# Card
64+
- title: Integrate with Apache Kafka
65+
linkLists:
66+
- linkListType: overview
67+
links:
68+
- text: What is Event Hubs for Apache Kafka?
69+
url: event-hubs-for-kafka-ecosystem-overview.md
70+
- linkListType: quickstart
71+
links:
72+
- text: Stream into Event Hubs for Apache Kafka
73+
url: event-hubs-quickstart-kafka-enabled-event-hubs.md
74+
- linkListType: tutorial
75+
links:
76+
- text: Process events using Stream Analytics
77+
url: event-hubs-kafka-stream-analytics.md
78+
- linkListType: how-to-guide
79+
links:
80+
- text: Create an Apache Kafka enabled event hub
81+
url: event-hubs-create-kafka-enabled.md
82+
- text: Mirror a Kafka broken in an event hub
83+
url: event-hubs-kafka-mirror-maker-tutorial.md
84+
- text: Connect Apache Spark to an event hub
85+
url: event-hubs-kafka-spark-tutorial.md
86+
- text: Connect Apache Flink to an event hub
87+
url: event-hubs-kafka-flink-tutorial.md
88+
- text: Integrate Apache Kafka Connect with an event hub
89+
url: event-hubs-kafka-connect-tutorial.md
90+
- text: Connect Akka streams to an event hub
91+
url: event-hubs-kafka-akka-streams-tutorial.md
92+
93+
# Card
94+
- title: Send and receive events
95+
linkLists:
96+
- linkListType: quickstart
97+
links:
98+
- text: .NET Core
99+
url: event-hubs-dotnet-standard-getstarted-send.md
100+
- text: Java
101+
url: event-hubs-java-get-started-send.md
102+
- text: Python
103+
url: event-hubs-python-get-started-send.md
104+
- text: Node.js
105+
url: event-hubs-node-get-started-send.md
106+
- text: Apache Kafka
107+
url: event-hubs-quickstart-kafka-enabled-event-hubs.md#send-and-receive-messages-with-kafka-in-event-hubs
108+
- text: Apache Storm (receive only)
109+
url: event-hubs-storm-getstarted-receive.md
110+
- text: Go
111+
url: event-hubs-go-get-started-send.md
112+
113+
# Card
114+
- title: Capture events
115+
linkLists:
116+
- linkListType: overview
117+
links:
118+
- text: Capture events in Azure Blob Storage or Azure Data Lake Storage
119+
url: event-hubs-dedicated-overview.md
120+
- linkListType: quickstart
121+
links:
122+
- text: Use Azure portal to enable capturing of events
123+
url: event-hubs-capture-enable-through-portal.md
124+
- text: Use Resource Manager template
125+
url: event-hubs-resource-manager-namespace-event-hub-enable-capture.md
126+
- text: Enable capturing from a Python application
127+
url: event-hubs-capture-python.md
128+
129+
# Card
130+
- title: Process events
131+
linkLists:
132+
- linkListType: tutorial
133+
links:
134+
- text: Visualize data anomalies on Event Hubs data streams
135+
url: event-hubs-tutorial-visualize-anomalies.md
136+
- text: Process Event Hubs for Apache Kafka events using Stream Analytics
137+
url: event-hubs-kafka-stream-analytics.md
138+
- text: Stream data into Azure Databricks using Event Hubs
139+
url: ../azure-databricks/databricks-stream-from-eventhubs.md
140+
141+
142+
# Card
143+
- title: Monitor and manage
144+
linkLists:
145+
- linkListType: how-to-guide
146+
links:
147+
- text: Monitor Event Hubs using Azure Monitor
148+
url: event-hubs-metrics-azure-monitor.md
149+
- text: Set up diagnostic logs
150+
url: event-hubs-diagnostic-logs.md
151+
- text: Automatically scale up throughput units
152+
url: event-hubs-auto-inflate.md
153+
- text: Troubleshoot exceptions
154+
url: event-hubs-messaging-exceptions.md
155+
156+
# Card
157+
- title: Secure
158+
linkLists:
159+
- linkListType: how-to-guide
160+
links:
161+
- text: Use firewall rules
162+
url: event-hubs-ip-filtering.md
163+
- text: Use virtual network service endpoints
164+
url: event-hubs-service-endpoints.md
165+
- text: Configure customer-managed keys for encrypting data at rest
166+
url: configure-customer-managed-key.md
167+
- text: Enable Virtual Networks integration and firewalls
168+
url: event-hubs-tutorial-virtual-networks-firewalls.md
169+

0 commit comments

Comments
 (0)