<%= name %>

Bot generated with Yeoman and CSE bot generator

Your bot has a complete CI/CD set in your Team services project: <%= name %> .

Visit Bot Framework to register your bot. When you register it, remember to set your bot's endpoint to

https://your_bots_hostname/api/messages


Next Steps:

Remember to go through appSettings and connectionStrings in Web.config and on Azure (webapp). Review the following:

+ MicrosoftAppId : The Microsoft App ID associated with the bot.

+ MicrosoftAppPassword : The Microsoft App Password associated with the bot.

+ ApplicationInsightsIntrumentationKey : The InstrumentationKey from Application Insights, in order to enable analytics for your bot.

+ StorageConnectionString : This bot uses a custom State Client (Table Storage) with Bot Azure Extensions.


+ Git push and start coding!