|
13 | 13 | - name: Quickstarts
|
14 | 14 | expanded: true
|
15 | 15 | items:
|
16 |
| - - name: Create an event hub |
| 16 | + - name: Create an event hub or Kafka topic |
17 | 17 | items:
|
18 | 18 | - name: Azure portal
|
19 | 19 | href: event-hubs-create.md
|
|
29 | 29 | href: event-hubs-resource-manager-namespace-event-hub.md
|
30 | 30 | - name: Send and receive events
|
31 | 31 | items:
|
32 |
| - - name: .NET |
33 |
| - href: event-hubs-dotnet-standard-getstarted-send.md |
34 |
| - - name: Java |
35 |
| - href: event-hubs-java-get-started-send.md |
36 |
| - - name: Python |
37 |
| - href: event-hubs-python-get-started-send.md |
38 |
| - - name: JavaScript |
39 |
| - href: event-hubs-node-get-started-send.md |
40 |
| - - name: Spring |
41 |
| - href: /azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?toc=/azure/event-hubs/TOC.json |
42 |
| - - name: Go |
43 |
| - href: event-hubs-go-get-started-send.md |
44 |
| - - name: C (send only) |
45 |
| - href: event-hubs-c-getstarted-send.md |
46 |
| - - name: Apache Storm (receive only) |
47 |
| - href: event-hubs-storm-getstarted-receive.md |
| 32 | + - name: Event Hubs SDKs (AMQP) |
| 33 | + items: |
| 34 | + - name: .NET |
| 35 | + href: event-hubs-dotnet-standard-getstarted-send.md |
| 36 | + - name: Java |
| 37 | + href: event-hubs-java-get-started-send.md |
| 38 | + - name: Python |
| 39 | + href: event-hubs-python-get-started-send.md |
| 40 | + - name: JavaScript |
| 41 | + href: event-hubs-node-get-started-send.md |
| 42 | + - name: Spring |
| 43 | + href: /azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?toc=/azure/event-hubs/TOC.json |
| 44 | + - name: Go |
| 45 | + href: event-hubs-go-get-started-send.md |
| 46 | + - name: C (send only) |
| 47 | + href: event-hubs-c-getstarted-send.md |
| 48 | + - name: Apache Storm (receive only) |
| 49 | + href: event-hubs-storm-getstarted-receive.md |
| 50 | + - name: Apache Kafka |
| 51 | + items: |
| 52 | + - name: Java |
| 53 | + href: event-hubs-quickstart-kafka-enabled-event-hubs.md |
48 | 54 | - name: Capture events
|
49 | 55 | items:
|
50 | 56 | - name: Use the Azure portal to enable Event Hubs Capture
|
|
53 | 59 | href: event-hubs-resource-manager-namespace-event-hub-enable-capture.md
|
54 | 60 | - name: Read captured data using Python
|
55 | 61 | href: event-hubs-capture-python.md
|
56 |
| - - name: Stream into Event Hubs for Apache Kafka |
57 |
| - href: event-hubs-quickstart-kafka-enabled-event-hubs.md |
58 | 62 | - name: Use Schema Registry
|
59 | 63 | items:
|
60 | 64 | - name: Create a schema registry - Azure portal
|
|
0 commit comments