- What's the difference between Event Grid Topic and Event Grid System Topic.
When I select resource type "Event Grid Custom Topic" then Event Grid Topic type is getting created.
but when I use Service Bus Premium->Event Registration . The Event Grid System Topic type is getting created.
Question is which one is more efficient and which one to use. As I am using endpoint type webhook and calling my logic app event whenever the message is posted to my service bus queue/topics.
Whereas in EventGrid Custom Topic I have to use the Event Grid Trigger in my logic app and the event custom topic automatically gets created.
Please tell me the difference between these two and when to use which and which is more efficient
ERROR: The Resource 'Microsoft.EventGrid/topics/system-topic-test-dev' under resource group 'TEST_DEV' was not found.
. Is DeadLettering possible with System Topics? – Darrel