Hi
We need to call a third party web service (lets call it Destination = point C) - but they only accept traffic from a fixed IP address (or small range) - which they need to whitelist.
We need to make a call to the web service from a Dynamics 365 Portal (point A) . However the portal can have the IP address of any Azure datacentre - and the third party wont whitelist the massive range of possible addresses.
So we are thinking of standing up a web server in the middle (point B) - maybe in Azure - that we can give a fixed IP Address to.
So Dynamics portal (point A) makes a call to the middle web server (B) - which calls the third party web service (C) , returns traffic to B - which they returns the result to A.
Does this sound feasible ?
Could we use Azure logic apps as point B ? if so can a logic app have a fixed IP Address ? or maybe route traffic via some sort of Azure proxy service ?
Any advice appreciated.