i need to add.....the address are INTERNAL IP address, we do have a gateway to IAAS and use cloud connect aswell.
Can a Logic app send a message to an internal IP addres using https call ?
darren slade
116
Reputation points
We are planning to use Azure Service bus to collect messages form distributed local clients ( XML ) and then trigger a logic app to process the message, strip out an IP address, and forward the body of the message to that IP address. My question is simple, can a logic app Post an XML message to an IP address or does it have to be a URI ?
We have about 250 clients sending messages to the Service bus, form there, they are trigger the Logic app and we need to post the XML to another machine...
Hope that makes sense, let me know if you need clarification. Hoping you guys can help.