Deploy a bot written in mulitple programming languages to Azure portal

Zhu, Zihan 41 Reputation points
2021-01-11T19:43:17.893+00:00

Hi, I am developing a chatbot that is expected to run on teams using the bot framework SDK, I chose to build the bot in Node.js, but need to use some python methods (with dependencies, specifically, nltk) to achieve certain functionalities. The bot can run with no problem on my own computer, but If I want to deploy the bot to the Azure portal and test it in web chat, how can I make sure it would work properly with those python codes?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
942 questions
Microsoft Teams | Development
0 comments No comments
{count} vote

Accepted answer
  1. Manish-MSFT 256 Reputation points
    2021-01-12T05:19:57.453+00:00

    @Zhu, Zihan : If you have your bot in node.js, you can create Web API Controller for methods in python which you can host on azure then get an endpoint address . Use this endpoint address in your bot similar to as you call REST API from bot.

    Thanks,

    Manish Chitre


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.