From 8299f480b7e6148f0886137f3a6e5a935b650693 Mon Sep 17 00:00:00 2001 From: jasondwilliams Date: Thu, 10 May 2018 11:34:08 -0700 Subject: [PATCH] Update README pointer to deployment instructions (#185) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2446ee2..d903cb9 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,7 @@ This uses the standard configuration, which lets you run your bot locally, and s ## Publishing your bot -Publish your Conversation Learner bot similar to the same way you would publish any other bot. At a high level, you upload your code to a hosted website, set the appropriate configuration values, and then register the bot with various channels. Detailed instructions are in this [video showing how to publish your bot using Azure Bot Service.](https://aka.ms/blis-azure-publish) - -Once the bot is deployed and running you can connect different channels to it such as Facebook, Teams, Skype etc using an Azure Bot Channel Registration. For documentation on that process see: https://docs.microsoft.com/en-us/bot-framework/bot-service-quickstart-registration +Publish your Conversation Learner bot similar to the same way you would publish any other bot. At a high level, you upload your code to a hosted website, set the appropriate configuration values, and then register the bot with various channels. The docs include detailed instructions on [deploying to localhost](https://docs.microsoft.com/en-us/azure/cognitive-services/labs/conversation-learner/deploy-to-bf#option-1-deploying-a-conversation-learner-bot-to-run-locally), and [deploying to Azure](https://docs.microsoft.com/en-us/azure/cognitive-services/labs/conversation-learner/deploy-to-bf#option-2-deploy-to-azure). Ensure that these variables are set when deploying your bot: @@ -157,6 +155,8 @@ LUIS_AUTHORING_KEY | LUIS authoring key for this app, obtained from MICROSOFT_APP_ID | Microsoft Application Id MICROSOFT_APP_PASSWORD | Microsoft Application Password +Once the bot is deployed and running you can connect different channels to it such as Facebook, Teams, Skype etc using an Azure Bot Channel Registration. For documentation on that process see: https://docs.microsoft.com/en-us/bot-framework/bot-service-quickstart-registration + ## Support - Tag questions on [Stack Overflow](https://stackoverflow.com) with "microsoft cognitive"