Deploy Azure Bot as container on AKS instead of App Service

Mujawar, Syedfayaz 0 Reputation points
2024-01-18T06:29:45.29+00:00

Existing System: I have a bot developed using Bot Framework Composer and deployed on Azure App Service and Azure Bot Service.
Private Endpoint is enabled on Bot Service by following below article. https://techcommunity.microsoft.com/t5/iis-support-blog/private-endpoint-amp-direct-line-app-service-extension/ba-p/3736194. Bot works on private endpoint with above changes.

New Requirement: I have a requirement where in Azure App Service should be deprovisioned and Bot should be hosted on existing AKS node instead of App Service.

I have built docker image of Bot application and deployed on AKS. I am able to see "Your bot is ready" page. But when I go to https://hostname/.bot to check private endpoint, its empty and says page does not exist.

Question:
How do I setup private endpoint and Direct Line App Service Extension Configuration in docker based bot on AKS?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
833 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,758 questions
{count} votes

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.