Microsoft Bot Framework & Ms Teams Add-on

Inho Kim 41 Reputation points
2020-09-02T05:13:11.52+00:00

I have a question about the process of sending and receiving messages with bots registered with the Microsoft Bot Framework.

I am using the BotBuilder library within the Spring Boot Java environment, and I succeeded in sending and receiving messages primarily on the emulator.

In addition, a new bot was registered on the Microsoft Bot Framework, and the bot was linked with a new application in MS Teams.

Using the API server equipped with the Bot Builder library, I want to receive notification messages from registered bots (in Teams), and I would like to know if registration of bot service including Azure subscription is essential in this process.
Also, I wonder whether an endpoint must be set on the bot framework to receive notification messages.

I've seen the related reference docs, but I'm not sure exactly if we need an Azure subscription in case the bot sends a notification message.

Thank you in advance.

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

Accepted answer
  1. YutongTie-MSFT 51,696 Reputation points
    2020-09-02T23:59:29.187+00:00

    Hi,

    If finally you need to deploy your bot, you need to register your bot to Azure anyway. If you only use your bot without deploying, you don't need to do that.

    For your scenario, it's much better if you do the registration before. You can moderate everything by Azure portal and it will be much more convenient for further development.

    More samples and information please see: https://github.com/Microsoft/BotBuilder-Samples/blob/main/README.md

    Regards,
    Yutong


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.