Skip to content

Commit c831b5a

Browse files
authored
freshness review & update
1 parent 7aa4095 commit c831b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/custom-topics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Custom topics in Azure Event Grid
33
description: Describes custom topics in Azure Event Grid.
44
ms.topic: conceptual
5-
ms.date: 02/23/2022
5+
ms.date: 03/10/2023
66
---
77

88
# Custom topics in Azure Event Grid
9-
An Event Grid topic provides an endpoint where the source sends events. The publisher creates the Event Grid topic, and decides whether an event source needs one topic or more than one topic. A topic is used for a collection of related events. To respond to certain types of events, subscribers decide which topics to subscribe to.
9+
An Event Grid topic provides an endpoint where the source sends events. The publisher creates an Event Grid topic, and decides whether an event source needs one topic or more than one topic. A topic is used for a collection of related events. To respond to certain types of events, subscribers decide which topics to subscribe to.
1010

11-
**Custom topics** are application and third-party topics. When you create or are assigned access to a custom topic, you see that custom topic in your subscription.
11+
**Custom topics** are application and third-party topics. When you create or are given access to a custom topic, you see that custom topic in your subscription.
1212

1313
When designing your application, you have flexibility when deciding how many topics to create. For large solutions, create a **custom topic** for **each category of related events**. For example, consider an application that sends events related to modifying user accounts and processing orders. It's unlikely any event handler wants both categories of events. Create two custom topics and let event handlers subscribe to the one that interests them. For small solutions, you might prefer to send all events to a single topic. Event subscribers can filter for the event types they want.
1414

0 commit comments

Comments
 (0)