Can we configure a private connection between our on-premise server and the Azure AI Bot Service, while still allowing public access for other channels like Webchat and WhatsApp?

Abdalla 0 Reputation points
2025-08-18T08:29:29.9266667+00:00

We have an Azure AI Bot Service that is accessed by different public channels, Such as Webchat and WhatsApp, and the replies are handled by a server deployed on premises accessing the same chatbot service.

can we have the access between this server and the Bot service only private while maintaining the public link to the other channels?

Note that only the bot service is on Azure cloud, everything else on physical servers on premises

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 23,931 Reputation points Volunteer Moderator
    2025-08-18T10:00:35.6433333+00:00

    Hello Abdalla,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you would like to know if you can configure a private connection between our on-premise server and the Azure AI Bot Service, while still allowing public access for other channels like Webchat and WhatsApp.

    Yes, the idea of using VPN/ExpressRoute for private access from on-premises is valid and supported - https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking Also using Azure API Management or Application Gateway as a secure public ingress point is a best practice.

    Your Architecture will look like the below:

    User's image

    Refer to the links below for more technical steps and considerations:

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.