You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/How-To/set-up-qnamaker-service-azure.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: conceptual
11
-
ms.date: 08/30/2019
11
+
ms.date: 09/13/2019
12
12
ms.author: diberry
13
13
ms.custom: seodec18
14
14
---
@@ -81,6 +81,8 @@ You can view and reset your subscription keys from the Azure portal, where you c
81
81
82
82
## Find endpoint keys in the QnA Maker portal
83
83
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
+
84
86
Endpoint keys can be managed from the [QnA Maker portal](https://qnamaker.ai).
85
87
86
88
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
106
108
|Application Insights|✔|Can be shared|
107
109
|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.|
108
110
111
+
Learn more about the [App service](../../../app-service/index.yml) and [Search service](../../../search/index.yml).
112
+
109
113
### Using a single Search service
110
114
111
115
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
197
201
198
202
## Next steps
199
203
204
+
Learn more about the [App service](../../../app-service/index.yml) and [Search service](../../../search/index.yml).
205
+
200
206
> [!div class="nextstepaction"]
201
207
> [Create and publish a knowledge base](../Quickstarts/create-publish-knowledge-base.md)
0 commit comments