Skip to content

Migrating from BotFramework with Private Endpoint and Network Isolation #225

@suavefr

Description

@suavefr

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.

https://learn.microsoft.com/en-us/azure/bot-service/dl-network-isolation-how-to?view=azure-bot-service-4.0&tabs=network

Metadata

Metadata

Assignees

No one assigned

    Labels

    TriageNew issue, yet to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions