I have a WPF application used by up to 10 users, which needs to communicate with Azure Functions but also send events between applications.
For this I have created a Event Grid Topic in Azure and a Hybrid Connection. This makes it possible for me to publish an event from outside Azure and consume it as well all done i C#. However even though there are multiply applications open and listening to the event only one application receives the Event.
Is it possible to use the same Hybrid Connection for multiply applications and all of them receives the Event? Or are there another way of making this happen using Azure? I don't know in advance how many applications are open and will need the Event.