Configure the proxy web application to forward the request to Python Bot application

Copper Contributor

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

2 Replies

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.

@sen2nat79 Please let us know does that help clarify.