You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Route custom events to an event hub by using Event Grid and the Azure CLI
10
10
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).
12
12
13
13
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.
14
14
@@ -113,7 +113,7 @@ In the Azure portal, on the **Overview** page for your Event Hubs namespace, not
113
113
114
114
Typically, you create an application that retrieves event messages from the event hub. For more information, see:
115
115
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)
117
117
-[Receive events from Azure Event Hubs by using Java](../event-hubs/event-hubs-java-get-started-send.md)
118
118
-[Receive events from Event Hubs by using Apache Storm](../event-hubs/event-hubs-storm-getstarted-receive.md)
119
119
@@ -132,7 +132,7 @@ Now that you know how to create topics and event subscriptions, learn more about
132
132
-[About Event Grid](overview.md)
133
133
-[Route Azure Blob Storage events to a custom web endpoint](../storage/blobs/storage-blob-event-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json)
134
134
-[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)
136
136
137
137
To learn about publishing events to, and consuming events from, Event Grid by using various programming languages, see the following samples:
0 commit comments