From the course: Developing for Microsoft Teams
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Bot registration and Bot Framework - Microsoft Teams Tutorial
From the course: Developing for Microsoft Teams
Bot registration and Bot Framework
- [Instructor] There are a few ways of getting started with Bots but probably the easiest option is to use the same Teams toolkit extension for Visual Studio Code, as we use to build tabs so I can go to Microsoft Teams, Extension and I'm good to create a new Teams app, and I will have to go through that little authentication maneuver again, make sure I get the right tenant and that's done. And now I get the Select project option and if I scroll down to Bots and Conversation bot, my only option is JavaScript. So this is going to be a no JS application. Now I want to give it a name, so I'll call it picbot2 and I can then Create a new Bot Registration down here. So this is automatically doing a lot of the work to register the bot in Azure. And this requires quite a lot of steps if we wanted to do it manually. So I'm just waiting for it to finish registering the bot and register it in Azure AD. And that should, so it's…