Skip to content

Commit d2181f2

Browse files
Merge pull request #206182 from spelluru/ehubdotnet0727
.NET development guide
2 parents 953cb86 + 95152ef commit d2181f2

6 files changed

+16
-150
lines changed

articles/event-hubs/.openpublishing.redirection.event-hubs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
"redirect_url": "/azure/event-hubs/",
161161
"redirect_document_id": false
162162
},
163+
{
164+
"source_path": "event-hubs-programming-guide.md",
165+
"redirect_url": "https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventhub/Azure.Messaging.EventHubs/samples",
166+
"redirect_document_id": false
167+
},
163168
{
164169
"source_path": "event-hubs-pulling-public-data.md",
165170
"redirect_url": "https://github.com/Azure-Samples/event-hubs-dotnet-import-from-sql",

articles/event-hubs/TOC.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,16 @@
193193
href: ../service-bus-messaging/deprecate-service-bus-management.md?toc=/azure/event-hubs/toc.json
194194
- name: Exchange events between applications using different protocols
195195
href: event-hubs-exchange-events-different-protocols.md
196-
- name: Programming guides
196+
- name: Programming language samples
197197
items:
198-
- name: .NET (Azure.Messaging.EventHubs)
198+
- name: .NET samples in GitHub
199199
href: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/README.md
200-
- name: Java (azure-messaging-eventhubs)
200+
- name: Java samples in GitHub (azure-messaging-eventhubs)
201201
href: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/README.md
202-
- name: Python (azure-eventhub)
202+
- name: Python samples in GitHub (azure-eventhub)
203203
href: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/README.md
204-
- name: JavaScript (azure/event-hubs)
204+
- name: JavaScript in GitHub (azure/event-hubs)
205205
href: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/README.md
206-
- name: .NET (Microsoft.Azure.EventHubs)
207-
href: event-hubs-programming-guide.md
208206
- name: Process data
209207
items:
210208
- name: Capture Event Hubs data in Parquet format

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ ms.custom: devx-track-csharp, mode-api, contperf-fy22q3
1010
# Send events to and receive events from Azure Event Hubs - .NET (Azure.Messaging.EventHubs)
1111
This quickstart shows how to send events to and receive events from an event hub using the **Azure.Messaging.EventHubs** .NET library.
1212

13+
> [!NOTE]
14+
> You can find all .NET samples for Event Hubs in our [.NET SDK repository on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventhub/).
15+
> - [Event Hubs samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs/samples)
16+
> - [Event processor samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs.Processor/samples)
17+
18+
1319
## Prerequisites
1420
If you're new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.
1521

articles/event-hubs/event-hubs-event-processor-host.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ Now that you're familiar with the Event Processor Host, see the following articl
197197
- [Java](event-hubs-java-get-started-send.md)
198198
- [Python](event-hubs-python-get-started-send.md)
199199
- [JavaScript](event-hubs-node-get-started-send.md)
200-
* [Event Hubs programming guide](event-hubs-programming-guide.md)
201200
* [Availability and consistency in Event Hubs](event-hubs-availability-and-consistency.md)
202201
* [Event Hubs FAQ](event-hubs-faq.yml)
203202
* [Event Hubs samples on GitHub](https://github.com/Azure/azure-event-hubs/tree/master/samples)

articles/event-hubs/event-hubs-features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ For more information about Event Hubs, visit the following links:
205205
- [Java](event-hubs-java-get-started-send.md)
206206
- [Python](event-hubs-python-get-started-send.md)
207207
- [JavaScript](event-hubs-node-get-started-send.md)
208-
* [Event Hubs programming guide](event-hubs-programming-guide.md)
209208
* [Availability and consistency in Event Hubs](event-hubs-availability-and-consistency.md)
210209
* [Event Hubs FAQ](event-hubs-faq.yml)
211210
* [Event Hubs samples](event-hubs-samples.md)

articles/event-hubs/event-hubs-programming-guide.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)