Forum Discussion
pranavjoshi
Feb 07, 2021Copper Contributor
How to consume Azure Event Grid messages on local desktop application?
Hello All,
I am new to Azure Platform, Need some inputs on how can one consume Azure Event Grid messages on local environment. I already went through the documentation of the same but all I could find was references related to those apps which runs on Azure PaaS. If anyone can guide me in the right direction, I would be very much appreciate it. Thank you.
1 Reply
You may subscribe to Event Grid topics using the official client SDKs (e.g., .NET, Java, Python) and exposing a local webhook or listener,learn.microsoft.com/en-us/azure/event-grid/