Skip to content

Commit 3db895a

Browse files
committed
added links to samples
1 parent 147df73 commit 3db895a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/event-grid/how-to-event-domains.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ Get-AzEventGridDomainKey `
190190

191191
And then use your favorite method of making an HTTP POST to publish your events to your Event Grid domain.
192192

193+
> [!NOTE]
194+
> For samples that use programming language SDKs to publish events to an Event Grid domain, use the following links:
195+
> - [.NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventgrid/Azure.Messaging.EventGrid/samples/Sample2_PublishEventsToDomain.md#publishing-events-to-an-event-grid-domain)
196+
> - [Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_events_to_a_domain.py)
197+
> - [Java](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventgrid/azure-messaging-eventgrid-cloudnative-cloudevents/src/samples/java/com/azure/messaging/eventgrid/cloudnative/cloudevents/samples/PublishNativeCloudEventToDomainAsync.java)
198+
193199
## Search lists of topics or subscriptions
194200

195201
To search and manage large number of topics or subscriptions, the Event Grid APIs support listing and pagination.

0 commit comments

Comments
 (0)