-
Notifications
You must be signed in to change notification settings - Fork 115
Description
We were using BotFrameWork with Network Isolation. We want to migrate to Agents SDK. We have migrated our code and were able to connect using the Emulator. We cannot connect with the bot using Webchat and .bot endpoint is showing IB/OB false. Is there a way to configure it to work with Agents SDK?
{"K":true,"IB":false,"OB":false,"Initialized":true}
There is UseNamedPipes in BotFramework code that we were not able to migrate to Agents SDK is there a equivalent Method in Agents SDK?
.UseNamedPipes(System.Environment.GetEnvironmentVariable("APPSETTING_WEBSITE_SITE_NAME") + ".directline")
We want to be able to connect to the bot directly from using the webchat. I tested to deploy a simple echobot and was able to connect using webchat using the public endpoint directline.botframework.com. We want to utilize Network Isolation and have our own domain for generating token and connecting.