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
Copy file name to clipboardExpand all lines: articles/event-grid/custom-event-quickstart.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,15 @@
1
1
---
2
2
title: 'Quickstart: Send custom events with Event Grid and Azure CLI'
3
3
description: 'Quickstart uses Azure Event Grid and Azure CLI to publish a custom topic, and subscribe to events for that topic. The events are handled by a web application.'
# Quickstart: Route custom events to web endpoint with Azure CLI and Event Grid
9
9
10
-
In this article, you use the Azure CLI to create a custom topic in Azure Event Grid, subscribe to the custom topic, and trigger the event to view the result.
10
+
In this article, you use the Azure CLI to create a custom topic in Azure Event Grid, subscribe to the custom topic, and trigger a sample event to view the result.
11
11
12
-
13
-
> [!NOTE]
14
-
> If you are new to Azure Event Grid, see [What's Azure Event Grid](overview.md) to get an overview of the service before going through this tutorial.
15
-
16
-
17
-
Typically, you send events to an endpoint that processes the event data and takes actions. However, to simplify this article, you send the events to a web app that collects and displays the messages.
18
-
19
-
When you're finished, you see that the event data has been sent to the web app.
12
+
Typically, you send events to an endpoint that processes the event data and takes actions. However, to simplify this article, you send sample events to a web app that collects and displays the messages. When you're finished, you see that the event data has been sent to the web app as shown in the following image:
20
13
21
14
:::image type="content" source="./media/custom-event-quickstart/viewer-record-inserted-event.png" alt-text="Screenshot showing the Event Grid Viewer sample with a sample event.":::
22
15
@@ -25,6 +18,9 @@ When you're finished, you see that the event data has been sent to the web app.
0 commit comments