These bots allow conversational and transactional capabilities to easily create more complex tasks.

Beyond the actual coding of a bot to do useful tasks, implementing the infrastructure has been a challenge.

In this article, we explore how to quickly get started using the Echo bot template.

The word Windows 11 with a map pin on the right and the default windows 11 wallpaper as background.

You will need to verify you have two providers registered for your subscription:Microsoft.Storageand Microsoft.BotService.

These are located under your Subscription Resource Providers.

However, if you exit out and reenter, it will most likely work.

Google Pixel 9a laying on a table.

This service automatically registers the first time you load it up and takes a moment.

This contains the

file, which we are going to modify.

Navigate to the Console, and enter in the

command.

Article image

In the end, you should see a

message indicating the compiled files are now available.

This useful tool allows us to test how the bot reacts to conversational dialogue and simple commands.

In this case, our bot simply echoes back the text.

Locate the Web App Bot in the Marketplace under the Bot Services service

Next, we want to test this bot in an actual Teams client.

By default, the only connected channel is the Web Chat.

snag the “Teams” icon to connect this bot to the Teams channel.

Web App Bot wizard

Click “Save” to make this available to the Microsoft Teams channel.

Start developing Microsoft Teams bots today!

Building your Web App Bot

App Service Editor where you modify and rerun code

The file is saved as you go, so you don’t need to manually save code modifications

If you a Finished successfully message, the modification is successful

The same text echoed back with the preceding text of Test Echo if successful

Click "Save" to make this available to the Microsoft Teams channel

Load up the bot into a Teams client by clicking on the Microsoft Teams link

Test by sending a chat message to see that the result is as expected