Bot service over private channel

Varun Aggarwal 1 Reputation point
2022-05-10T05:35:24.537+00:00

We are looking forward to develop a chatbot to integrate with Sharepoint, bot will be developed on composer framework and needs to interact with API services hosted in AKS

Issue we are facing is we want to make everything private for our organization, we are following hub and spoke model and AKS is behind a private VNet.
Bot and web app been created using CLI are by default in public zone.

My bot works fine from composer but as soon as I deploy it on direct line it cannot further communicate with AKS based API's(using loadbalancer IP)

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2022-05-11T09:35:38.11+00:00

    @Varun Aggarwal Thanks for the question, Can you please share the sample that you are trying. Are you able to test in webchat. You can also connect the emulator to your bot for testing and debugging.

    Here is the document to connect a bot to direct line.
    201298-image.png

    0 comments No comments