File tree Expand file tree Collapse file tree
sdk/eventgrid/azure-eventgrid/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ To publish events, dict representation of the models could also be used as follo
2929
3030* Consume a Custom Payload of raw cloudevent data: [ sample_consume_custom_payload.py] [ python-eg-sample-consume-custom-payload ]
3131
32+ EventGridClient operation samples: [ EventGridClient samples] [ python-eg-client-sync-samples ]
33+
3234## Async samples
3335These code samples show common champion scenario operations with the Azure Event Grid client library using the async client.
3436
@@ -44,6 +46,8 @@ To publish events, dict representation of the models could also be used as follo
4446* Publish EventGridEvent as dict like representation: [ sample_publish_eg_event_using_dict_async.py] [ python-eg-sample-send-eg-as-dict-async ]
4547* Publish CloudEvent as dict like representation: [ sample_publish_cloud_event_using_dict_async.py] [ python-eg-sample-send-cloudevent-as-dict-async ]
4648
49+ EventGridClient operation samples: [ EventGridClient samples] [ python-eg-client-async-samples ]
50+
4751## More Samples
4852
4953* More samples related to the send scenario can be seen [ here] [ python-eg-publish-samples ] .
You can’t perform that action at this time.
0 commit comments