Contacts: Daniel Evans, CK Kashyap, Mark Franco Goal Host a bot behind a firewall and allow conversations with the bot using Teams. The implication of “bot behind a firewall” is that the network connectivity to/from the bot is restricted to only the necessary machines (IP addresses). The reference network architecture below illustrates how a Bot may be run inside a Virtual Network(VNET) that allows traffic only to and from a set of IP addresses that….
Author: michaelm
This post describes how to embed a bot in a web page using the Bot Framework Web Chat. The Web Chat control is a highly-customizable web-based client for the Bot Framework V4 SDK. It uses the Direct Line channel, associated with the bot, to allow the user to talk with the bot from within the web page. In its essence, this….
This post shows how to use the Web Chat channel to allow the user to communicate with a bot. This is done by embedding a Web Chat component in a web page. The Web Chat component, referred here, is included in the Web Chat channel that is associated by default with a bot deployed in Azure. The following picture shows the components involved.….