From the course: Microsoft Teams Bot Development

Introduction

- [Instructor] Let's start by writing a simple bot in this chapter. Now if you are already quite familiar with the bot framework, feel free to skip this chapter and go the next chapter, where I talk about deploying the bot to my soft teams. If you've never seen the bot framework, I'd encourage to stick through this chapter. Let's talk about creating a simple bot. So we'll see this in demos, and I'll first start by creating a simple bot, and we'll understand the process of development and debugging as far as the bot is concerned. And then we'll take this further and I'll explore concepts such as cloud-hosted endpoints, we'll probably add some entrusting logic. I'll introduce you to a very useful tool called ngrok, and I will also show you the value of using Azure websites with the same bot. Okay, so let's dive into code.

Contents