Mar 28 2021 10:38 PM
I created MS teams bot Python application, my security team requesting to configure the proxy web application to forward the request to Bot application
(Like bot data flow as MS team Client-->Azure Bot Service-->Webserver-->Application Server)
Note that there is firewall between Azure Bot Service and Webserver.
Here my questions, how to configure proxy webserver to forward the request to Python Bot Application hosted on application server. Can we use IIS or Apache ? How to configure the webservers to forward the request and send the response to MS Teams Client?
Thanks,
SSN
Mar 31 2021 03:34 AM
Hi @sen2nat79, You can deploy your code using any service as long as it's /api/messages endpoint publicly accessible. Please take a look at FAQ on securities for Microsoft Bot Framework.
Apr 05 2021 05:29 AM