问题
I sent the message from windows form application to azure event hub. After I using data stream analytics for some real time operation and get data from event hub. After that operation I sent result message to event hub. Now I want to display the result message to users through azure notification hub using mobile app(android or windows mobile app). Can we connect azure notification hub and azure event hub directly?.
回答1:
No it cannot be done directly, some intermediate layer should get a message from the Event Hub and then send to mobile devices through the Notification Hub.
来源:https://stackoverflow.com/questions/27355157/can-we-connect-azure-event-hub-with-azure-notification-hub