Search code examples
azureazureservicebusazure-eventgrid

How to send test events to Azure Event Grid Domain


I have provisioned Azure Event Grid domain in the portal and created a couple of Domain Topics under the hood. Also, a service bus queue has been configured as an endpoint to receive those events.

Now, I just want to send a few sample events to the Azure Event Grid Domain. How do I go about it? is there any tool available to send the events out of the box?

Any suggestion is much appreciated.


Solution

  • Basically, any REST Client tool can be used for posting an event to the AEG domain or you can try my Azure Event Grid Tester:

    enter image description here