File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,12 @@ Get-AzEventGridDomainKey `
190
190
191
191
And then use your favorite method of making an HTTP POST to publish your events to your Event Grid domain.
192
192
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
+
193
199
## Search lists of topics or subscriptions
194
200
195
201
To search and manage large number of topics or subscriptions, the Event Grid APIs support listing and pagination.
You can’t perform that action at this time.
0 commit comments