OfficeDev / microsoft-teams-sample-complete-node

A template for building complex bots for Microsoft Teams - Node.JS version
MIT License
127 stars 65 forks source link

Doesn't work with MS Teams #52

Closed granteagon closed 6 years ago

granteagon commented 6 years ago

I have set this bot up, verified it works with the bot emulator, verified it works with Azure in the bot test page, as well as verified it works locally both with and without security. However when I add the generated manifest to MS Teams, the bot shows up but never responds to messages.

granteagon commented 6 years ago

I figured it out. MS Teams channel had to be added in the channels section in Azure. This was missing from the documentation. It should probably be added. Thanks