You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="utf-8"?>
<appSettings>
<!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
<addkey="AppId"value="" />
<addkey="AppSecret"value="" />
<addkey="AuthorizeUrl"value="" />
<addkey="EmulatorListeningUrl"value="" />
<addkey="InstrumentationKey"value="" />
<addkey="BotId"value="" />
<addkey="MicrosoftAppId"value="" />
<addkey="MicrosoftAppPassword"value="" />
</appSettings>
AppId The vsts, registered application app id.
AppSecret The vsts, registered application client secret.
AuthorizeUrl The vsts, registered application authorization url (The one you have entered).
EmulatorListeningUrl The url where the emulator is listening for conversation/user data changes.
InstrumentationKey The key for application insights.
BotId The registered name of the bot.
MicrosoftApplicationId The app id that is given when you register your bot.
MicrosoftApplicationPassword The app password that is given when you register your bot.