Event Grid Topic vs Event Grid System Topic
  1. 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

2 Answers

System Topics are used by Azure Services like Azure Storage, etc. Previously they were implicit but have recently been exposed as Azure Resources.

From a performance aspect, there should be no difference between the topic types. Both types support the same type of event handlers as well.

One major difference is that there is no endpoint or access keys for system topics to publish events like for custom topics.

1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest