top of page
Christine Andrew

Azure Event Grid

Updated: May 23

Our Snippets Of Knowledge Weekly Blog Series

Azure Event Grid Icon

In classic programming terms, the Azure Event Grid offers a simple yet affective publisher/subscriber bus for various events across your platform and beyond. Organised as topics in the resource, many upstream resources and SDK’s can write events to these topics and many downstream resources, including Azure Data Factory pipelines can subscribe to those custom topics, prompting further workload execution.


In the context of a data platform, this offers a convenient way to decouple processing stages and offer a method of delivering data just-in-time as a set of event driven workloads. For example, a data source writes a file to a storage account, an integration pipeline can be triggered based on the create file event to further the data ingestion workload.


Having such an event driven set of executions avoids the need for a large nightly load of all datasets and can smooth out compute demand. In addition, it gives business users the ability to consume information as it arrives, improving overall data delivery.


See MS Learn for more information on this Resource here.

 

We hope you found this knowledge snippet helpful.


Check out all our posts in this series here.

23 views1 comment

Recent Posts

See All

1 Comment


Be the first to know

Subscribe to our blog to get updates on new posts.

Thanks for subscribing!

TRANSFORM YOUR BUSINESS

bottom of page