Skip to content

Commit d1549dc

Browse files
committed
[Cogsvcs] QnA - Pub PR - 44239
1 parent 795cdc1 commit d1549dc

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 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,16 +44,15 @@ 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

@@ -65,11 +64,11 @@ Create a bot as a client application for the knowledge base.
6564

6665
## Chat with the Bot
6766

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

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

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

7473

7574
`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 +80,9 @@ Create a bot as a client application for the knowledge base.
8180

8281
## Clean up resources
8382

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

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

8887
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:
8988

Loading

0 commit comments

Comments
 (0)