Skip to content

Commit e655459

Browse files
authored
Merge pull request #145606 from DishaAgarwal/patch-32
Update azure-resources.md
2 parents 8cbde78 + 71cb57a commit e655459

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

articles/cognitive-services/QnAMaker/Concepts/azure-resources.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,23 +227,15 @@ The management service of QnA Maker is used only for the QnA Maker portal and fo
227227

228228
Your QnA Maker service deals with two kinds of keys: **authoring keys** and **query endpoint keys** used with the runtime hosted in the App service.
229229

230-
If you are looking for your **subscription key**, [the terminology has changed](#subscription-keys).
231-
232230
Use these keys when making requests to the service through APIs.
233231

234232
![Key management](../media/qnamaker-how-to-key-management/key-management.png)
235233

236234
|Name|Location|Purpose|
237235
|--|--|--|
238-
|Authoring key|[Azure portal](https://azure.microsoft.com/free/cognitive-services/)|These keys are used to access the [QnA Maker management service APIs](/rest/api/cognitiveservices/qnamaker4.0/knowledgebase). These APIs let you edit the questions and answers in your knowledge base, and publish your knowledge base. These keys are created when you create a new QnA Maker service.<br><br>Find these keys on the **Cognitive Services** resource on the **Keys** page.|
236+
|Authoring/Subscription key|[Azure portal](https://azure.microsoft.com/free/cognitive-services/)|These keys are used to access the [QnA Maker management service APIs](/rest/api/cognitiveservices/qnamaker4.0/knowledgebase). These APIs let you edit the questions and answers in your knowledge base, and publish your knowledge base. These keys are created when you create a new QnA Maker service.<br><br>Find these keys on the **Cognitive Services** resource on the **Keys** page.|
239237
|Query endpoint key|[QnA Maker portal](https://www.qnamaker.ai)|These keys are used to query the published knowledge base endpoint to get a response for a user question. You typically use this query endpoint in your chat bot or in the client application code that connects to the QnA Maker service. These keys are created when you publish your QnA Maker knowledge base.<br><br>Find these keys in the **Service settings** page. Find this page from the user's menu in the upper right of the page on the drop-down menu.|
240238

241-
### Subscription keys
242-
243-
The terms authoring and query endpoint key are corrective terms. The previous term was **subscription key**. If you see other documentation referring to subscription keys, these are equivalent to authoring and query endpoint keys (used in the runtime).
244-
245-
You must know what the key is accessing, knowledge base management or knowledge base querying, to know which key you need to find.
246-
247239
### Recommended settings for network isolation
248240

249241
* Protect Cognitive Service Resource from public access by [configuring the virtual network](../../cognitive-services-virtual-networks.md?tabs=portal).
@@ -307,15 +299,13 @@ In QnA Maker managed (Preview) both the management and the prediction services a
307299

308300
Your QnA Maker managed (Preview) service deals with two kinds of keys: **authoring keys** and **Azure Cognitive Search keys** used to access the service in the customer’s subscription.
309301

310-
If you are looking for your **subscription key**, [the terminology has changed](#subscription-keys).
311-
312302
Use these keys when making requests to the service through APIs.
313303

314304
![Key management managed preview](../media/qnamaker-how-to-key-management/qnamaker-v2-key-management.png)
315305

316306
|Name|Location|Purpose|
317307
|--|--|--|
318-
|Authoring key|[Azure portal](https://azure.microsoft.com/free/cognitive-services/)|These keys are used to access the [QnA Maker management service APIs](/rest/api/cognitiveservices/qnamaker4.0/knowledgebase). These APIs let you edit the questions and answers in your knowledge base, and publish your knowledge base. These keys are created when you create a new QnA Maker service.<br><br>Find these keys on the **Cognitive Services** resource on the **Keys** page.|
308+
|Authoring/Subscription key|[Azure portal](https://azure.microsoft.com/free/cognitive-services/)|These keys are used to access the [QnA Maker management service APIs](/rest/api/cognitiveservices/qnamaker4.0/knowledgebase). These APIs let you edit the questions and answers in your knowledge base, and publish your knowledge base. These keys are created when you create a new QnA Maker service.<br><br>Find these keys on the **Cognitive Services** resource on the **Keys** page.|
319309
|Azure Cognitive Search Admin Key|[Azure portal](../../../search/search-security-api-keys.md)|These keys are used to communicate with the Azure cognitive search service deployed in the user’s Azure subscription. When you associate an Azure cognitive search with the QnA Maker managed (Preview) service, the admin key is automatically passed on to the QnA Maker service. <br><br>You can find these keys on the **Azure Cognitive Search** resource on the **Keys** page.|
320310

321311
### Recommended settings for network isolation

0 commit comments

Comments
 (0)