Hi dears!
In D365, I have a customization that on events like OnClick() on some forms, it will call the APIs of a web application deployed on IIS to send data to the web application.
This event will take the Web application API end point from a text box available on a form in D365, to send the data from D365 to the web app.
On development machines, I have no issues, since everything is deployed in one VM (Both the web app and all D365FO services).
But I have a situation now, where I want to deploy this solution into an on-premise D365 F&O.
The D365 is deployed on a subnet different than the web app subnet, so I need to open ports between the two subnets.
And D365 FO architecture has multiple different servers running (Application Server, Batch Server, Reporting server...etc).
My question is, on which server of D365 FO I need to open the ports to the web application, so the D365 Event Handler can reach the APIs end point of the web application hosted on IIS?
I'm sorry for the length of my question.
Any suggestion is appreciated !
Thanks in advance !