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?.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
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.