Forum Discussion
Mauro Pappalardo
Sep 06, 2018Copper Contributor
Deploy Web Api to SharePoint Farm IIS
Goodmorning everyone I have a sharepoint farm 2013 composed of an application server and two front ends in load balancer. I have to perform a delpoy of a site that contains a set of web APIs create...
- Sep 06, 2018
I'd personally put it on the WFEs so that you've got load balancing across it. Only being an API it's not going to involve batch processing, and should be light weight so makes sense for it to go there.
Sep 06, 2018
How is this WebAPI going to be consumed and from where?
- Mauro PappalardoSep 06, 2018Copper Contributor
It is consumed by a calendar event receiver for the management of the holiday installed in the same farm but in the future it will be invoked by a microsoft flow as we move the holiday management on an office 365 calendar
- Matt WestonSep 06, 2018Iron Contributor
I'd personally put it on the WFEs so that you've got load balancing across it. Only being an API it's not going to involve batch processing, and should be light weight so makes sense for it to go there.
- Sep 07, 2018Totally agree!