Hi guys
The problem is simple, we will receive messages to Azure in XML format, INDISDE this message is the IP address of where it SHOULD be sent, we need to proxy those messages to the correct IP ( don't ask why, its a long an boring answer ).
The plan so far is to send the messages to Service Bus, trigger a logic app that will open the message, strip out the IP, then send that message to that IP....
However, is there a way Service Bus or another tool in Azure could do this whilst leaving any sockets for responses open ? Kind of smart reverse proxy ? Or just in a more efficient way ?
Any ideas or help appreciated.
thanks