Skip to content

Commit 48c8692

Browse files
authored
Merge pull request #88396 from diberry/0913-pub-issue-qna-38684
[Cogsvcs] QnA Maker - public issue #38684
2 parents 829c6f4 + d3e8840 commit 48c8692

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/cognitive-services/QnAMaker/How-To/set-up-qnamaker-service-azure.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 08/30/2019
11+
ms.date: 09/13/2019
1212
ms.author: diberry
1313
ms.custom: seodec18
1414
---
@@ -81,6 +81,8 @@ You can view and reset your subscription keys from the Azure portal, where you c
8181

8282
## Find endpoint keys in the QnA Maker portal
8383

84+
The endpoint is in the same region as the resource because the endpoint keys are used to make a call to the knowledge base.
85+
8486
Endpoint keys can be managed from the [QnA Maker portal](https://qnamaker.ai).
8587

8688
1. Sign in to the [QnA Maker portal](https://qnamaker.ai), go to your profile, and then select **Service settings**:
@@ -106,6 +108,8 @@ QnA Maker creates several Azure resources. To reduce management and benefit from
106108
|Application Insights||Can be shared|
107109
|Search service||1. `testkb` is a reserved name for the QnAMaker service; it can’t be used by others.<br>2. Synonym map by the name `synonym-map` is reserved for the QnAMaker service.<br>3. The number of published knowledge bases is limited by Search service tier. If there are free indexes available, other services can use them.|
108110

111+
Learn more about the [App service](../../../app-service/index.yml) and [Search service](../../../search/index.yml).
112+
109113
### Using a single Search service
110114

111115
If you create a QnA service and its dependencies (such as Search) through the portal, a Search service is created for you and linked to the QnA Maker service. After these resources are created, you can update the App Service setting to use a previously existing Search service and remove the one you just created.
@@ -197,5 +201,7 @@ The management service of QnA Maker is used only for the QnA Maker portal and fo
197201

198202
## Next steps
199203

204+
Learn more about the [App service](../../../app-service/index.yml) and [Search service](../../../search/index.yml).
205+
200206
> [!div class="nextstepaction"]
201207
> [Create and publish a knowledge base](../Quickstarts/create-publish-knowledge-base.md)

0 commit comments

Comments
 (0)