Azure-Samples / event-grid-dotnet-publish-consume-events

.NET Samples that show how you can use Event Grid to publish and consume events, and how to manage topics and event subscriptions.
MIT License
39 stars 33 forks source link

Consuming an Event Grid event other than a function end point #16

Open satyajit-behera opened 6 years ago

satyajit-behera commented 6 years ago

Hi,

Is it possible to receive Event Grid event from a topic into a console application or a windows service or an azure web job, other than azure functions?

Thanks