Skip to content

Commit df3a689

Browse files
committed
nti
1 parent 6b99e3f commit df3a689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/eventgrid/azure-eventgrid/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ eg_publisher_client = EventGridPublisherClient(topic_hostname, credential)
4343

4444
## Key concepts
4545

46+
Information about the key concepts on EventGrid, see [Concepts in Azure Event Grid][publisher-service-doc]
47+
4648
### EventGridPublisherClient
4749
`EventGridPublisherClient` provides operations to send event data to topic hostname specified during client initialization.
4850
Either a list or a single instance of CloudEvent/EventGridEvent/CustomEvent can be sent.
4951

5052
### EventGridConsumer
5153
`EventGridConsumer` is used to desrialize an event received.
5254

53-
For more information about the key concepts on EventGrid, see [Concepts in Azure Event Grid][publisher-service-doc]
54-
5555
## Examples
5656

5757
The following sections provide several code snippets covering some of the most common EventGrid tasks, including:

0 commit comments

Comments
 (0)