Skip to content

Commit 64a03d0

Browse files
committed
link to samples
1 parent 2a4e276 commit 64a03d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • sdk/eventgrid/azure-eventgrid/samples

sdk/eventgrid/azure-eventgrid/samples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3335
These 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].

0 commit comments

Comments
 (0)