Skip to content

Commit 1b7990d

Browse files
committed
Event Grid freshness 2
1 parent f293c30 commit 1b7990d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

articles/event-grid/custom-event-quickstart.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
---
22
title: 'Quickstart: Send custom events with Event Grid and Azure CLI'
33
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.'
4-
ms.date: 01/05/2024
4+
ms.date: 01/22/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-azurecli, mode-api, build-2024
77
---
88
# Quickstart: Route custom events to web endpoint with Azure CLI and Event Grid
99

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.
1111

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:
2013

2114
:::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.":::
2215

@@ -25,6 +18,9 @@ When you're finished, you see that the event data has been sent to the web app.
2518
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2619

2720
- This article requires version 2.0.70 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
21+
- If you're 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.
22+
23+
2824

2925
## Create a resource group
3026

0 commit comments

Comments
 (0)