To get started with Azure Event Grid, do the following in Azure Portal:
- Click on + Create a resource and search for Event Grid. From the list, select Event Grid Topic and click Create.
- You will see a really simple form, where you have to enter the name of an instance of a service:
- When you click Create and wait a moment, an instance of a service will be created. Once it is finished, you can go to your resource to see an empty instance:
As you can see, there is no subscription created yet. What ...