I have sent message to Azure Event Hub through C# Application.
After I send the message to Event Hub ,it will be given as input to the Azure Stream analytics and Process some Events and sent back to Event Hub as an output of Azure Stream Analytics.
Now I want to sent the Notification to the Mobile App through Notification Hub of Azure after receiving the Event hub's Output.
How can I connect azure event hub and notification hub now?