Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions articles/bot-service-quickstart-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ If you're using the Bot Framework SDK for .NET, set the following key values in
* MicrosoftAppId
* MicrosoftAppPassword

If you're using the Bot Framework SDK in .Net Core project, set the following key values (with the correct endpoint) in the *.bot file:

* appId
* appPassword

## Test the bot

Now that your bot service is created, [test it in Web Chat](bot-service-manage-test-webchat.md). Enter a message and your bot should respond.
Expand Down