Forum Discussion
jericogs
Apr 05, 2022Copper Contributor
Error when trying to add a Bot in MS Teams
I'm having a problem trying to insert a botchat in MS teams. The error a happens when I try to add the bot to the channel. Showing the following message: Adam Teams cannot be added due to a problem w...
Sayali-MSFT
Apr 06, 2022Microsoft
jericogs- Could you please share repro steps and manifest json , so that we can try it from our end?
- jericogsApr 06, 2022Copper Contributor
First thanks for the feedback. Regarding the steps to get to this error I followed this article: https://www.codeproject.com/Articles/5314752/Microsoft-Teams-for-Java-Developers-Part-3-Develop. When I got to the end of the article. More specifically in the "Creating the Bot Service and Application Registration" The error came. This part of running on Bot Framework Emulator worked fine. I believe that with this I can simulate what is happening with my code.
- Sayali-MSFTApr 06, 2022Microsoft
jericogs-This article demonstrates how to deploy a basic bot to Azure. It explains how to create resources for your bot, prepare your bot for deployment, deploy your bot to Azure, and test your bot in Web Chat.
Reference Document- Publish your bot to Azure - Bot Service | Microsoft Docs- jericogsApr 06, 2022Copper ContributorAfter it burst into this error I also saw this documentation. But I didn't see anything I could have done wrong follows the same paths.