Skip to content

Commit da03b48

Browse files
Freshness. Links and Acrolinx.
1 parent cab2e48 commit da03b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/custom-event-to-eventhub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-azurecli, mode-api
88

99
# Quickstart: Route custom events to an event hub by using Event Grid and the Azure CLI
1010

11-
[Azure Event Grid](overview.md) is a highly scalable and serverless event broker that you can use to integrate applications via events. Event Grid delivers events to [supported event handlers](event-handlers.md), and Azure Event Hubs is one of them.
11+
[Azure Event Grid](overview.md) is a highly scalable and serverless event broker that you can use to integrate applications via events. Event Grid delivers events to supported event handlers, such as Azure Event Hubs. [Event handlers](event-handlers.md).
1212

1313
In this quickstart, you use the Azure CLI to create an Event Grid custom topic and an Event Hubs subscription for that topic. You then send sample events to the custom topic and verify that those events are delivered to an event hub.
1414

@@ -113,7 +113,7 @@ In the Azure portal, on the **Overview** page for your Event Hubs namespace, not
113113

114114
Typically, you create an application that retrieves event messages from the event hub. For more information, see:
115115

116-
- [Get started receiving messages with the event processor host in .NET Standard](../event-hubs/event-hubs-dotnet-standard-getstarted-send.md)
116+
- [Send events to and receive events from Azure Event Hubs using .NET](../event-hubs/event-hubs-dotnet-standard-getstarted-send.md)
117117
- [Receive events from Azure Event Hubs by using Java](../event-hubs/event-hubs-java-get-started-send.md)
118118
- [Receive events from Event Hubs by using Apache Storm](../event-hubs/event-hubs-storm-getstarted-receive.md)
119119

@@ -132,7 +132,7 @@ Now that you know how to create topics and event subscriptions, learn more about
132132
- [About Event Grid](overview.md)
133133
- [Route Azure Blob Storage events to a custom web endpoint](../storage/blobs/storage-blob-event-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json)
134134
- [Monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-logic-app.md)
135-
- [Stream big data into a data warehouse](event-hubs-integration.md)
135+
- [Migrate Event Hubs captured data from Azure Storage to Azure Synapse Analytics](event-hubs-integration.md)
136136

137137
To learn about publishing events to, and consuming events from, Event Grid by using various programming languages, see the following samples:
138138

0 commit comments

Comments
 (0)