Skip to content

Commit 937794f

Browse files
authored
Merge pull request #98554 from diberry/1210-qna-bot
[Cogsvcs] QnA - Pub PR - 44239
2 parents d993b88 + 069d766 commit 937794f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/cognitive-services/QnAMaker/Tutorials/create-qna-bot.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create a QnA chat bot from the **Publish** page for an existing knowledge base.
2222
<!-- green checkmark -->
2323
> [!div class="checklist"]
2424
> * Create an Azure Bot Service from an existing knowledge base
25-
> * Chat with the bot to verify the code is working
25+
> * Chat with the bot to verify the code is working
2626
2727
## Prerequisites
2828

@@ -32,9 +32,9 @@ You need to have a published knowledge base for this tutorial. If you do not hav
3232

3333
## Create a QnA Bot
3434

35-
Create a bot as a client application for the knowledge base.
35+
Create a bot as a client application for the knowledge base.
3636

37-
1. In the QnA Maker portal, go to the **Publish** page, and publish your knowledge base. Select **Create Bot**.
37+
1. In the QnA Maker portal, go to the **Publish** page, and publish your knowledge base. Select **Create Bot**.
3838

3939
![In the QnA Maker portal, go to the Publish page, and publish your knowledge base. Select Create Bot.](../media/qnamaker-tutorials-create-bot/create-bot-from-published-knowledge-base-page.png)
4040

@@ -44,32 +44,32 @@ Create a bot as a client application for the knowledge base.
4444

4545
|Setting|Value|Purpose|
4646
|--|--|--|
47-
|Bot name|`my-tutorial-kb-bot`|This is the Azure resource name for the bot.|
47+
|Bot handle|`qna-maker-central-us-bot`|This is the Azure resource name for the bot.|
4848
|Subscription|See purpose.|Select the same subscription as you used to create the QnA Maker resources.|
49-
|Resource group|`my-tutorial-rg`|The resource group used for all the bot-related Azure resources.|
49+
|Resource group|`docs`|The resource group used for all the bot-related Azure resources.|
5050
|Location|`west us`|The bot's Azure resource location.|
5151
|Pricing tier|`F0`|The free tier for the Azure bot service.|
52-
|App name|`my-tutorial-kb-bot-app`|This is a web app to support your bot only. This should not be the same app name as your QnA Maker service is already using. Sharing QnA Maker's web app with any other resource is not supported.|
52+
|App name|`qna-maker-central-us-bot-app`|This is a web app to support your bot only. This should not be the same app name as your QnA Maker service is already using. Sharing QnA Maker's web app with any other resource is not supported.|
5353
|SDK Language|C#|This is the underlying programming language used by the bot framework SDK. Your choices are [C#](https://github.com/Microsoft/botbuilder-dotnet) or [Node.js](https://github.com/Microsoft/botbuilder-js).|
5454
|QnA Auth Key|**Do not change**|This value is filled in for you.|
5555
|App service plan/Location|**Do not change**|For this tutorial, the location is not important.|
56-
|Azure Storage|**Do not change**|Conversation data is stored in Azure Storage tables.|
5756
|Application Insights|**Do not change**|Logging is sent to Application Insights.|
5857
|Microsoft App ID|**Do not change**|Active directory user and password is required.|
5958

60-
![Create the knowledge base bot with these settings.](../media/qnamaker-tutorials-create-bot/create-bot-from-published-knowledge-base.png)
59+
> [!div class="mx-imgBorder"]
60+
> ![Create the knowledge base bot with these settings.](../media/qnamaker-tutorials-create-bot/create-bot-from-published-knowledge-base.png)
6161
6262
Wait a couple of minutes until the bot creation process notification reports success.
6363

6464
<a name="test-the-bot"></a>
6565

6666
## Chat with the Bot
6767

68-
1. In the Azure portal, open the new bot resource from the notification.
68+
1. In the Azure portal, open the new bot resource from the notification.
6969

7070
![In the Azure portal, open the new bot resource from the notification.](../media/qnamaker-tutorials-create-bot/azure-portal-notifications.png)
7171

72-
1. From **Bot management**, select **Test in Web Chat** and enter: `How large can my KB be?`. The bot will respond with:
72+
1. From **Bot management**, select **Test in Web Chat** and enter: `How large can my KB be?`. The bot will respond with:
7373

7474

7575
`The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment)for more details.`
@@ -81,9 +81,9 @@ Create a bot as a client application for the knowledge base.
8181

8282
## Clean up resources
8383

84-
When you are done with this tutorial's bot, remove the bot in the Azure portal.
84+
When you are done with this tutorial's bot, remove the bot in the Azure portal.
8585

86-
If you created a new resource group for the bot's resources, delete the resource group.
86+
If you created a new resource group for the bot's resources, delete the resource group.
8787

8888
If you didn't create a new resource group, you need to find the resources associated with the bot. The easiest way is to search by the name of the bot and bot app. The bot resources include:
8989

Loading

0 commit comments

Comments
 (0)